Skip to content

Commit

Permalink
chore(release): publish v0.5.77
Browse files Browse the repository at this point in the history
  • Loading branch information
jjvainav committed Jun 2, 2023
1 parent e7949bf commit 68a9b2d
Show file tree
Hide file tree
Showing 33 changed files with 105 additions and 105 deletions.
6 changes: 3 additions & 3 deletions lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.5.76",
"npmClient": "yarn",
"useWorkspaces": true
"version": "0.5.77",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/core",
"description": "A framework for modular server-side applications and front-end components.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/express-cookies/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-cookies",
"description": "Express module that provides cookie middleware.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"@types/express": "4.17.9"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/express": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/express": "0.5.77",
"@types/cookies": "0.7.7",
"cookies": "0.8.0",
"express": "4.18.2"
Expand Down
14 changes: 7 additions & 7 deletions packages/express-event-stream/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-event-stream",
"description": "Express module that provides support for event-stream endpoints and event-stream brokerless messaging.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,12 +26,12 @@
"test": "jest"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/express": "0.5.76",
"@shrub/express-tracing": "0.5.76",
"@shrub/logging": "0.5.76",
"@shrub/messaging": "0.5.76",
"@shrub/tracing": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/express": "0.5.77",
"@shrub/express-tracing": "0.5.77",
"@shrub/logging": "0.5.77",
"@shrub/messaging": "0.5.77",
"@shrub/tracing": "0.5.77",
"@sprig/event-emitter": "0.2.5",
"@sprig/request-client": "0.2.5",
"@sprig/request-client-events": "0.2.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/express-gateway/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-gateway",
"description": "Express module that provides support for communicating between client and Api services.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"@types/express": "4.17.9"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/express": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/express": "0.5.77",
"@sprig/request-client": "0.2.5",
"@sprig/request-client-class": "0.2.5",
"express": "4.18.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/express-http-errors/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-http-errors",
"description": "Express middleware for handling errors generated by the http-errors library.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
"test": "jest"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/express": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/express": "0.5.77",
"express": "4.18.2",
"http-errors": "2.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/express-identity/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-identity",
"description": "Express module that provides middleware for managing authenticated users.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,9 +26,9 @@
"test": "jest"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/express": "0.5.76",
"@shrub/express-session": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/express": "0.5.77",
"@shrub/express-session": "0.5.77",
"express": "4.18.2",
"http-errors": "2.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/express-session/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-session",
"description": "Express module that provides simple session middleware.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -28,9 +28,9 @@
"@types/express": "4.17.9"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/express": "0.5.76",
"@shrub/express-cookies": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/express": "0.5.77",
"@shrub/express-cookies": "0.5.77",
"express": "4.18.2"
},
"gitHead": "96f1a2a97069e48bbf9cea127e6768c566066032"
Expand Down
10 changes: 5 additions & 5 deletions packages/express-tracing/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-tracing",
"description": "A module that provides middleware for tracing express requests.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,10 +29,10 @@
"@types/express": "4.17.9"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/express": "0.5.76",
"@shrub/logging": "0.5.76",
"@shrub/tracing": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/express": "0.5.77",
"@shrub/logging": "0.5.77",
"@shrub/tracing": "0.5.77",
"express": "4.18.2"
},
"gitHead": "96f1a2a97069e48bbf9cea127e6768c566066032"
Expand Down
6 changes: 3 additions & 3 deletions packages/express-yup/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-yup",
"description": "Express module that provides error middleware for yup validation errors.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@types/express": "4.17.9"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/express": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/express": "0.5.77",
"express": "4.18.2",
"yup": "1.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/express-zod/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express-zod",
"description": "Express module that provides error middleware for zod validation errors.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@types/express": "4.17.9"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/express": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/express": "0.5.77",
"express": "4.18.2",
"zod": "3.21.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/express/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/express",
"description": "A module that adds support for Express based apps.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"test": "jest"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/http": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/http": "0.5.77",
"express": "4.18.2",
"http-terminator": "3.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/http/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/http",
"description": "A module that provides base support for a Node http server.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.76"
"@shrub/core": "0.5.77"
},
"gitHead": "96f1a2a97069e48bbf9cea127e6768c566066032"
}
6 changes: 3 additions & 3 deletions packages/logging-console/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/logging-console",
"description": "A module that provides a simple log writer that writes information to the console.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/logging": "0.5.76"
"@shrub/core": "0.5.77",
"@shrub/logging": "0.5.77"
},
"gitHead": "96f1a2a97069e48bbf9cea127e6768c566066032"
}
4 changes: 2 additions & 2 deletions packages/logging/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/logging",
"description": "A module that provides basic logging support.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.76"
"@shrub/core": "0.5.77"
},
"gitHead": "96f1a2a97069e48bbf9cea127e6768c566066032"
}
6 changes: 3 additions & 3 deletions packages/messaging-events/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/messaging-events",
"description": "A simple layer on top of messaging to support basic event pub/sub.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -24,8 +24,8 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/messaging": "0.5.76"
"@shrub/core": "0.5.77",
"@shrub/messaging": "0.5.77"
},
"gitHead": "96f1a2a97069e48bbf9cea127e6768c566066032"
}
4 changes: 2 additions & 2 deletions packages/messaging-local/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/messaging-local",
"description": "Provides local pub/sub using event emitters.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"test": "jest"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/core": "0.5.77",
"@sprig/event-emitter": "0.2.5",
"@sprig/unique-id": "0.2.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/messaging/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/messaging",
"description": "Provides basic support for synchronous and asynchronous server-to-server messaging.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,8 +25,8 @@
"test": "jest"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/logging": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/logging": "0.5.77",
"@sprig/unique-id": "0.2.5"
},
"gitHead": "96f1a2a97069e48bbf9cea127e6768c566066032"
Expand Down
4 changes: 2 additions & 2 deletions packages/model/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/model",
"description": "A module that adds a service for managing shared model objects.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/core": "0.5.77",
"@sprig/serialization": "0.2.5"
},
"gitHead": "96f1a2a97069e48bbf9cea127e6768c566066032"
Expand Down
8 changes: 4 additions & 4 deletions packages/queue-bullmq/package.json
@@ -1,7 +1,7 @@
{
"name": "@shrub/queue-bullmq",
"description": "Provides a job/worker queue using BullMQ.",
"version": "0.5.76",
"version": "0.5.77",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,9 +25,9 @@
"test": "jest"
},
"dependencies": {
"@shrub/core": "0.5.76",
"@shrub/logging": "0.5.76",
"@shrub/queue": "0.5.76",
"@shrub/core": "0.5.77",
"@shrub/logging": "0.5.77",
"@shrub/queue": "0.5.77",
"@sprig/event-emitter": "0.2.5",
"bullmq": "3.15.0"
},
Expand Down

0 comments on commit 68a9b2d

Please sign in to comment.