@robota-sdk/agent-product 3.0.0-beta.81 → 3.0.0-beta.82

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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robota-sdk/agent-product",
3
- "version": "3.0.0-beta.81",
3
+ "version": "3.0.0-beta.82",
4
4
  "description": "The product-assembly kernel for the Robota SDK: assembleProduct — a pure, IO-free fold over IProductProfile that delegates runtime construction to agent-framework",
5
5
  "type": "module",
6
6
  "main": "dist/node/index.js",
@@ -42,11 +42,11 @@
42
42
  "dist"
43
43
  ],
44
44
  "dependencies": {
45
- "@robota-sdk/agent-capability-pack": "3.0.0-beta.81",
46
- "@robota-sdk/agent-framework": "3.0.0-beta.81",
47
- "@robota-sdk/agent-interface-transport": "3.0.0-beta.81",
48
- "@robota-sdk/agent-core": "3.0.0-beta.81",
49
- "@robota-sdk/agent-preset": "3.0.0-beta.81"
45
+ "@robota-sdk/agent-capability-pack": "3.0.0-beta.82",
46
+ "@robota-sdk/agent-core": "3.0.0-beta.82",
47
+ "@robota-sdk/agent-framework": "3.0.0-beta.82",
48
+ "@robota-sdk/agent-interface-transport": "3.0.0-beta.82",
49
+ "@robota-sdk/agent-preset": "3.0.0-beta.82"
50
50
  },
51
51
  "devDependencies": {
52
52
  "rimraf": "^5.0.10",