@bian-womp/spark-graph 0.2.49 → 0.2.50
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 +4 -0
- package/lib/cjs/index.cjs.map +1 -1
- package/lib/cjs/src/runtime/PushEngine.d.ts +1 -0
- package/lib/cjs/src/runtime/PushEngine.d.ts.map +1 -1
- package/lib/esm/index.js +4 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/src/runtime/PushEngine.d.ts +1 -0
- package/lib/esm/src/runtime/PushEngine.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PushEngine.d.ts","sourceRoot":"","sources":["../../../../src/runtime/PushEngine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,qBAAa,UAAW,SAAQ,cAAc;gBAChC,YAAY,EAAE,YAAY;
|
|
1
|
+
{"version":3,"file":"PushEngine.d.ts","sourceRoot":"","sources":["../../../../src/runtime/PushEngine.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,qBAAa,UAAW,SAAQ,cAAc;gBAChC,YAAY,EAAE,YAAY;IAI7B,MAAM,IAAI,IAAI;CAIxB"}
|
package/lib/esm/index.js
CHANGED
|
@@ -1887,6 +1887,10 @@ class PushEngine extends AbstractEngine {
|
|
|
1887
1887
|
constructor(graphRuntime) {
|
|
1888
1888
|
super(graphRuntime);
|
|
1889
1889
|
}
|
|
1890
|
+
launch() {
|
|
1891
|
+
super.launch();
|
|
1892
|
+
this.graphRuntime.resume();
|
|
1893
|
+
}
|
|
1890
1894
|
}
|
|
1891
1895
|
|
|
1892
1896
|
class BatchedEngine extends AbstractEngine {
|