@peter.naydenov/cuts 2.1.0 → 2.1.1
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/Changelog.md +6 -0
- package/dist/cuts.umd.js +1 -1
- package/graphify-out/.graphify_labels.json +56 -0
- package/graphify-out/.graphify_root +1 -0
- package/graphify-out/GRAPH_REPORT.md +116 -247
- package/graphify-out/cache/ast/v0.8.39/043be2e32281a59e2bacb95418b95816b558a290aa581434b22666fb9a6a3a6c.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/151934b5e716a5f1d14f4954ebca16c64f767c94ea65182896565a0a845a99d8.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/2b64175ef58c779348b9f3b1bc212093f30455a8c3b30e90ec66bc0c83893a17.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/93e3201ab0f7055efb1bd85240bdae46fcc21d36089825bafeb9ba97e082b25d.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/a54f836214535c9d3ff5d4ba866f261748789984734e148a99dff099f0977cd4.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/ac32180db1477eed72583ce9d06051d06eb0336e02b1894789b5a039392b7255.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/b3a576733a49496a7d162b3a08710f6ca29fd2678532e9406755046f6250acb9.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/c2b57052ba235afaf3195c026546eabbe2ab6274aa24bc3e4481f92904fe6a9d.json +1 -0
- package/graphify-out/cache/stat-index.json +1 -0
- package/graphify-out/graph.html +69 -28
- package/graphify-out/graph.json +4052 -1782
- package/graphify-out/manifest.json +300 -50
- package/package.json +10 -10
- package/types/findInstructions.d.ts +1 -1
- package/types/findInstructions.d.ts.map +1 -1
- package/types/main.d.ts +76 -12
- package/types/main.d.ts.map +1 -1
- package/types/methods/hide.d.ts +1 -1
- package/types/methods/hide.d.ts.map +1 -1
- package/types/methods/jump.d.ts +1 -1
- package/types/methods/jump.d.ts.map +1 -1
- package/types/methods/jumpBack.d.ts +2 -2
- package/types/methods/jumpBack.d.ts.map +1 -1
- package/types/methods/jumpsReset.d.ts +1 -1
- package/types/methods/jumpsReset.d.ts.map +1 -1
- package/types/methods/listShortcuts.d.ts +1 -1
- package/types/methods/listShortcuts.d.ts.map +1 -1
- package/types/methods/setScenes.d.ts +11 -17
- package/types/methods/setScenes.d.ts.map +1 -1
- package/types/methods/show.d.ts +2 -2
- package/types/methods/show.d.ts.map +1 -1
- package/types/setInstruction.d.ts +1 -1
- package/types/setInstruction.d.ts.map +1 -1
package/types/methods/show.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export default show;
|
|
2
1
|
declare function show(dependencies: any, state: any): ({ scene: requestedScene, options }: {
|
|
3
2
|
scene: string;
|
|
4
3
|
options?: {
|
|
5
4
|
ssr: boolean;
|
|
6
|
-
}
|
|
5
|
+
};
|
|
7
6
|
}, ...args?: any[]) => Promise<any>;
|
|
7
|
+
export default show;
|
|
8
8
|
//# sourceMappingURL=show.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"show.d.ts","sourceRoot":"","sources":["../../src/methods/show.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"show.d.ts","sourceRoot":"","sources":["../../src/methods/show.js"],"names":[],"mappings":"AAIA,iBAAS,IAAI,CAAG,YAAY,KAAA,EAAE,KAAK,KAAA,wCAKhC;IAAwB,KAAK,EAArB,MAAM,CACd;IAAyB,OAAO,AAAhC,CAEA,EADA;QAAiC,GAAG,EAA5B,OAAO,CACf;KAAA,CAAA;CAAA,mCA4GF;eAIc,IAAI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setInstruction.d.ts","sourceRoot":"","sources":["../src/setInstruction.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"setInstruction.d.ts","sourceRoot":"","sources":["../src/setInstruction.js"],"names":[],"mappings":"AAEA,iBAAS,cAAc,CAAG,YAAY,KAAA,2BAKpB,GAAC,EAAA,cAUjB;eAIa,cAAc"}
|