Skip to content

Commit

Permalink
v0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Aug 20, 2023
1 parent 14de040 commit fc35614
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 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.14",
"version": "0.2.15",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/proxyist-adapter-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paradisec/proxyist-adapter-common",
"version": "0.2.13",
"version": "0.2.15",
"description": "Common adatper interface for proxyist",
"exports": "./dist/index.js",
"author": "John Ferlito <johnf@inodes.org> (https://inodes.org)",
Expand Down
8 changes: 4 additions & 4 deletions packages/proxyist-adapter-local/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@paradisec/proxyist-adapter-local",
"version": "0.2.14",
"version": "0.2.15",
"description": "Local filesystem adapter for proxyist",
"exports": "./dist/index.js",
"author": "John Ferlito <johnf@inodes.org> (https://inodes.org)",
"license": "ISC",
"dependencies": {
"@paradisec/proxyist": "^0.2.13",
"@paradisec/proxyist-adapter-common": "^0.2.13"
"@paradisec/proxyist": "^0.2.15",
"@paradisec/proxyist-adapter-common": "^0.2.15"
},
"type": "module",
"scripts": {
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.14",
"@paradisec/proxyist-adapter-tests": "^0.2.15",
"@tsconfig/node18": "^18.2.0",
"@tsconfig/strictest": "^2.0.1",
"@types/node": "^18.16.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/proxyist-adapter-ocfl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paradisec/proxyist-adapter-ocfl",
"version": "0.2.14",
"version": "0.2.15",
"description": "OCFL adapter for proxyist",
"exports": "./dist/index.js",
"author": "John Ferlito <johnf@inodes.org> (https://inodes.org)",
Expand All @@ -9,8 +9,8 @@
"dependencies": {
"@ocfl/ocfl-fs": "^0.2.0",
"@ocfl/ocfl-s3": "link: ../../../ocfl-js/ocfl-s3/",
"@paradisec/proxyist": "^0.2.13",
"@paradisec/proxyist-adapter-common": "^0.2.13"
"@paradisec/proxyist": "^0.2.15",
"@paradisec/proxyist-adapter-common": "^0.2.15"
},
"type": "module",
"scripts": {
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.367.0",
"@paradisec/proxyist-adapter-tests": "^0.2.14",
"@paradisec/proxyist-adapter-tests": "^0.2.15",
"@tsconfig/node18": "^18.2.0",
"@tsconfig/strictest": "^2.0.1",
"@types/node": "^18.16.2",
Expand Down
8 changes: 4 additions & 4 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.14",
"version": "0.2.15",
"description": "S3 adapter for proxyist",
"exports": "./dist/index.js",
"author": "John Ferlito <johnf@inodes.org> (https://inodes.org)",
Expand All @@ -9,8 +9,8 @@
"@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.13",
"@paradisec/proxyist-adapter-common": "^0.2.13"
"@paradisec/proxyist": "^0.2.15",
"@paradisec/proxyist-adapter-common": "^0.2.15"
},
"type": "module",
"scripts": {
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.14",
"@paradisec/proxyist-adapter-tests": "^0.2.15",
"@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-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@paradisec/proxyist-adapter-tests",
"version": "0.2.14",
"version": "0.2.15",
"description": "Proxyist adapter tests",
"main": "index.js",
"author": "John Ferlito <johnf@inodes.org> (https://inodes.org)",
"license": "ISC",
"dependencies": {
"@paradisec/proxyist": "^0.2.13",
"@paradisec/proxyist-adapter-common": "^0.2.13",
"@paradisec/proxyist": "^0.2.15",
"@paradisec/proxyist-adapter-common": "^0.2.15",
"supertest": "^6.3.3"
},
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/proxyist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paradisec/proxyist",
"version": "0.2.13",
"version": "0.2.15",
"description": "Filesystem REST API which supports multiple backend plugins",
"exports": "./dist/app.js",
"bin": "dist/app.js",
Expand All @@ -20,7 +20,7 @@
"dev": "concurrently \"tsc -w\" \"DEBUG=proxyist:* nodemon dist/index.js\""
},
"devDependencies": {
"@paradisec/proxyist-adapter-common": "^0.2.13",
"@paradisec/proxyist-adapter-common": "^0.2.15",
"@tsconfig/node18": "^18.2.0",
"@tsconfig/strictest": "^2.0.1",
"@types/debug": "^4.1.8",
Expand Down

0 comments on commit fc35614

Please sign in to comment.