@ixo/flow-work 0.4.1 → 0.5.0
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ixo/flow-work",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Oracle-side flow-work plugin: accept UCAN-delegated ixo.flow.work invocations from the IXO flow-manager over Matrix and post receipts.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"zod": "^4.4.3"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@ixo/oracle-runtime": ">=1.
|
|
37
|
+
"@ixo/oracle-runtime": ">=1.93.0",
|
|
38
38
|
"@ixo/ucan": ">=2.0.0",
|
|
39
39
|
"@nestjs/common": ">=11.0.0",
|
|
40
40
|
"matrix-js-sdk": ">=37.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@changesets/cli": "^2.31.0",
|
|
44
|
-
"@ixo/oracle-runtime": "
|
|
44
|
+
"@ixo/oracle-runtime": "1.93.0",
|
|
45
45
|
"@ixo/ucan": "^2.1.0",
|
|
46
46
|
"@nestjs/common": "^11.1.19",
|
|
47
47
|
"@types/node": "^22.10.7",
|