@dxos/functions 0.5.3-main.8b66fe2 → 0.5.3-main.8ffbbae

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 (87) hide show
  1. package/dist/lib/browser/index.mjs +493 -692
  2. package/dist/lib/browser/index.mjs.map +4 -4
  3. package/dist/lib/browser/meta.json +1 -1
  4. package/dist/lib/node/index.cjs +486 -675
  5. package/dist/lib/node/index.cjs.map +4 -4
  6. package/dist/lib/node/meta.json +1 -1
  7. package/dist/types/src/index.d.ts +0 -2
  8. package/dist/types/src/index.d.ts.map +1 -1
  9. package/dist/types/src/runtime/dev-server.d.ts +10 -7
  10. package/dist/types/src/runtime/dev-server.d.ts.map +1 -1
  11. package/dist/types/src/runtime/scheduler.d.ts +59 -11
  12. package/dist/types/src/runtime/scheduler.d.ts.map +1 -1
  13. package/dist/types/src/testing/test/handler.d.ts +0 -1
  14. package/dist/types/src/testing/test/handler.d.ts.map +1 -1
  15. package/dist/types/src/types.d.ts +111 -131
  16. package/dist/types/src/types.d.ts.map +1 -1
  17. package/package.json +14 -30
  18. package/schema/functions.json +116 -139
  19. package/src/index.ts +0 -2
  20. package/src/runtime/dev-server.test.ts +35 -15
  21. package/src/runtime/dev-server.ts +20 -37
  22. package/src/runtime/scheduler.test.ts +75 -54
  23. package/src/runtime/scheduler.ts +298 -66
  24. package/src/testing/test/handler.ts +2 -8
  25. package/src/types.ts +42 -58
  26. package/dist/lib/browser/chunk-366QG6IX.mjs +0 -81
  27. package/dist/lib/browser/chunk-366QG6IX.mjs.map +0 -7
  28. package/dist/lib/browser/types.mjs +0 -12
  29. package/dist/lib/browser/types.mjs.map +0 -7
  30. package/dist/lib/node/chunk-3VSJ57ZZ.cjs +0 -97
  31. package/dist/lib/node/chunk-3VSJ57ZZ.cjs.map +0 -7
  32. package/dist/lib/node/types.cjs +0 -33
  33. package/dist/lib/node/types.cjs.map +0 -7
  34. package/dist/types/src/function/function-registry.d.ts +0 -24
  35. package/dist/types/src/function/function-registry.d.ts.map +0 -1
  36. package/dist/types/src/function/function-registry.test.d.ts +0 -2
  37. package/dist/types/src/function/function-registry.test.d.ts.map +0 -1
  38. package/dist/types/src/function/index.d.ts +0 -2
  39. package/dist/types/src/function/index.d.ts.map +0 -1
  40. package/dist/types/src/testing/functions-integration.test.d.ts +0 -2
  41. package/dist/types/src/testing/functions-integration.test.d.ts.map +0 -1
  42. package/dist/types/src/testing/index.d.ts +0 -4
  43. package/dist/types/src/testing/index.d.ts.map +0 -1
  44. package/dist/types/src/testing/setup.d.ts +0 -5
  45. package/dist/types/src/testing/setup.d.ts.map +0 -1
  46. package/dist/types/src/testing/types.d.ts +0 -9
  47. package/dist/types/src/testing/types.d.ts.map +0 -1
  48. package/dist/types/src/testing/util.d.ts +0 -3
  49. package/dist/types/src/testing/util.d.ts.map +0 -1
  50. package/dist/types/src/trigger/index.d.ts +0 -2
  51. package/dist/types/src/trigger/index.d.ts.map +0 -1
  52. package/dist/types/src/trigger/trigger-registry.d.ts +0 -40
  53. package/dist/types/src/trigger/trigger-registry.d.ts.map +0 -1
  54. package/dist/types/src/trigger/trigger-registry.test.d.ts +0 -2
  55. package/dist/types/src/trigger/trigger-registry.test.d.ts.map +0 -1
  56. package/dist/types/src/trigger/type/index.d.ts +0 -5
  57. package/dist/types/src/trigger/type/index.d.ts.map +0 -1
  58. package/dist/types/src/trigger/type/subscription-trigger.d.ts +0 -4
  59. package/dist/types/src/trigger/type/subscription-trigger.d.ts.map +0 -1
  60. package/dist/types/src/trigger/type/timer-trigger.d.ts +0 -4
  61. package/dist/types/src/trigger/type/timer-trigger.d.ts.map +0 -1
  62. package/dist/types/src/trigger/type/webhook-trigger.d.ts +0 -4
  63. package/dist/types/src/trigger/type/webhook-trigger.d.ts.map +0 -1
  64. package/dist/types/src/trigger/type/websocket-trigger.d.ts +0 -13
  65. package/dist/types/src/trigger/type/websocket-trigger.d.ts.map +0 -1
  66. package/dist/types/src/util.d.ts +0 -15
  67. package/dist/types/src/util.d.ts.map +0 -1
  68. package/dist/types/src/util.test.d.ts +0 -2
  69. package/dist/types/src/util.test.d.ts.map +0 -1
  70. package/src/function/function-registry.test.ts +0 -105
  71. package/src/function/function-registry.ts +0 -90
  72. package/src/function/index.ts +0 -5
  73. package/src/testing/functions-integration.test.ts +0 -99
  74. package/src/testing/index.ts +0 -7
  75. package/src/testing/setup.ts +0 -45
  76. package/src/testing/types.ts +0 -9
  77. package/src/testing/util.ts +0 -16
  78. package/src/trigger/index.ts +0 -5
  79. package/src/trigger/trigger-registry.test.ts +0 -255
  80. package/src/trigger/trigger-registry.ts +0 -189
  81. package/src/trigger/type/index.ts +0 -8
  82. package/src/trigger/type/subscription-trigger.ts +0 -80
  83. package/src/trigger/type/timer-trigger.ts +0 -44
  84. package/src/trigger/type/webhook-trigger.ts +0 -47
  85. package/src/trigger/type/websocket-trigger.ts +0 -91
  86. package/src/util.test.ts +0 -43
  87. package/src/util.ts +0 -48
