@cadenza.io/service 2.21.0 → 2.21.2
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/{Cadenza-Cq1mscQf.d.mts → Cadenza-CRVK2HUv.d.mts} +46 -1
- package/dist/{Cadenza-Cq1mscQf.d.ts → Cadenza-CRVK2HUv.d.ts} +46 -1
- package/dist/browser/index.js +1369 -482
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/index.mjs +1368 -479
- package/dist/browser/index.mjs.map +1 -1
- package/dist/index.d.mts +8 -4
- package/dist/index.d.ts +8 -4
- package/dist/index.js +1480 -568
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1476 -568
- package/dist/index.mjs.map +1 -1
- package/dist/nuxt/index.d.mts +2 -2
- package/dist/nuxt/index.d.ts +2 -2
- package/dist/react/index.d.mts +2 -2
- package/dist/react/index.d.ts +2 -2
- package/dist/vue/index.d.mts +2 -2
- package/dist/vue/index.d.ts +2 -2
- package/package.json +4 -4
package/dist/nuxt/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions } from '../Cadenza-
|
|
2
|
-
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-
|
|
1
|
+
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions } from '../Cadenza-CRVK2HUv.mjs';
|
|
2
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-CRVK2HUv.mjs';
|
|
3
3
|
import { P as ProjectionRuntimeSnapshot } from '../runtimeProjectionState-CitON2P3.mjs';
|
|
4
4
|
import '@cadenza.io/core';
|
|
5
5
|
|
package/dist/nuxt/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions } from '../Cadenza-
|
|
2
|
-
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-
|
|
1
|
+
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions } from '../Cadenza-CRVK2HUv.js';
|
|
2
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-CRVK2HUv.js';
|
|
3
3
|
import { P as ProjectionRuntimeSnapshot } from '../runtimeProjectionState-CitON2P3.js';
|
|
4
4
|
import '@cadenza.io/core';
|
|
5
5
|
|
package/dist/react/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions, H as HydrationOptions, G as BrowserRuntimeActorRuntimeState, d as DistributedInquiryOptions } from '../Cadenza-
|
|
4
|
-
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-
|
|
3
|
+
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions, H as HydrationOptions, G as BrowserRuntimeActorRuntimeState, d as DistributedInquiryOptions } from '../Cadenza-CRVK2HUv.mjs';
|
|
4
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-CRVK2HUv.mjs';
|
|
5
5
|
import * as _cadenza_io_core from '@cadenza.io/core';
|
|
6
6
|
import { P as ProjectionRuntimeSnapshot } from '../runtimeProjectionState-CitON2P3.mjs';
|
|
7
7
|
|
package/dist/react/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions, H as HydrationOptions, G as BrowserRuntimeActorRuntimeState, d as DistributedInquiryOptions } from '../Cadenza-
|
|
4
|
-
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-
|
|
3
|
+
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions, H as HydrationOptions, G as BrowserRuntimeActorRuntimeState, d as DistributedInquiryOptions } from '../Cadenza-CRVK2HUv.js';
|
|
4
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-CRVK2HUv.js';
|
|
5
5
|
import * as _cadenza_io_core from '@cadenza.io/core';
|
|
6
6
|
import { P as ProjectionRuntimeSnapshot } from '../runtimeProjectionState-CitON2P3.js';
|
|
7
7
|
|
package/dist/vue/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ShallowRef, ComputedRef, App } from 'vue';
|
|
2
|
-
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions, H as HydrationOptions } from '../Cadenza-
|
|
3
|
-
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-
|
|
2
|
+
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions, H as HydrationOptions } from '../Cadenza-CRVK2HUv.mjs';
|
|
3
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-CRVK2HUv.mjs';
|
|
4
4
|
import { P as ProjectionRuntimeSnapshot } from '../runtimeProjectionState-CitON2P3.mjs';
|
|
5
5
|
import '@cadenza.io/core';
|
|
6
6
|
|
package/dist/vue/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ShallowRef, ComputedRef, App } from 'vue';
|
|
2
|
-
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions, H as HydrationOptions } from '../Cadenza-
|
|
3
|
-
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-
|
|
2
|
+
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions, H as HydrationOptions } from '../Cadenza-CRVK2HUv.js';
|
|
3
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-CRVK2HUv.js';
|
|
4
4
|
import { P as ProjectionRuntimeSnapshot } from '../runtimeProjectionState-CitON2P3.js';
|
|
5
5
|
import '@cadenza.io/core';
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cadenza.io/service",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.2",
|
|
4
4
|
"description": "This is a lightweight framework for building seamless distributed asynchronous graphs and flows of tasks and signals.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "node --loader ts-node/esm src/index.ts",
|
|
@@ -130,16 +130,16 @@
|
|
|
130
130
|
"prettier": "3.6.2",
|
|
131
131
|
"react": "^19.0.0",
|
|
132
132
|
"react-test-renderer": "^19.0.0",
|
|
133
|
-
"vue": "^3.5.13",
|
|
134
133
|
"semantic-release": "^24.2.3",
|
|
135
134
|
"tsup": "^8.4.0",
|
|
136
135
|
"tsx": "^4.20.2",
|
|
137
136
|
"typedoc": "^0.28.14",
|
|
138
137
|
"typescript": "^5.8.3",
|
|
139
|
-
"vitest": "^3.2.3"
|
|
138
|
+
"vitest": "^3.2.3",
|
|
139
|
+
"vue": "^3.5.13"
|
|
140
140
|
},
|
|
141
141
|
"dependencies": {
|
|
142
|
-
"@cadenza.io/core": "^3.
|
|
142
|
+
"@cadenza.io/core": "^3.28.1",
|
|
143
143
|
"@types/pg": "^8.15.4",
|
|
144
144
|
"@types/uuid": "^10.0.0",
|
|
145
145
|
"body-parser": "^2.2.0",
|