Skip to content

Commit

Permalink
feature(storage): add append, prepend, visibility and url functionality.
Browse files Browse the repository at this point in the history
allow to pass more ways to define a path (e.g. array and auto join them).
allow to pass custom path normalizer.
change adapter API of exists/deletes to batch.
  • Loading branch information
marcj committed Oct 9, 2023
1 parent b59b7a7 commit 23e6a50
Show file tree
Hide file tree
Showing 18 changed files with 4,390 additions and 14,511 deletions.
16,733 changes: 3,873 additions & 12,860 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "node --max_old_space_size=3048 node_modules/jest/bin/jest.js --forceExit --no-cache",
"test:coverage": "node --max_old_space_size=3048 node_modules/jest/bin/jest.js --coverage --forceExit --no-cache",
"bootstrap": "lerna bootstrap --no-ci",
"bootstrap": "lerna bootstrap --no-ci --ignore @deepkit/benchmark",
"bootstrap:ci": "lerna bootstrap --ignore @deepkit/benchmark",
"link": "npm-local-development --no-watcher",
"build": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json && lerna run build",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.8.4"
},
"engines": {
"node": ">= 16.0.0"
"node": ">= 18.0.0"
},
"jest": {
"resolver": "./jest-resolver.js",
Expand Down Expand Up @@ -70,6 +70,7 @@
"packages/mongo",
"packages/storage",
"packages/storage-aws-s3",
"packages/storage-ftp",
"packages/sql",
"packages/mysql",
"packages/postgres",
Expand Down
1 change: 1 addition & 0 deletions packages/storage-aws-s3/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests
Loading

0 comments on commit 23e6a50

Please sign in to comment.