@@ -1,13 +1,21 @@
1
- import { S } from '@dxos/echo-schema';
2
- /**
3
- * Type discriminator for TriggerSpec.
4
- * Every spec has a type field of type FunctionTriggerType that we can use to understand which
5
- * type we're working with.
6
- * https://www.typescriptlang.org/docs/handbook/2/narrowing.html#discriminated-unions
7
- */
8
- export type FunctionTriggerType = 'subscription' | 'timer' | 'webhook' | 'websocket';
1
+ import * as S from '@effect/schema/Schema';
2
+ declare const TimerTriggerSchema: S.struct<{
3
+ cron: S.$string;
4
+ }>;
5
+ declare const WebhookTriggerSchema: S.mutable<S.struct<{
6
+ method: S.$string;
7
+ port: S.PropertySignature<"?:", number | undefined, never, "?:", number | undefined, never>;
8
+ }>>;
9
+ declare const WebsocketTriggerSchema: S.struct<{
10
+ url: S.$string;
11
+ init: S.PropertySignature<"?:", {
12
+ readonly [x: string]: any;
13
+ } | undefined, never, "?:", {
14
+ readonly [x: string]: any;
15
+ } | undefined, never>;
16
+ }>;
9
17
  declare const SubscriptionTriggerSchema: S.struct<{
10
- type: S.literal<["subscription"]>;
18
+ spaceKey: S.PropertySignature<"?:", string | undefined, never, "?:", string | undefined, never>;
11
19
  filter: S.array<S.struct<{
12
20
  type: S.$string;
13
21
  props: S.PropertySignature<"?:", {
@@ -24,178 +32,150 @@ declare const SubscriptionTriggerSchema: S.struct<{
24
32
  readonly delay?: number | undefined;
25
33
  } | undefined, never>;
26
34
  }>;
27
- export type SubscriptionTrigger = S.Schema.Type<typeof SubscriptionTriggerSchema>;
28
- declare const TimerTriggerSchema: S.struct<{
29
- type: S.literal<["timer"]>;
30
- cron: S.$string;
31
- }>;
32
- export type TimerTrigger = S.Schema.Type<typeof TimerTriggerSchema>;
33
- declare const WebhookTriggerSchema: S.mutable<S.struct<{
34
- type: S.literal<["webhook"]>;
35
- method: S.$string;
36
- port: S.PropertySignature<"?:", number | undefined, never, "?:", number | undefined, never>;
37
- }>>;
38
- export type WebhookTrigger = S.Schema.Type<typeof WebhookTriggerSchema>;
39
- declare const WebsocketTriggerSchema: S.struct<{
40
- type: S.literal<["websocket"]>;
41
- url: S.$string;
42
- init: S.PropertySignature<"?:", {
35
+ declare const FunctionTriggerSchema: S.struct<{
36
+ function: S.$string;
37
+ meta: S.PropertySignature<"?:", {
43
38
  readonly [x: string]: any;
44
39
  } | undefined, never, "?:", {
45
40
  readonly [x: string]: any;
46
41
  } | undefined, never>;
47
- }>;
48
- export type WebsocketTrigger = S.Schema.Type<typeof WebsocketTriggerSchema>;
49
- export type TriggerSpec = TimerTrigger | WebhookTrigger | WebsocketTrigger | SubscriptionTrigger;
50
- declare const FunctionDef_base: import("@dxos/echo-schema").EchoSchemaClass<{
51
- handler: string;
52
- uri: string;
53
- description?: string | undefined;
54
- route: string;
55
- } & {
56
- id: string;
57
- }>;
58
- /**
59
- * Function definition.
60
- */
61
- export declare class FunctionDef extends FunctionDef_base {
62
- }
63
- declare const FunctionTrigger_base: import("@dxos/echo-schema").EchoSchemaClass<{
64
- function: string;
65
- meta?: object | undefined;
66
- spec: {
42
+ timer: S.PropertySignature<"?:", {
43
+ readonly cron: string;
44
+ } | undefined, never, "?:", {
45
+ readonly cron: string;
46
+ } | undefined, never>;
47
+ webhook: S.PropertySignature<"?:", {
48
+ port?: number | undefined;
49
+ method: string;
50
+ } | undefined, never, "?:", {
51
+ method: string;
52
+ port?: number | undefined;
53
+ } | undefined, never>;
54
+ websocket: S.PropertySignature<"?:", {
55
+ readonly url: string;
56
+ readonly init?: {
57
+ readonly [x: string]: any;
58
+ } | undefined;
59
+ } | undefined, never, "?:", {
60
+ readonly url: string;
61
+ readonly init?: {
62
+ readonly [x: string]: any;
63
+ } | undefined;
64
+ } | undefined, never>;
65
+ subscription: S.PropertySignature<"?:", {
67
66
  readonly filter: readonly {
68
67
  readonly type: string;
69
68
  readonly props?: {
70
69
  readonly [x: string]: any;
71
70
  } | undefined;
72
71
  }[];
73
- readonly type: "subscription";
72
+ readonly spaceKey?: string | undefined;
74
73
  readonly options?: {
75
74
  readonly deep?: boolean | undefined;
76
75
  readonly delay?: number | undefined;
77
76
  } | undefined;
78
- } | {
79
- readonly type: "timer";
80
- readonly cron: string;
81
- } | {
82
- port?: number | undefined;
83
- type: "webhook";
84
- method: string;
85
- } | {
86
- readonly type: "websocket";
87
- readonly url: string;
88
- readonly init?: {
89
- readonly [x: string]: any;
77
+ } | undefined, never, "?:", {
78
+ readonly filter: readonly {
79
+ readonly type: string;
80
+ readonly props?: {
81
+ readonly [x: string]: any;
82
+ } | undefined;
83
+ }[];
84
+ readonly spaceKey?: string | undefined;
85
+ readonly options?: {
86
+ readonly deep?: boolean | undefined;
87
+ readonly delay?: number | undefined;
90
88
  } | undefined;
91
- };
92
- } & {
93
- id: string;
89
+ } | undefined, never>;
94
90
  }>;
95
- export declare class FunctionTrigger extends FunctionTrigger_base {
96
- }
91
+ export type FunctionTrigger = S.Schema.Type<typeof FunctionTriggerSchema>;
92
+ export type TimerTrigger = S.Schema.Type<typeof TimerTriggerSchema>;
93
+ export type WebhookTrigger = S.Schema.Type<typeof WebhookTriggerSchema>;
94
+ export type WebsocketTrigger = S.Schema.Type<typeof WebsocketTriggerSchema>;
95
+ export type SubscriptionTrigger = S.Schema.Type<typeof SubscriptionTriggerSchema>;
96
+ /**
97
+ * Function definition.
98
+ */
99
+ declare const FunctionDefSchema: S.struct<{
100
+ id: S.$string;
101
+ description: S.PropertySignature<"?:", string | undefined, never, "?:", string | undefined, never>;
102
+ path: S.$string;
103
+ handler: S.$string;
104
+ }>;
105
+ export type FunctionDef = S.Schema.Type<typeof FunctionDefSchema>;
97
106
  /**
98
107
  * Function manifest file.
99
108
  */
100
109
  export declare const FunctionManifestSchema: S.struct<{
101
- functions: S.PropertySignature<"?:", ({
102
- handler: string;
103
- uri: string;
104
- description?: string | undefined;
105
- route: string;
106
- } & {
107
- "@meta"?: {
108
- readonly keys: {
109
- readonly id: string;
110
- readonly source: string;
111
- }[];
110
+ functions: S.mutable<S.array<S.struct<{
111
+ id: S.$string;
112
+ description: S.PropertySignature<"?:", string | undefined, never, "?:", string | undefined, never>;
113
+ path: S.$string;
114
+ handler: S.$string;
115
+ }>>>;
116
+ triggers: S.PropertySignature<"?:", {
117
+ readonly function: string;
118
+ readonly meta?: {
119
+ readonly [x: string]: any;
112
120
  } | undefined;
113
- })[] | undefined, never, "?:", ({
114
- handler: string;
115
- uri: string;
116
- description?: string | undefined;
117
- route: string;
118
- } & {
119
- "@meta"?: {
120
- readonly keys: {
121
- readonly id: string;
122
- readonly source: string;
123
- }[];
121
+ readonly timer?: {
122
+ readonly cron: string;
123
+ } | undefined;
124
+ readonly webhook?: {
125
+ port?: number | undefined;
126
+ method: string;
127
+ } | undefined;
128
+ readonly websocket?: {
129
+ readonly url: string;
130
+ readonly init?: {
131
+ readonly [x: string]: any;
132
+ } | undefined;
124
133
  } | undefined;
125
- })[] | undefined, never>;
126
- triggers: S.PropertySignature<"?:", ({
127
- function: string;
128
- meta?: object | undefined;
129
- spec: {
134
+ readonly subscription?: {
130
135
  readonly filter: readonly {
131
136
  readonly type: string;
132
137
  readonly props?: {
133
138
  readonly [x: string]: any;
134
139
  } | undefined;
135
140
  }[];
136
- readonly type: "subscription";
141
+ readonly spaceKey?: string | undefined;
137
142
  readonly options?: {
138
143
  readonly deep?: boolean | undefined;
139
144
  readonly delay?: number | undefined;
140
145
  } | undefined;
141
- } | {
142
- readonly type: "timer";
146
+ } | undefined;
147
+ }[] | undefined, never, "?:", {
148
+ readonly function: string;
149
+ readonly meta?: {
150
+ readonly [x: string]: any;
151
+ } | undefined;
152
+ readonly timer?: {
143
153
  readonly cron: string;
144
- } | {
145
- port?: number | undefined;
146
- type: "webhook";
154
+ } | undefined;
155
+ readonly webhook?: {
147
156
  method: string;
148
- } | {
149
- readonly type: "websocket";
157
+ port?: number | undefined;
158
+ } | undefined;
159
+ readonly websocket?: {
150
160
  readonly url: string;
151
161
  readonly init?: {
152
162
  readonly [x: string]: any;
153
163
  } | undefined;
154
- };
155
- } & {
156
- "@meta"?: {
157
- readonly keys: {
158
- readonly id: string;
159
- readonly source: string;
160
- }[];
161
164
  } | undefined;
162
- })[] | undefined, never, "?:", ({
163
- function: string;
164
- meta?: object | undefined;
165
- spec: {
165
+ readonly subscription?: {
166
166
  readonly filter: readonly {
167
167
  readonly type: string;
168
168
  readonly props?: {
169
169
  readonly [x: string]: any;
170
170
  } | undefined;
171
171
  }[];
172
- readonly type: "subscription";
172
+ readonly spaceKey?: string | undefined;
173
173
  readonly options?: {
174
174
  readonly deep?: boolean | undefined;
175
175
  readonly delay?: number | undefined;
176
176
  } | undefined;
177
- } | {
178
- readonly type: "timer";
179
- readonly cron: string;
180
- } | {
181
- port?: number | undefined;
182
- type: "webhook";
183
- method: string;
184
- } | {
185
- readonly type: "websocket";
186
- readonly url: string;
187
- readonly init?: {
188
- readonly [x: string]: any;
189
- } | undefined;
190
- };
191
- } & {
192
- "@meta"?: {
193
- readonly keys: {
194
- readonly id: string;
195
- readonly source: string;
196
- }[];
197
177
  } | undefined;
198
- })[] | undefined, never>;
178
+ }[] | undefined, never>;
199
179
  }>;
200
180
  export type FunctionManifest = S.Schema.Type<typeof FunctionManifestSchema>;
201
181
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAa,CAAC,EAAe,MAAM,mBAAmB,CAAC;AAE9D;;;;;GAKG;AACH,MAAM,MAAM,mBAAmB,GAAG,cAAc,GAAG,OAAO,GAAG,SAAS,GAAG,WAAW,CAAC;AAErF,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;EAiB7B,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAElF,QAAA,MAAM,kBAAkB;;;EAGtB,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,QAAA,MAAM,oBAAoB;;;;GAOzB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,QAAA,MAAM,sBAAsB;;;;;;;;EAI1B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAS5E,MAAM,MAAM,WAAW,GAAG,YAAY,GAAG,cAAc,GAAG,gBAAgB,GAAG,mBAAmB,CAAC;;;;;;;;;AAEjG;;GAEG;AACH,qBAAa,WAAY,SAAQ,gBAS/B;CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEL,qBAAa,eAAgB,SAAQ,oBAQnC;CAAG;AAEL;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,uBAAuB,CAAC;AAE3C,QAAA,MAAM,kBAAkB;;EAEtB,CAAC;AAEH,QAAA,MAAM,oBAAoB;;;GAMzB,CAAC;AAEF,QAAA,MAAM,sBAAsB;;;;;;;EAG1B,CAAC;AAEH,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;EAiB7B,CAAC;AAEH,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWzB,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACpE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACxE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC5E,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAElF;;GAEG;AAEH,QAAA,MAAM,iBAAiB;;;;;EAQrB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAElE;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dxos/functions",
3
- "version": "0.5.3-main.8b66fe2",
4
- "description": "Functions API and runtime.",
3
+ "version": "0.5.3-main.8ffbbae",
4
+ "description": "Functions SDK and runtime.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
7
7
  "license": "MIT",
@@ -10,53 +10,37 @@
10
10
  ".": {
11
11
  "browser": "./dist/lib/browser/index.mjs",
12
12
  "node": "./dist/lib/node/index.cjs",
13
- "default": "./dist/lib/node/index.cjs",
14
- "types": "./dist/types/src/index.d.ts"
15
- },
16
- "./types": {
17
- "browser": "./dist/lib/browser/types.mjs",
18
- "node": "./dist/lib/node/types.cjs",
19
- "default": "./dist/lib/node/types.cjs",
20
- "types": "./dist/types/src/types.d.ts"
13
+ "default": "./dist/lib/node/index.cjs"
21
14
  }
22
15
  },
23
16
  "types": "dist/types/src/index.d.ts",
24
- "typesVersions": {
25
- "*": {
26
- "types": [
27
- "dist/types/src/types.d.ts"
28
- ]
29
- }
30
- },
31
17
  "files": [
32
18
  "dist",
33
19
  "schema",
34
20
  "src"
35
21
  ],
36
22
  "dependencies": {
23
+ "@effect/schema": "^0.64.20",
37
24
  "@preact/signals-core": "^1.6.0",
38
25
  "cron": "^3.1.6",
39
26
  "effect": "^2.4.19",
40
27
  "express": "^4.19.2",
41
28
  "get-port-please": "^3.1.1",
42
29
  "ws": "^8.14.2",
43
- "@braneframe/types": "0.5.3-main.8b66fe2",
44
- "@dxos/async": "0.5.3-main.8b66fe2",
45
- "@dxos/client": "0.5.3-main.8b66fe2",
46
- "@dxos/echo-schema": "0.5.3-main.8b66fe2",
47
- "@dxos/context": "0.5.3-main.8b66fe2",
48
- "@dxos/invariant": "0.5.3-main.8b66fe2",
49
- "@dxos/echo-db": "0.5.3-main.8b66fe2",
50
- "@dxos/log": "0.5.3-main.8b66fe2",
51
- "@dxos/keys": "0.5.3-main.8b66fe2",
52
- "@dxos/node-std": "0.5.3-main.8b66fe2",
53
- "@dxos/util": "0.5.3-main.8b66fe2",
54
- "@dxos/protocols": "0.5.3-main.8b66fe2"
30
+ "@braneframe/types": "0.5.3-main.8ffbbae",
31
+ "@dxos/async": "0.5.3-main.8ffbbae",
32
+ "@dxos/client": "0.5.3-main.8ffbbae",
33
+ "@dxos/context": "0.5.3-main.8ffbbae",
34
+ "@dxos/echo-schema": "0.5.3-main.8ffbbae",
35
+ "@dxos/invariant": "0.5.3-main.8ffbbae",
36
+ "@dxos/log": "0.5.3-main.8ffbbae",
37
+ "@dxos/node-std": "0.5.3-main.8ffbbae",
38
+ "@dxos/util": "0.5.3-main.8ffbbae"
55
39
  },
56
40
  "devDependencies": {
57
41
  "@types/express": "^4.17.17",
58
42
  "@types/ws": "^7.4.0",
59
- "@dxos/agent": "0.5.3-main.8b66fe2"
43
+ "@dxos/agent": "0.5.3-main.8ffbbae"
60
44
  },
61
45
  "publishConfig": {
62
46
  "access": "public"