@dxos/functions 0.8.2 → 0.8.3-main.672df60
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/dist/types/src/trace.d.ts +1 -1
- package/package.json +19 -19
|
@@ -39,7 +39,7 @@ export declare const InvocationTraceStartEvent: import("@dxos/echo-schema").Echo
|
|
|
39
39
|
/**
|
|
40
40
|
* Queue for function/workflow invocation events.
|
|
41
41
|
*/
|
|
42
|
-
invocationTraceQueue: import("@dxos/echo-schema").Ref$<Queue<import("@dxos/echo-schema").
|
|
42
|
+
invocationTraceQueue: import("@dxos/echo-schema").Ref$<Queue<import("@dxos/echo-schema").AnyEchoObject>>;
|
|
43
43
|
/**
|
|
44
44
|
* DXN of the invoked function/workflow.
|
|
45
45
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/functions",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3-main.672df60",
|
|
4
4
|
"description": "Functions API and runtime.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -51,28 +51,28 @@
|
|
|
51
51
|
"get-port-please": "^3.1.1",
|
|
52
52
|
"iso-did": "^1.6.0",
|
|
53
53
|
"ws": "^8.14.2",
|
|
54
|
-
"@dxos/ai": "0.8.
|
|
55
|
-
"@dxos/
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/client": "0.8.
|
|
58
|
-
"@dxos/
|
|
59
|
-
"@dxos/echo-
|
|
60
|
-
"@dxos/
|
|
61
|
-
"@dxos/
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/protocols": "0.8.
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/
|
|
70
|
-
"@dxos/util": "0.8.
|
|
54
|
+
"@dxos/ai": "0.8.3-main.672df60",
|
|
55
|
+
"@dxos/context": "0.8.3-main.672df60",
|
|
56
|
+
"@dxos/async": "0.8.3-main.672df60",
|
|
57
|
+
"@dxos/client": "0.8.3-main.672df60",
|
|
58
|
+
"@dxos/echo-db": "0.8.3-main.672df60",
|
|
59
|
+
"@dxos/echo-protocol": "0.8.3-main.672df60",
|
|
60
|
+
"@dxos/crypto": "0.8.3-main.672df60",
|
|
61
|
+
"@dxos/invariant": "0.8.3-main.672df60",
|
|
62
|
+
"@dxos/echo-schema": "0.8.3-main.672df60",
|
|
63
|
+
"@dxos/edge-client": "0.8.3-main.672df60",
|
|
64
|
+
"@dxos/keys": "0.8.3-main.672df60",
|
|
65
|
+
"@dxos/node-std": "0.8.3-main.672df60",
|
|
66
|
+
"@dxos/protocols": "0.8.3-main.672df60",
|
|
67
|
+
"@dxos/live-object": "0.8.3-main.672df60",
|
|
68
|
+
"@dxos/log": "0.8.3-main.672df60",
|
|
69
|
+
"@dxos/schema": "0.8.3-main.672df60",
|
|
70
|
+
"@dxos/util": "0.8.3-main.672df60"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@types/express": "^4.17.17",
|
|
74
74
|
"@types/ws": "^7.4.0",
|
|
75
|
-
"@dxos/agent": "0.8.
|
|
75
|
+
"@dxos/agent": "0.8.3-main.672df60"
|
|
76
76
|
},
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|