diff --git a/package-lock.json b/package-lock.json index 4c5f87a..d4524c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "theshelf", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "theshelf", - "version": "0.0.0", + "version": "0.1.0", "workspaces": [ "packages/**/*" ], @@ -4591,14 +4591,14 @@ }, "packages/authentication": { "name": "@theshelf/authentication", - "version": "0.0.4", + "version": "0.1.0", "dependencies": { "openid-client": "6.8.1" } }, "packages/database": { "name": "@theshelf/database", - "version": "0.0.4", + "version": "0.1.0", "dependencies": { "mongodb": "7.0.0", "sanitize-html": "2.17.0" @@ -4632,33 +4632,33 @@ }, "packages/eventbroker": { "name": "@theshelf/eventbroker", - "version": "0.0.4" + "version": "0.1.0" }, "packages/filestore": { "name": "@theshelf/filestore", - "version": "0.0.4", + "version": "0.1.0", "dependencies": { "minio": "8.0.6" } }, "packages/http": { "name": "@theshelf/http", - "version": "0.0.4" + "version": "0.1.0" }, "packages/logging": { "name": "@theshelf/logging", - "version": "0.0.4" + "version": "0.1.0" }, "packages/notification": { "name": "@theshelf/notification", - "version": "0.0.4", + "version": "0.1.0", "dependencies": { "web-push": "3.6.7" } }, "packages/validation": { "name": "@theshelf/validation", - "version": "0.0.4", + "version": "0.1.0", "dependencies": { "zod": "4.1.12" } diff --git a/package.json b/package.json index cae93e2..783a801 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "theshelf", "private": true, - "version": "0.0.0", + "version": "0.1.0", "type": "module", "scripts": { "build": "npm run build --workspaces", diff --git a/packages/authentication/package-lock.json b/packages/authentication/package-lock.json index 024fc64..084b08d 100644 --- a/packages/authentication/package-lock.json +++ b/packages/authentication/package-lock.json @@ -1,12 +1,12 @@ { "name": "@theshelf/authentication", - "version": "0.0.4", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@theshelf/authentication", - "version": "0.0.4", + "version": "0.1.0", "dependencies": { "openid-client": "6.8.1" }, diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 6348b58..8d96530 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -1,7 +1,7 @@ { "name": "@theshelf/authentication", "private": false, - "version": "0.0.4", + "version": "0.1.0", "type": "module", "repository": { "url": "https://github.com/MaskingTechnology/theshelf" diff --git a/packages/database/package.json b/packages/database/package.json index 15db870..cfbda70 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -1,7 +1,7 @@ { "name": "@theshelf/database", "private": false, - "version": "0.0.4", + "version": "0.1.0", "type": "module", "repository": { "url": "https://github.com/MaskingTechnology/theshelf" diff --git a/packages/eventbroker/package.json b/packages/eventbroker/package.json index 59e1fb5..f647081 100644 --- a/packages/eventbroker/package.json +++ b/packages/eventbroker/package.json @@ -1,7 +1,7 @@ { "name": "@theshelf/eventbroker", "private": false, - "version": "0.0.4", + "version": "0.1.0", "type": "module", "repository": { "url": "https://github.com/MaskingTechnology/theshelf" diff --git a/packages/filestore/package.json b/packages/filestore/package.json index 8c64491..f1e21ff 100644 --- a/packages/filestore/package.json +++ b/packages/filestore/package.json @@ -1,7 +1,7 @@ { "name": "@theshelf/filestore", "private": false, - "version": "0.0.4", + "version": "0.1.0", "type": "module", "repository": { "url": "https://github.com/MaskingTechnology/theshelf" diff --git a/packages/http/package.json b/packages/http/package.json index c4ccb57..908c09c 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,7 +1,7 @@ { "name": "@theshelf/http", "private": false, - "version": "0.0.4", + "version": "0.1.0", "type": "module", "repository": { "url": "https://github.com/MaskingTechnology/theshelf" diff --git a/packages/logging/package.json b/packages/logging/package.json index 35ed343..a688509 100644 --- a/packages/logging/package.json +++ b/packages/logging/package.json @@ -1,7 +1,7 @@ { "name": "@theshelf/logging", "private": false, - "version": "0.0.4", + "version": "0.1.0", "type": "module", "repository": { "url": "https://github.com/MaskingTechnology/theshelf" diff --git a/packages/notification/package.json b/packages/notification/package.json index ab0b246..f37e0e0 100644 --- a/packages/notification/package.json +++ b/packages/notification/package.json @@ -1,7 +1,7 @@ { "name": "@theshelf/notification", "private": false, - "version": "0.0.4", + "version": "0.1.0", "type": "module", "repository": { "url": "https://github.com/MaskingTechnology/theshelf" diff --git a/packages/validation/package.json b/packages/validation/package.json index 6cdbe31..ac4874e 100644 --- a/packages/validation/package.json +++ b/packages/validation/package.json @@ -1,7 +1,7 @@ { "name": "@theshelf/validation", "private": false, - "version": "0.0.4", + "version": "0.1.0", "type": "module", "repository": { "url": "https://github.com/MaskingTechnology/theshelf"