cubing 0.25.11 → 0.25.12
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/esm/{2x2x2.sgs.json-CLGNVWIM.js → 2x2x2.sgs.json-NLV7NA3B.js} +2 -2
- package/dist/esm/{2x2x2.sgs.json-CLGNVWIM.js.map → 2x2x2.sgs.json-NLV7NA3B.js.map} +0 -0
- package/dist/esm/{3d-dynamic-5LHE6HI6.js → 3d-dynamic-ZXCKVS2R.js} +8 -5
- package/dist/esm/{3d-dynamic-5LHE6HI6.js.map → 3d-dynamic-ZXCKVS2R.js.map} +2 -2
- package/dist/esm/{444-solver-SFZ7V6NL.js → 444-solver-XVU6Q26C.js} +3 -3
- package/dist/esm/{444-solver-SFZ7V6NL.js.map → 444-solver-XVU6Q26C.js.map} +0 -0
- package/dist/esm/bluetooth/index.js +1 -1
- package/dist/esm/{chunk-OFGQQQBY.js → chunk-AMOANNTB.js} +2 -2
- package/dist/esm/{chunk-OFGQQQBY.js.map → chunk-AMOANNTB.js.map} +0 -0
- package/dist/esm/{chunk-RREJ3MSB.js → chunk-ASJ4L4HQ.js} +2 -2
- package/dist/esm/{chunk-RREJ3MSB.js.map → chunk-ASJ4L4HQ.js.map} +0 -0
- package/dist/esm/{chunk-ODQRVWJB.js → chunk-AT7N3AOZ.js} +3 -3
- package/dist/esm/{chunk-ODQRVWJB.js.map → chunk-AT7N3AOZ.js.map} +2 -2
- package/dist/esm/{chunk-C6I4KFI2.js → chunk-KWHGWTPB.js} +2 -2
- package/dist/esm/{chunk-C6I4KFI2.js.map → chunk-KWHGWTPB.js.map} +0 -0
- package/dist/esm/{chunk-4SXK3FSU.js → chunk-RN5JA7BB.js} +2 -2
- package/dist/esm/{chunk-4SXK3FSU.js.map → chunk-RN5JA7BB.js.map} +0 -0
- package/dist/esm/{chunk-Z35CBICW.js → chunk-RPPJMADS.js} +2 -2
- package/dist/esm/{chunk-Z35CBICW.js.map → chunk-RPPJMADS.js.map} +0 -0
- package/dist/esm/{chunk-QKEGKHT5.js → chunk-YRNGJPFS.js} +1 -1
- package/dist/esm/{chunk-QKEGKHT5.js.map → chunk-YRNGJPFS.js.map} +0 -0
- package/dist/esm/{chunk-BXHL3MDG.js → chunk-Z5VAVKEV.js} +3 -3
- package/dist/esm/{chunk-BXHL3MDG.js.map → chunk-Z5VAVKEV.js.map} +0 -0
- package/dist/esm/{fto.dynamic-3MSUIE4Q.js → fto.dynamic-ZIN22CCJ.js} +2 -2
- package/dist/esm/{fto.dynamic-3MSUIE4Q.js.map → fto.dynamic-ZIN22CCJ.js.map} +0 -0
- package/dist/esm/{megaminx.sgs.json-O2B5OU3T.js → megaminx.sgs.json-4RFNTV3K.js} +3 -3
- package/dist/esm/{megaminx.sgs.json-O2B5OU3T.js.map → megaminx.sgs.json-4RFNTV3K.js.map} +0 -0
- package/dist/esm/puzzle-geometry/index.js +1 -1
- package/dist/esm/puzzles/index.js +1 -1
- package/dist/esm/{pyraminx.sgs.json-NTELD4DU.js → pyraminx.sgs.json-XWDFTFGD.js} +3 -3
- package/dist/esm/{pyraminx.sgs.json-NTELD4DU.js.map → pyraminx.sgs.json-XWDFTFGD.js.map} +0 -0
- package/dist/esm/scramble/index.js +3 -3
- package/dist/esm/search/index.js +3 -3
- package/dist/esm/{search-worker-js-entry-32MQILEZ.js → search-worker-js-entry-MQ5EKNR4.js} +13 -13
- package/dist/esm/{search-worker-js-entry-32MQILEZ.js.map → search-worker-js-entry-MQ5EKNR4.js.map} +0 -0
- package/dist/esm/{search-worker-ts-entry-IJRN7GQV.js → search-worker-ts-entry-AEZHCL75.js} +2 -2
- package/dist/esm/{search-worker-ts-entry-IJRN7GQV.js.map → search-worker-ts-entry-AEZHCL75.js.map} +0 -0
- package/dist/esm/{skewb.sgs.json-GISOONJZ.js → skewb.sgs.json-ENZWYZTX.js} +3 -3
- package/dist/esm/{skewb.sgs.json-GISOONJZ.js.map → skewb.sgs.json-ENZWYZTX.js.map} +0 -0
- package/dist/esm/twisty/index.js +2 -2
- package/dist/esm/{worker-inside-generated-string-JGML54CI.js → worker-inside-generated-string-HCFERKXI.js} +2 -2
- package/dist/esm/worker-inside-generated-string-HCFERKXI.js.map +7 -0
- package/dist/types/puzzle-geometry/PuzzleGeometry.d.ts +2 -2
- package/dist/types/search/worker-inside-generated-string.d.ts +1 -1
- package/package.json +2 -1
- package/dist/esm/worker-inside-generated-string-JGML54CI.js.map +0 -7
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
PGNotation,
|
|
6
6
|
getPuzzleGeometryByName
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-AT7N3AOZ.js";
|
|
8
8
|
import {
|
|
9
9
|
KPuzzle
|
|
10
10
|
} from "./chunk-YAOUFM4D.js";
|
|
@@ -119,4 +119,4 @@ export {
|
|
|
119
119
|
sgsDataSkewb,
|
|
120
120
|
sgsDataSkewbFixedCorner
|
|
121
121
|
};
|
|
122
|
-
//# sourceMappingURL=chunk-
|
|
122
|
+
//# sourceMappingURL=chunk-KWHGWTPB.js.map
|
|
File without changes
|
|
@@ -405,7 +405,7 @@ var DEGREES_PER_RADIAN = 360 / TAU;
|
|
|
405
405
|
// src/cubing/twisty/heavy-code-imports/3d.ts
|
|
406
406
|
var cachedConstructorProxy = null;
|
|
407
407
|
async function proxy3D() {
|
|
408
|
-
return cachedConstructorProxy ?? (cachedConstructorProxy = import("./3d-dynamic-
|
|
408
|
+
return cachedConstructorProxy ?? (cachedConstructorProxy = import("./3d-dynamic-ZXCKVS2R.js"));
|
|
409
409
|
}
|
|
410
410
|
var THREEJS = from(async () => (await proxy3D()).T3I);
|
|
411
411
|
|
|
@@ -425,4 +425,4 @@ export {
|
|
|
425
425
|
proxy3D,
|
|
426
426
|
THREEJS
|
|
427
427
|
};
|
|
428
|
-
//# sourceMappingURL=chunk-
|
|
428
|
+
//# sourceMappingURL=chunk-RN5JA7BB.js.map
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-43SBQEWR.js";
|
|
4
4
|
import {
|
|
5
5
|
puzzles
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-YRNGJPFS.js";
|
|
7
7
|
import {
|
|
8
8
|
KState
|
|
9
9
|
} from "./chunk-YAOUFM4D.js";
|
|
@@ -502,4 +502,4 @@ export {
|
|
|
502
502
|
random333OrientedScramble,
|
|
503
503
|
random333FewestMovesScramble
|
|
504
504
|
};
|
|
505
|
-
//# sourceMappingURL=chunk-
|
|
505
|
+
//# sourceMappingURL=chunk-RPPJMADS.js.map
|
|
File without changes
|
|
File without changes
|
|
@@ -111,7 +111,7 @@ async function constructWorker(source, options) {
|
|
|
111
111
|
// src/cubing/search/inside/search-worker-ts-entry-path-getter.ts
|
|
112
112
|
exposeAPI.expose = false;
|
|
113
113
|
async function getWorkerEntryFileURL() {
|
|
114
|
-
return (await import("./search-worker-ts-entry-
|
|
114
|
+
return (await import("./search-worker-ts-entry-AEZHCL75.js")).WORKER_ENTRY_FILE_URL;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
// src/cubing/search/instantiator.ts
|
|
@@ -172,7 +172,7 @@ async function instantiateModuleWorker() {
|
|
|
172
172
|
});
|
|
173
173
|
}
|
|
174
174
|
async function instantiateClassicWorker() {
|
|
175
|
-
const { workerSource } = await import("./worker-inside-generated-string-
|
|
175
|
+
const { workerSource } = await import("./worker-inside-generated-string-HCFERKXI.js");
|
|
176
176
|
const worker = await constructWorker(workerSource, { eval: true });
|
|
177
177
|
return wrap(worker);
|
|
178
178
|
}
|
|
@@ -251,4 +251,4 @@ export {
|
|
|
251
251
|
solveMegaminx,
|
|
252
252
|
setDebug
|
|
253
253
|
};
|
|
254
|
-
//# sourceMappingURL=chunk-
|
|
254
|
+
//# sourceMappingURL=chunk-Z5VAVKEV.js.map
|
|
File without changes
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-FB7SFELN.js";
|
|
4
4
|
import {
|
|
5
5
|
puzzles
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-YRNGJPFS.js";
|
|
7
7
|
import "./chunk-YAOUFM4D.js";
|
|
8
8
|
import "./chunk-DO7GZAW4.js";
|
|
9
9
|
import "./chunk-MGJA5U5O.js";
|
|
@@ -643,4 +643,4 @@ export {
|
|
|
643
643
|
randomFTOScrambleString,
|
|
644
644
|
sgsDataFTO
|
|
645
645
|
};
|
|
646
|
-
//# sourceMappingURL=fto.dynamic-
|
|
646
|
+
//# sourceMappingURL=fto.dynamic-ZIN22CCJ.js.map
|
|
File without changes
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
cachedMegaminxKPuzzleWithoutMO,
|
|
3
3
|
cachedSGSDataMegaminx,
|
|
4
4
|
sgsDataMegaminx
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-AMOANNTB.js";
|
|
6
6
|
import "./chunk-FB7SFELN.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-AT7N3AOZ.js";
|
|
8
8
|
import "./chunk-YAOUFM4D.js";
|
|
9
9
|
import "./chunk-DO7GZAW4.js";
|
|
10
10
|
import "./chunk-MGJA5U5O.js";
|
|
@@ -13,4 +13,4 @@ export {
|
|
|
13
13
|
cachedSGSDataMegaminx,
|
|
14
14
|
sgsDataMegaminx
|
|
15
15
|
};
|
|
16
|
-
//# sourceMappingURL=megaminx.sgs.json-
|
|
16
|
+
//# sourceMappingURL=megaminx.sgs.json-4RFNTV3K.js.map
|
|
File without changes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sgsDataPyraminx,
|
|
3
3
|
sgsDataPyraminxFixedOrientation
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-ASJ4L4HQ.js";
|
|
5
5
|
import "./chunk-FB7SFELN.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-YRNGJPFS.js";
|
|
7
7
|
import "./chunk-YAOUFM4D.js";
|
|
8
8
|
import "./chunk-DO7GZAW4.js";
|
|
9
9
|
import "./chunk-MGJA5U5O.js";
|
|
@@ -11,4 +11,4 @@ export {
|
|
|
11
11
|
sgsDataPyraminx,
|
|
12
12
|
sgsDataPyraminxFixedOrientation
|
|
13
13
|
};
|
|
14
|
-
//# sourceMappingURL=pyraminx.sgs.json-
|
|
14
|
+
//# sourceMappingURL=pyraminx.sgs.json-XWDFTFGD.js.map
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
randomScrambleForEvent
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-Z5VAVKEV.js";
|
|
4
4
|
import "../chunk-BEXHMXCT.js";
|
|
5
5
|
import "../chunk-GBMX6FHY.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-RPPJMADS.js";
|
|
7
7
|
import "../chunk-43SBQEWR.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-YRNGJPFS.js";
|
|
9
9
|
import "../chunk-YAOUFM4D.js";
|
|
10
10
|
import "../chunk-DO7GZAW4.js";
|
|
11
11
|
import "../chunk-MGJA5U5O.js";
|
package/dist/esm/search/index.js
CHANGED
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
solveMegaminx,
|
|
7
7
|
solvePyraminx,
|
|
8
8
|
solveSkewb
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-Z5VAVKEV.js";
|
|
10
10
|
import "../chunk-BEXHMXCT.js";
|
|
11
11
|
import "../chunk-GBMX6FHY.js";
|
|
12
12
|
import {
|
|
13
13
|
random333State
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-RPPJMADS.js";
|
|
15
15
|
import "../chunk-43SBQEWR.js";
|
|
16
|
-
import "../chunk-
|
|
16
|
+
import "../chunk-YRNGJPFS.js";
|
|
17
17
|
import "../chunk-YAOUFM4D.js";
|
|
18
18
|
import "../chunk-DO7GZAW4.js";
|
|
19
19
|
import "../chunk-MGJA5U5O.js";
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sgsDataPyraminxFixedOrientation
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ASJ4L4HQ.js";
|
|
4
4
|
import {
|
|
5
5
|
sgsDataSkewbFixedCorner,
|
|
6
6
|
skewbKPuzzleWithoutMOCached
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KWHGWTPB.js";
|
|
8
8
|
import {
|
|
9
9
|
expose
|
|
10
10
|
} from "./chunk-ZPAGJE7S.js";
|
|
11
11
|
import {
|
|
12
12
|
cachedMegaminxKPuzzleWithoutMO
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-AMOANNTB.js";
|
|
14
14
|
import "./chunk-FB7SFELN.js";
|
|
15
15
|
import {
|
|
16
16
|
countMoves
|
|
17
17
|
} from "./chunk-NSLR2SC4.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-AT7N3AOZ.js";
|
|
19
19
|
import "./chunk-GBMX6FHY.js";
|
|
20
20
|
import {
|
|
21
21
|
addOrientationSuffix,
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
random333Scramble,
|
|
27
27
|
setIsInsideWorker,
|
|
28
28
|
solve333
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-RPPJMADS.js";
|
|
30
30
|
import {
|
|
31
31
|
randomChoiceFactory,
|
|
32
32
|
randomPermute,
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
} from "./chunk-43SBQEWR.js";
|
|
35
35
|
import {
|
|
36
36
|
puzzles
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-YRNGJPFS.js";
|
|
38
38
|
import {
|
|
39
39
|
KState
|
|
40
40
|
} from "./chunk-YAOUFM4D.js";
|
|
@@ -165,7 +165,7 @@ var TREMBLE_DEPTH = 3;
|
|
|
165
165
|
var cachedTrembleSolver = null;
|
|
166
166
|
async function getCachedTrembleSolver() {
|
|
167
167
|
return cachedTrembleSolver || (cachedTrembleSolver = (async () => {
|
|
168
|
-
const sgsCachedData = await (await import("./2x2x2.sgs.json-
|
|
168
|
+
const sgsCachedData = await (await import("./2x2x2.sgs.json-NLV7NA3B.js")).cachedData222();
|
|
169
169
|
return new TrembleSolver(await puzzles["2x2x2"].kpuzzle(), sgsCachedData, "URFLBD".split(""));
|
|
170
170
|
})());
|
|
171
171
|
}
|
|
@@ -212,7 +212,7 @@ var randomSuffixes = [
|
|
|
212
212
|
];
|
|
213
213
|
var cachedImport = null;
|
|
214
214
|
function dynamicScramble444() {
|
|
215
|
-
return cachedImport ?? (cachedImport = import("./444-solver-
|
|
215
|
+
return cachedImport ?? (cachedImport = import("./444-solver-XVU6Q26C.js"));
|
|
216
216
|
}
|
|
217
217
|
async function initialize444() {
|
|
218
218
|
return (await dynamicScramble444()).initialize();
|
|
@@ -301,7 +301,7 @@ async function oriented555RandomMoves() {
|
|
|
301
301
|
// src/cubing/search/inside/solve/puzzles/fto.ts
|
|
302
302
|
async function randomFTOScramble() {
|
|
303
303
|
mustBeInsideWorker();
|
|
304
|
-
const { randomFTOScrambleString } = await import("./fto.dynamic-
|
|
304
|
+
const { randomFTOScrambleString } = await import("./fto.dynamic-ZIN22CCJ.js");
|
|
305
305
|
return new Alg(await randomFTOScrambleString());
|
|
306
306
|
}
|
|
307
307
|
|
|
@@ -324,7 +324,7 @@ var TREMBLE_DEPTH2 = 2;
|
|
|
324
324
|
var cachedTrembleSolver2 = null;
|
|
325
325
|
async function getCachedTrembleSolver2() {
|
|
326
326
|
return cachedTrembleSolver2 || (cachedTrembleSolver2 = (async () => {
|
|
327
|
-
const sgs = await import("./megaminx.sgs.json-
|
|
327
|
+
const sgs = await import("./megaminx.sgs.json-4RFNTV3K.js");
|
|
328
328
|
const json = await sgs.cachedSGSDataMegaminx();
|
|
329
329
|
return new TrembleSolver(await cachedMegaminxKPuzzleWithoutMO(), json, [
|
|
330
330
|
"U",
|
|
@@ -357,7 +357,7 @@ var TREMBLE_DEPTH3 = 3;
|
|
|
357
357
|
var cachedTrembleSolver3 = null;
|
|
358
358
|
async function getCachedTrembleSolver3() {
|
|
359
359
|
return cachedTrembleSolver3 || (cachedTrembleSolver3 = (async () => {
|
|
360
|
-
const sgs = await import("./pyraminx.sgs.json-
|
|
360
|
+
const sgs = await import("./pyraminx.sgs.json-XWDFTFGD.js");
|
|
361
361
|
const json = await sgs.sgsDataPyraminx();
|
|
362
362
|
return new TrembleSolver(await puzzles.pyraminx.kpuzzle(), json, "RLUB".split(""));
|
|
363
363
|
})());
|
|
@@ -388,7 +388,7 @@ var TREMBLE_DEPTH4 = 3;
|
|
|
388
388
|
var cachedTrembleSolver4 = null;
|
|
389
389
|
async function getCachedTrembleSolver4() {
|
|
390
390
|
return cachedTrembleSolver4 || (cachedTrembleSolver4 = (async () => {
|
|
391
|
-
const sgs = await import("./skewb.sgs.json-
|
|
391
|
+
const sgs = await import("./skewb.sgs.json-ENZWYZTX.js");
|
|
392
392
|
const json = await sgs.sgsDataSkewb();
|
|
393
393
|
return new TrembleSolver(await sgs.skewbKPuzzleWithoutMOCached(), json, "RLUB".split(""));
|
|
394
394
|
})());
|
|
@@ -576,4 +576,4 @@ var insideAPI = {
|
|
|
576
576
|
|
|
577
577
|
// src/cubing/search/inside/search-worker-js-entry.js
|
|
578
578
|
expose(insideAPI);
|
|
579
|
-
//# sourceMappingURL=search-worker-js-entry-
|
|
579
|
+
//# sourceMappingURL=search-worker-js-entry-MQ5EKNR4.js.map
|
package/dist/esm/{search-worker-js-entry-32MQILEZ.js.map → search-worker-js-entry-MQ5EKNR4.js.map}
RENAMED
|
File without changes
|
|
@@ -10,7 +10,7 @@ import "./chunk-MGJA5U5O.js";
|
|
|
10
10
|
// src/cubing/search/inside/search-worker-ts-entry.ts
|
|
11
11
|
if (exposeAPI.expose) {
|
|
12
12
|
(async () => {
|
|
13
|
-
await import("./search-worker-js-entry-
|
|
13
|
+
await import("./search-worker-js-entry-MQ5EKNR4.js");
|
|
14
14
|
const messagePort = globalThis.postMessage ? globalThis : await nodeEndpointPort();
|
|
15
15
|
messagePort.postMessage("comlink-exposed");
|
|
16
16
|
})();
|
|
@@ -19,4 +19,4 @@ var WORKER_ENTRY_FILE_URL = import.meta.url;
|
|
|
19
19
|
export {
|
|
20
20
|
WORKER_ENTRY_FILE_URL
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=search-worker-ts-entry-
|
|
22
|
+
//# sourceMappingURL=search-worker-ts-entry-AEZHCL75.js.map
|
package/dist/esm/{search-worker-ts-entry-IJRN7GQV.js.map → search-worker-ts-entry-AEZHCL75.js.map}
RENAMED
|
File without changes
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
sgsDataSkewb,
|
|
3
3
|
sgsDataSkewbFixedCorner,
|
|
4
4
|
skewbKPuzzleWithoutMOCached
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-KWHGWTPB.js";
|
|
6
6
|
import "./chunk-FB7SFELN.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-AT7N3AOZ.js";
|
|
8
8
|
import "./chunk-YAOUFM4D.js";
|
|
9
9
|
import "./chunk-DO7GZAW4.js";
|
|
10
10
|
import "./chunk-MGJA5U5O.js";
|
|
@@ -13,4 +13,4 @@ export {
|
|
|
13
13
|
sgsDataSkewbFixedCorner,
|
|
14
14
|
skewbKPuzzleWithoutMOCached
|
|
15
15
|
};
|
|
16
|
-
//# sourceMappingURL=skewb.sgs.json-
|
|
16
|
+
//# sourceMappingURL=skewb.sgs.json-ENZWYZTX.js.map
|
|
File without changes
|
package/dist/esm/twisty/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
TwistyPropDerived,
|
|
11
11
|
TwistyPropSource,
|
|
12
12
|
proxy3D
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-RN5JA7BB.js";
|
|
14
14
|
import {
|
|
15
15
|
countAnimatedLeaves,
|
|
16
16
|
countMoves
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
cubeAppearance,
|
|
21
21
|
customPGPuzzleLoader,
|
|
22
22
|
puzzles
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-YRNGJPFS.js";
|
|
24
24
|
import "../chunk-YAOUFM4D.js";
|
|
25
25
|
import {
|
|
26
26
|
Alg,
|