Skip to content

Commit

Permalink
chore(release): 📣⚡ publish release 1.59.91 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xappbot committed Aug 5, 2024
1 parent 669c66f commit b86dc9f
Show file tree
Hide file tree
Showing 58 changed files with 392 additions and 160 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.91](https://github.com/stentorium/stentor/compare/v1.59.90...v1.59.91) (2024-08-05)

**Note:** Version bump only for package repo





## [1.59.90](https://github.com/stentorium/stentor/compare/v1.59.89...v1.59.90) (2024-07-29)

**Note:** Version bump only for package repo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/**"
],
"npmClient": "yarn",
"version": "1.59.90",
"version": "1.59.91",
"command": {
"init": {
"exact": true
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-channel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.91](https://github.com/stentorium/stentor/compare/v1.59.90...v1.59.91) (2024-08-05)

**Note:** Version bump only for package stentor-channel





## [1.59.90](https://github.com/stentorium/stentor/compare/v1.59.89...v1.59.90) (2024-07-29)

**Note:** Version bump only for package stentor-channel
Expand Down
8 changes: 4 additions & 4 deletions packages/stentor-channel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.90",
"version": "1.59.91",
"description": "The most basic of channels, one that uses stentor requests & responses as input.",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -23,14 +23,14 @@
"mocha": "9.2.2",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",
"stentor-models": "1.59.90",
"stentor-models": "1.59.91",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"@xapp/patterns": "2.0.2",
"stentor-logger": "1.59.90",
"stentor-utils": "1.59.90"
"stentor-logger": "1.59.91",
"stentor-utils": "1.59.91"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-conditional/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.91](https://github.com/stentorium/stentor/compare/v1.59.90...v1.59.91) (2024-08-05)

**Note:** Version bump only for package stentor-conditional





## [1.59.90](https://github.com/stentorium/stentor/compare/v1.59.89...v1.59.90) (2024-07-29)

**Note:** Version bump only for package stentor-conditional
Expand Down
6 changes: 3 additions & 3 deletions packages/stentor-conditional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.90",
"version": "1.59.91",
"description": "Conditionals for 📣 stentor",
"types": "lib/index",
"typings": "lib/index",
Expand All @@ -21,12 +21,12 @@
"chai": "4.5.0",
"isolated-vm": "5.0.1",
"mocha": "9.2.2",
"stentor-models": "1.59.90",
"stentor-models": "1.59.91",
"typescript": "5.5.4",
"vm2": "3.9.19"
},
"dependencies": {
"stentor-logger": "1.59.90"
"stentor-logger": "1.59.91"
},
"optionalDependencies": {
"vm2": "3.9.19"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.91](https://github.com/stentorium/stentor/compare/v1.59.90...v1.59.91) (2024-08-05)

**Note:** Version bump only for package stentor-constants





## [1.59.90](https://github.com/stentorium/stentor/compare/v1.59.89...v1.59.90) (2024-07-29)

**Note:** Version bump only for package stentor-constants
Expand Down
4 changes: 2 additions & 2 deletions packages/stentor-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.90",
"version": "1.59.91",
"description": "Constants for 📣 stentor",
"types": "lib/index",
"typings": "lib/index",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@xapp/config": "0.2.3",
"stentor-models": "1.59.90",
"stentor-models": "1.59.91",
"typescript": "5.5.4"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.91](https://github.com/stentorium/stentor/compare/v1.59.90...v1.59.91) (2024-08-05)

**Note:** Version bump only for package stentor-context





## [1.59.90](https://github.com/stentorium/stentor/compare/v1.59.89...v1.59.90) (2024-07-29)

**Note:** Version bump only for package stentor-context
Expand Down
10 changes: 5 additions & 5 deletions packages/stentor-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.90",
"version": "1.59.91",
"description": "Context for stentor",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -23,15 +23,15 @@
"mocha": "9.2.2",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",
"stentor-models": "1.59.90",
"stentor-models": "1.59.91",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"@xapp/patterns": "2.0.2",
"stentor-constants": "1.59.90",
"stentor-response": "1.59.90",
"stentor-storage": "1.59.90"
"stentor-constants": "1.59.91",
"stentor-response": "1.59.91",
"stentor-storage": "1.59.91"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-determiner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.91](https://github.com/stentorium/stentor/compare/v1.59.90...v1.59.91) (2024-08-05)

**Note:** Version bump only for package stentor-determiner





## [1.59.90](https://github.com/stentorium/stentor/compare/v1.59.89...v1.59.90) (2024-07-29)

**Note:** Version bump only for package stentor-determiner
Expand Down
22 changes: 11 additions & 11 deletions packages/stentor-determiner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.90",
"version": "1.59.91",
"description": "Determination for stentor",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -23,21 +23,21 @@
"mocha": "9.2.2",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",
"stentor-models": "1.59.90",
"stentor-models": "1.59.91",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"jsonpath-plus": "9.0.0",
"stentor-conditional": "1.59.90",
"stentor-constants": "1.59.90",
"stentor-guards": "1.59.90",
"stentor-interaction-model": "1.59.90",
"stentor-logger": "1.59.90",
"stentor-request": "1.59.90",
"stentor-storage": "1.59.90",
"stentor-time": "1.59.90",
"stentor-utils": "1.59.90"
"stentor-conditional": "1.59.91",
"stentor-constants": "1.59.91",
"stentor-guards": "1.59.91",
"stentor-interaction-model": "1.59.91",
"stentor-logger": "1.59.91",
"stentor-request": "1.59.91",
"stentor-storage": "1.59.91",
"stentor-time": "1.59.91",
"stentor-utils": "1.59.91"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-guards/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.91](https://github.com/stentorium/stentor/compare/v1.59.90...v1.59.91) (2024-08-05)

**Note:** Version bump only for package stentor-guards





## [1.59.90](https://github.com/stentorium/stentor/compare/v1.59.89...v1.59.90) (2024-07-29)

**Note:** Version bump only for package stentor-guards
Expand Down
6 changes: 3 additions & 3 deletions packages/stentor-guards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.90",
"version": "1.59.91",
"description": "Common type guards for 📣 stentor",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -23,12 +23,12 @@
"mocha": "9.2.2",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",
"stentor-models": "1.59.90",
"stentor-models": "1.59.91",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"stentor-constants": "1.59.90"
"stentor-constants": "1.59.91"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-handler-delegating/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.91](https://github.com/stentorium/stentor/compare/v1.59.90...v1.59.91) (2024-08-05)

**Note:** Version bump only for package stentor-handler-delegating





## [1.59.90](https://github.com/stentorium/stentor/compare/v1.59.89...v1.59.90) (2024-07-29)

**Note:** Version bump only for package stentor-handler-delegating
Expand Down
8 changes: 4 additions & 4 deletions packages/stentor-handler-delegating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.90",
"version": "1.59.91",
"description": "Delegating handler for stentor",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -18,13 +18,13 @@
"@types/chai": "4.3.16",
"@xapp/config": "0.2.3",
"chai": "4.5.0",
"stentor-models": "1.59.90",
"stentor-models": "1.59.91",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"stentor-handler": "1.59.90",
"stentor-utils": "1.59.90"
"stentor-handler": "1.59.91",
"stentor-utils": "1.59.91"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-handler-factory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.91](https://github.com/stentorium/stentor/compare/v1.59.90...v1.59.91) (2024-08-05)

**Note:** Version bump only for package stentor-handler-factory





## [1.59.90](https://github.com/stentorium/stentor/compare/v1.59.89...v1.59.90) (2024-07-29)

**Note:** Version bump only for package stentor-handler-factory
Expand Down
22 changes: 11 additions & 11 deletions packages/stentor-handler-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.59.90",
"version": "1.59.91",
"description": "Handler factory for stentor",
"types": "lib/index",
"main": "lib/index",
Expand All @@ -23,20 +23,20 @@
"mocha": "9.2.2",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",
"stentor-models": "1.59.90",
"stentor-request": "1.59.90",
"stentor-models": "1.59.91",
"stentor-request": "1.59.91",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"dependencies": {
"stentor-constants": "1.59.90",
"stentor-context": "1.59.90",
"stentor-handler": "1.59.90",
"stentor-handler-delegating": "1.59.90",
"stentor-interaction-model": "1.59.90",
"stentor-logger": "1.59.90",
"stentor-response": "1.59.90",
"stentor-utils": "1.59.90"
"stentor-constants": "1.59.91",
"stentor-context": "1.59.91",
"stentor-handler": "1.59.91",
"stentor-handler-delegating": "1.59.91",
"stentor-interaction-model": "1.59.91",
"stentor-logger": "1.59.91",
"stentor-response": "1.59.91",
"stentor-utils": "1.59.91"
},
"peerDependencies": {
"stentor-models": "1.x"
Expand Down
8 changes: 8 additions & 0 deletions packages/stentor-handler-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.59.91](https://github.com/stentorium/stentor/compare/v1.59.90...v1.59.91) (2024-08-05)

**Note:** Version bump only for package stentor-handler-manager





## [1.59.90](https://github.com/stentorium/stentor/compare/v1.59.89...v1.59.90) (2024-07-29)

**Note:** Version bump only for package stentor-handler-manager
Expand Down
Loading

0 comments on commit b86dc9f

Please sign in to comment.