@bian-womp/spark-graph 0.2.25 → 0.2.26
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/lib/cjs/index.cjs.map +1 -1
- package/lib/cjs/src/examples/arrays.d.ts +1 -1
- package/lib/cjs/src/examples/arrays.d.ts.map +1 -1
- package/lib/cjs/src/examples/engine.d.ts +1 -1
- package/lib/cjs/src/examples/engine.d.ts.map +1 -1
- package/lib/cjs/src/examples/progress.d.ts +1 -1
- package/lib/cjs/src/examples/progress.d.ts.map +1 -1
- package/lib/cjs/src/examples/simple.d.ts +1 -1
- package/lib/cjs/src/examples/simple.d.ts.map +1 -1
- package/lib/cjs/src/examples/snapshot.d.ts +1 -1
- package/lib/cjs/src/examples/snapshot.d.ts.map +1 -1
- package/lib/cjs/src/examples/validation.d.ts +1 -1
- package/lib/cjs/src/examples/validation.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/src/examples/arrays.d.ts +1 -1
- package/lib/esm/src/examples/arrays.d.ts.map +1 -1
- package/lib/esm/src/examples/engine.d.ts +1 -1
- package/lib/esm/src/examples/engine.d.ts.map +1 -1
- package/lib/esm/src/examples/progress.d.ts +1 -1
- package/lib/esm/src/examples/progress.d.ts.map +1 -1
- package/lib/esm/src/examples/simple.d.ts +1 -1
- package/lib/esm/src/examples/simple.d.ts.map +1 -1
- package/lib/esm/src/examples/snapshot.d.ts +1 -1
- package/lib/esm/src/examples/snapshot.d.ts.map +1 -1
- package/lib/esm/src/examples/validation.d.ts +1 -1
- package/lib/esm/src/examples/validation.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GraphDefinition } from "
|
|
1
|
+
import type { GraphDefinition } from "@bian-womp/spark-protocol";
|
|
2
2
|
export declare function createArrayComposeDecomposeDef(): GraphDefinition;
|
|
3
3
|
export declare function createArrayComposeDecomposeRegistry(): import("..").Registry;
|
|
4
4
|
export declare function main(): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arrays.d.ts","sourceRoot":"","sources":["../../../../src/examples/arrays.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"arrays.d.ts","sourceRoot":"","sources":["../../../../src/examples/arrays.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAKjE,wBAAgB,8BAA8B,IAAI,eAAe,CAchE;AAED,wBAAgB,mCAAmC,0BAElD;AAED,wBAAsB,IAAI,kBAsDzB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GraphDefinition } from "
|
|
1
|
+
import type { GraphDefinition } from "@bian-womp/spark-protocol";
|
|
2
2
|
import { Engine } from "../runtime/Engine";
|
|
3
3
|
import { GraphRuntime } from "../runtime/GraphRuntime";
|
|
4
4
|
export declare function demoWithEngine(name: string, createEngine: (rt: GraphRuntime, def: GraphDefinition) => Engine): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"engine.d.ts","sourceRoot":"","sources":["../../../../src/examples/engine.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"engine.d.ts","sourceRoot":"","sources":["../../../../src/examples/engine.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAQjE,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAE3C,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAsBvD,wBAAsB,cAAc,CAClC,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,CAAC,EAAE,EAAE,YAAY,EAAE,GAAG,EAAE,eAAe,KAAK,MAAM,iBAsEjE;AAED,wBAAsB,IAAI,kBAYzB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GraphDefinition } from "
|
|
1
|
+
import type { GraphDefinition } from "@bian-womp/spark-protocol";
|
|
2
2
|
export declare function createProgressGraphDef(): GraphDefinition;
|
|
3
3
|
export declare function createProgressGraphRegistry(): import("..").Registry;
|
|
4
4
|
export declare function main(): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../../../src/examples/progress.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../../../src/examples/progress.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AASjE,wBAAgB,sBAAsB,oBAsBrC;AAED,wBAAgB,2BAA2B,0BAI1C;AAED,wBAAsB,IAAI,kBA2BzB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GraphDefinition } from "
|
|
1
|
+
import type { GraphDefinition } from "@bian-womp/spark-protocol";
|
|
2
2
|
export declare function createSimpleGraphDef(): GraphDefinition;
|
|
3
3
|
export declare function createSimpleGraphRegistry(): import("..").Registry;
|
|
4
4
|
export declare function main(): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simple.d.ts","sourceRoot":"","sources":["../../../../src/examples/simple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"simple.d.ts","sourceRoot":"","sources":["../../../../src/examples/simple.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AA0CjE,wBAAgB,oBAAoB,oBAEnC;AAED,wBAAgB,yBAAyB,0BAExC;AAGD,wBAAsB,IAAI,kBAgDzB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GraphDefinition } from "
|
|
1
|
+
import type { GraphDefinition } from "@bian-womp/spark-protocol";
|
|
2
2
|
export declare function createSnapshotGraphDef(): GraphDefinition;
|
|
3
3
|
export declare function main(): Promise<void>;
|
|
4
4
|
//# sourceMappingURL=snapshot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../../../../src/examples/snapshot.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"snapshot.d.ts","sourceRoot":"","sources":["../../../../src/examples/snapshot.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAKjE,wBAAgB,sBAAsB,IAAI,eAAe,CAcxD;AAED,wBAAsB,IAAI,kBA2CzB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GraphDefinition } from "
|
|
1
|
+
import type { GraphDefinition } from "@bian-womp/spark-protocol";
|
|
2
2
|
export declare function createValidationGraphDef(): GraphDefinition;
|
|
3
3
|
export declare function createValidationGraphRegistry(): import("..").Registry;
|
|
4
4
|
export declare function main(): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/examples/validation.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"validation.d.ts","sourceRoot":"","sources":["../../../../src/examples/validation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAIjE,wBAAgB,wBAAwB,IAAI,eAAe,CA2C1D;AAED,wBAAgB,6BAA6B,0BAG5C;AAED,wBAAsB,IAAI,kBAazB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bian-womp/spark-graph",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26",
|
|
4
4
|
"description": "Spark Graph - Node-based computation graph system",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"node": ">=20.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@bian-womp/spark-protocol": "^0.2.
|
|
38
|
+
"@bian-womp/spark-protocol": "^0.2.26"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@rollup/plugin-commonjs": "^28.0.6",
|