Skip to content

Commit

Permalink
v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Aug 20, 2023
1 parent 5604f01 commit 12075eb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.2.8",
"version": "0.2.9",
"packages": [
"packages/*"
]
Expand Down
6 changes: 3 additions & 3 deletions packages/proxyist-adapter-local/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@paradisec/proxyist-adapter-local",
"version": "0.2.8",
"version": "0.2.9",
"description": "Local filesystem adapter for proxyist",
"main": "dist/index.js",
"author": "John Ferlito <johnf@inodes.org> (https://inodes.org)",
"license": "ISC",
"dependencies": {
"@paradisec/proxyist": "^0.2.8",
"@paradisec/proxyist": "^0.2.9",
"@paradisec/proxyist-adapter-common": "^0.2.8"
},
"type": "module",
Expand All @@ -16,7 +16,7 @@
"test": "node --no-warnings --experimental-vm-modules ../../node_modules/jest/bin/jest.js --forceExit"
},
"devDependencies": {
"@paradisec/proxyist-adapter-tests": "^0.2.8",
"@paradisec/proxyist-adapter-tests": "^0.2.9",
"@tsconfig/node18": "^18.2.0",
"@tsconfig/strictest": "^2.0.1",
"@types/node": "^18.16.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/proxyist-adapter-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paradisec/proxyist-adapter-s3",
"version": "0.2.8",
"version": "0.2.9",
"description": "S3 adapter for proxyist",
"main": "dist/index.js",
"author": "John Ferlito <johnf@inodes.org> (https://inodes.org)",
Expand All @@ -9,7 +9,7 @@
"@aws-sdk/client-s3": "^3.363.0",
"@aws-sdk/lib-storage": "^3.363.0",
"@aws-sdk/s3-request-presigner": "^3.379.1",
"@paradisec/proxyist": "^0.2.8",
"@paradisec/proxyist": "^0.2.9",
"@paradisec/proxyist-adapter-common": "^0.2.8"
},
"type": "module",
Expand All @@ -19,7 +19,7 @@
"test": "node --no-warnings --experimental-vm-modules ../../node_modules/jest/bin/jest.js --forceExit"
},
"devDependencies": {
"@paradisec/proxyist-adapter-tests": "^0.2.8",
"@paradisec/proxyist-adapter-tests": "^0.2.9",
"@tsconfig/node18": "^18.2.0",
"@tsconfig/strictest": "^2.0.1",
"@types/node": "^18.16.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/proxyist-adapter-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@paradisec/proxyist-adapter-tests",
"version": "0.2.8",
"version": "0.2.9",
"description": "Proxyist adapter tests",
"main": "index.js",
"author": "John Ferlito <johnf@inodes.org> (https://inodes.org)",
"license": "ISC",
"dependencies": {
"@paradisec/proxyist": "^0.2.8",
"@paradisec/proxyist": "^0.2.9",
"@paradisec/proxyist-adapter-common": "^0.2.8",
"supertest": "^6.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/proxyist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paradisec/proxyist",
"version": "0.2.8",
"version": "0.2.9",
"description": "Filesystem REST API which supports multiple backend plugins",
"main": "dist/app.js",
"bin": "dist/app.js",
Expand Down

0 comments on commit 12075eb

Please sign in to comment.