@onlineapps/cookbook-router 1.0.33 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -207,7 +207,7 @@ The router distinguishes between retryable and non-retryable errors:
|
|
|
207
207
|
|
|
208
208
|
- `@onlineapps/cookbook-core` - Core parsing and validation
|
|
209
209
|
- `@onlineapps/cookbook-executor` - Workflow execution engine
|
|
210
|
-
|
|
210
|
+
<!-- cookbook-transformer removed in operations.json-first migration; see /api/docs/standards/operations-registry-contract.md -->
|
|
211
211
|
- `@onlineapps/connector-cookbook` - Full-featured wrapper
|
|
212
212
|
|
|
213
213
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onlineapps/cookbook-router",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
4
4
|
"description": "Message routing for cookbook workflows - handles service discovery and queue routing",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"author": "OnlineApps",
|
|
20
20
|
"license": "PROPRIETARY",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@onlineapps/conn-infra-mq": "1.1.
|
|
23
|
-
"@onlineapps/conn-orch-registry": "1.1
|
|
22
|
+
"@onlineapps/conn-infra-mq": "1.1.70",
|
|
23
|
+
"@onlineapps/conn-orch-registry": "1.2.1",
|
|
24
24
|
"@onlineapps/cookbook-core": "2.1.16"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|