@puzzmo/sdk 1.0.5 → 1.0.7
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/asyncToGenerator-BlxRHn40.cjs +1 -0
- package/dist/asyncToGenerator-CPSNHDFw.js +25 -0
- package/dist/{createSimulator-9IxV0l3_.js → createSimulator-BZYymqOG.js} +3 -2
- package/dist/{createSimulator-9IxV0l3_.js.map → createSimulator-BZYymqOG.js.map} +1 -1
- package/dist/{createSimulator-DxhvbnJB.cjs → createSimulator-Ctg-fdCI.cjs} +28 -28
- package/dist/{createSimulator-DxhvbnJB.cjs.map → createSimulator-Ctg-fdCI.cjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/objectSpread2-B6tAAMuy.cjs +1 -0
- package/dist/objectSpread2-vLYiAtaU.js +52 -0
- package/dist/simulator/index.cjs +1 -1
- package/dist/simulator/index.js +1 -1
- package/dist/simulator/standalone.cjs +1 -1
- package/dist/simulator/standalone.js +1 -1
- package/dist/vite.cjs +3 -3
- package/dist/vite.cjs.map +1 -1
- package/dist/vite.d.ts.map +1 -1
- package/dist/vite.js +34 -20
- package/dist/vite.js.map +1 -1
- package/package.json +1 -1
- package/dist/objectSpread2-C4RR_HMd.cjs +0 -1
- package/dist/objectSpread2-CJo2CZQ6.js +0 -76
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function e(e,t,n,r,i,a,o){try{var s=e[a](o),c=s.value}catch(e){n(e);return}s.done?t(c):Promise.resolve(c).then(r,i)}function t(t){return function(){var n=this,r=arguments;return new Promise(function(i,a){var o=t.apply(n,r);function s(t){e(o,i,a,s,c,`next`,t)}function c(t){e(o,i,a,s,c,`throw`,t)}s(void 0)})}}Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return t}});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
function e(e, t, n, r, i, a, o) {
|
|
2
|
+
try {
|
|
3
|
+
var s = e[a](o), c = s.value;
|
|
4
|
+
} catch (e) {
|
|
5
|
+
n(e);
|
|
6
|
+
return;
|
|
7
|
+
}
|
|
8
|
+
s.done ? t(c) : Promise.resolve(c).then(r, i);
|
|
9
|
+
}
|
|
10
|
+
function t(t) {
|
|
11
|
+
return function() {
|
|
12
|
+
var n = this, r = arguments;
|
|
13
|
+
return new Promise(function(i, a) {
|
|
14
|
+
var o = t.apply(n, r);
|
|
15
|
+
function s(t) {
|
|
16
|
+
e(o, i, a, s, c, "next", t);
|
|
17
|
+
}
|
|
18
|
+
function c(t) {
|
|
19
|
+
e(o, i, a, s, c, "throw", t);
|
|
20
|
+
}
|
|
21
|
+
s(void 0);
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
export { t };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { t as e } from "./asyncToGenerator-CPSNHDFw.js";
|
|
2
|
+
import { t } from "./objectSpread2-vLYiAtaU.js";
|
|
2
3
|
const n = [
|
|
3
4
|
{
|
|
4
5
|
name: "Puzzmo (light)",
|
|
@@ -2746,4 +2747,4 @@ function Fe(t = {}) {
|
|
|
2746
2747
|
}
|
|
2747
2748
|
export { Fe as t };
|
|
2748
2749
|
|
|
2749
|
-
//# sourceMappingURL=createSimulator-
|
|
2750
|
+
//# sourceMappingURL=createSimulator-BZYymqOG.js.map
|