@cadenza.io/service 2.20.0 → 2.21.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/README.md +17 -0
- package/dist/{Cadenza-D787NzXY.d.mts → Cadenza-Cq1mscQf.d.mts} +205 -2
- package/dist/{Cadenza-D787NzXY.d.ts → Cadenza-Cq1mscQf.d.ts} +205 -2
- package/dist/browser/index.js +2526 -551
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/index.mjs +2425 -450
- package/dist/browser/index.mjs.map +1 -1
- package/dist/index.d.mts +10 -130
- package/dist/index.d.ts +10 -130
- package/dist/index.js +2697 -564
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2637 -504
- 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 +1 -1
package/dist/nuxt/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions } from '../Cadenza-Cq1mscQf.mjs';
|
|
2
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-Cq1mscQf.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 {
|
|
2
|
-
export {
|
|
1
|
+
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions } from '../Cadenza-Cq1mscQf.js';
|
|
2
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-Cq1mscQf.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 {
|
|
4
|
-
export {
|
|
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-Cq1mscQf.mjs';
|
|
4
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-Cq1mscQf.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 {
|
|
4
|
-
export {
|
|
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-Cq1mscQf.js';
|
|
4
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-Cq1mscQf.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 {
|
|
3
|
-
export {
|
|
2
|
+
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions, H as HydrationOptions } from '../Cadenza-Cq1mscQf.mjs';
|
|
3
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-Cq1mscQf.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 {
|
|
3
|
-
export {
|
|
2
|
+
import { E as BrowserRuntimeActorHandle, F as BrowserRuntimeActorOptions, C as CadenzaService, K as BrowserRuntimeServiceOptions, H as HydrationOptions } from '../Cadenza-Cq1mscQf.js';
|
|
3
|
+
export { I as BrowserRuntimeProjectionBinding } from '../Cadenza-Cq1mscQf.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.
|
|
3
|
+
"version": "2.21.0",
|
|
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",
|