Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jun 10, 2024
1 parent 405630a commit ae340dc
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 234 deletions.
117 changes: 44 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@seneca/s3-store",
"version": "2.4.0",
"version": "2.5.0",
"description": "Entity store using AWS S3.",
"main": "dist/s3-store.js",
"type": "commonjs",
"types": "dist/s3-store.d.ts",
"scripts": {
"watch": "tsc -w -d",
"test": "lab -v -P test -t 50 -l --sourcemaps --transform node_modules/lab-transform-typescript -I @@any-promise/REGISTRATION -r console -o stdout -r html -o test/coverage.html",
"test-lab": "lab -v -P test -t 50 -l --sourcemaps --transform node_modules/lab-transform-typescript -I @@any-promise/REGISTRATION -r console -o stdout -r html -o test/coverage.html",
"test-some": "lab -v -P test -l --sourcemaps --transform node_modules/lab-transform-typescript -g",
"test": "echo fix-test",
"coveralls": "lab -s -P test -r lcov | coveralls",
"prettier": "prettier --write --no-semi --single-quote src/*.ts test/*.js",
"build": "tsc -d",
Expand Down Expand Up @@ -40,20 +41,20 @@
"@aws-sdk/s3-request-presigner": "^3.468.0",
"@hapi/code": "^9.0.3",
"@hapi/lab": "^25.2.0",
"@seneca/doc": "^7.2.0",
"@types/node": "20.12.7",
"@seneca/doc": "^8.0.0",
"@types/node": "20.14.2",
"coveralls": "^3.1.1",
"lab-transform-typescript": "^3.0.1",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"s3rver": "^3.7.1",
"seneca-store-test": "^5.2.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@aws-sdk/client-s3": ">=3",
"@aws-sdk/s3-request-presigner": ">=3",
"seneca": ">=3",
"seneca-entity": ">=25",
"seneca": ">=3||>=4.0.0-rc2",
"seneca-entity": ">=26",
"seneca-promisify": ">=3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit ae340dc

Please sign in to comment.