cubing 0.62.2 → 0.63.2
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/bin/chunks/{chunk-WFE2REKW.js → chunk-52ODPET6.js} +2 -2
- package/dist/bin/order.js +1 -1
- package/dist/bin/puzzle-geometry-bin.js +1 -1
- package/dist/bin/scramble.js +1 -1
- package/dist/lib/cubing/{PuzzleLoader-B2JfN7uX.d.ts → PuzzleLoader-R-puDLmC.d.ts} +1 -1
- package/dist/lib/cubing/alg/index.d.ts +2 -2
- package/dist/lib/cubing/bluetooth/index.d.ts +2 -2
- package/dist/lib/cubing/bluetooth/index.js +1 -1
- package/dist/lib/cubing/bluetooth/index.js.map +2 -2
- package/dist/lib/cubing/chunks/chunk-M7YKTETT.js +239 -0
- package/dist/lib/cubing/chunks/chunk-M7YKTETT.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-V27EM5TJ.js +1074 -0
- package/dist/lib/cubing/chunks/chunk-V27EM5TJ.js.map +7 -0
- package/dist/lib/cubing/chunks/{inside-TJAQBDDY.js → inside-Q56GLXG4.js} +5 -21
- package/dist/lib/cubing/chunks/inside-Q56GLXG4.js.map +7 -0
- package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-NRWKTCNT.js → search-dynamic-solve-4x4x4-E576AITS.js} +3 -4
- package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-NRWKTCNT.js.map → search-dynamic-solve-4x4x4-E576AITS.js.map} +1 -1
- package/dist/lib/cubing/chunks/search-worker-entry.js +6 -7
- package/dist/lib/cubing/chunks/search-worker-entry.js.map +2 -2
- package/dist/lib/cubing/{events-BDkOaqlG.d.ts → events-IfSwQLYm.d.ts} +1 -1
- package/dist/lib/cubing/{index-DWA95mSl.d.ts → index-btIxbuNp.d.ts} +1 -1
- package/dist/lib/cubing/kpuzzle/index.d.ts +1 -1
- package/dist/lib/cubing/notation/index.d.ts +1 -1
- package/dist/lib/cubing/protocol/index.d.ts +1 -1
- package/dist/lib/cubing/puzzle-geometry/index.d.ts +2 -2
- package/dist/lib/cubing/puzzles/index.d.ts +1 -1
- package/dist/lib/cubing/scramble/index.d.ts +2 -2
- package/dist/lib/cubing/scramble/index.js +2 -3
- package/dist/lib/cubing/search/index.d.ts +3 -3
- package/dist/lib/cubing/search/index.js +2 -3
- package/dist/lib/cubing/search/index.js.map +1 -1
- package/dist/lib/cubing/stream/index.d.ts +3 -3
- package/dist/lib/cubing/twisty/index.d.ts +2 -2
- package/dist/lib/cubing/twisty/index.js +2 -2
- package/dist/lib/cubing/twisty/index.js.map +2 -2
- package/package.json +6 -7
- package/dist/lib/cubing/chunks/chunk-2AUSVPAU.js +0 -28
- package/dist/lib/cubing/chunks/chunk-2AUSVPAU.js.map +0 -7
- package/dist/lib/cubing/chunks/chunk-5F7JRCTP.js +0 -605
- package/dist/lib/cubing/chunks/chunk-5F7JRCTP.js.map +0 -7
- package/dist/lib/cubing/chunks/chunk-LIVDX4MD.js +0 -395
- package/dist/lib/cubing/chunks/chunk-LIVDX4MD.js.map +0 -7
- package/dist/lib/cubing/chunks/chunk-XO3JAA3V.js +0 -39
- package/dist/lib/cubing/chunks/chunk-XO3JAA3V.js.map +0 -7
- package/dist/lib/cubing/chunks/inside-TJAQBDDY.js.map +0 -7
- package/dist/lib/cubing/chunks/search-dynamic-solve-kilominx-CD57C3C4.js +0 -771
- package/dist/lib/cubing/chunks/search-dynamic-solve-kilominx-CD57C3C4.js.map +0 -7
- /package/dist/bin/chunks/{chunk-WFE2REKW.js.map → chunk-52ODPET6.js.map} +0 -0
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
var packageVersion = (
|
|
5
5
|
// biome-ignore lint/suspicious/noTsIgnore: This comment is stil present in the compiled file, where an error is *not* expected.
|
|
6
6
|
/** @ts-ignore Populated by `esbuild` at compile time. */
|
|
7
|
-
"0.
|
|
7
|
+
"0.63.2"
|
|
8
8
|
);
|
|
9
9
|
|
|
10
10
|
export {
|
|
11
11
|
packageVersion
|
|
12
12
|
};
|
|
13
|
-
//# sourceMappingURL=chunk-
|
|
13
|
+
//# sourceMappingURL=chunk-52ODPET6.js.map
|
package/dist/bin/order.js
CHANGED
package/dist/bin/scramble.js
CHANGED
|
@@ -2349,4 +2349,4 @@ interface PuzzleLoader {
|
|
|
2349
2349
|
algTransformData?: AlgTransformData;
|
|
2350
2350
|
}
|
|
2351
2351
|
|
|
2352
|
-
export { Pause as $, type AlgLeaf as A, type LeafIndex as B, KTransformation as C, type MillisecondDuration as D, type ExperimentalStickering as E, type BackViewLayout as F,
|
|
2352
|
+
export { Pause as $, type AlgLeaf as A, type LeafIndex as B, KTransformation as C, type MillisecondDuration as D, type ExperimentalStickering as E, type BackViewLayout as F, TwistyAlgViewer as G, TwistyPlayer as H, type TwistyPlayerConfig as I, TwizzleLink as J, KPattern as K, type LeafCount as L, Move as M, NO_VALUE as N, backViewLayouts as O, Perm as P, Quat as Q, type AlgNode as R, type StickerDat as S, TwistyAlgEditor as T, type AppendOptions as U, type VisualizationFormat as V, Grouping as W, LineComment as X, Commutator as Y, Conjugate as Z, Newline as _, PUZZLE_BASE_SHAPES as a, type KeyMapping as a0, type AlgBranch as a1, type AppendCancelOptions as a2, type ExperimentalNotationType as a3, type Parsed as a4, type ExperimentalSerializationOptions as a5, type GroupingModifications as a6, type MoveModifications as a7, QuantumMove as a8, type SimplifyOptions as a9, type KPatternData as aa, type KPatternOrbitData as ab, type KPuzzleDefinition as ac, type KPuzzleOrbitDefinition as ad, type KTransformationData as ae, type KTransformationOrbitData as af, PUZZLE_CUT_TYPES as b, PGNotation as c, type PuzzleBaseShape as d, type PuzzleCutDescription as e, type PuzzleCutType as f, type PuzzleDescription as g, type PuzzleGeometryOptions as h, PuzzleGeometry as i, type StickerDatAxis as j, type StickerDatFace as k, type StickerDatSticker as l, getPG3DNamedPuzzles as m, getPuzzleDescriptionString as n, getPuzzleGeometryByDesc as o, getPuzzleGeometryByName as p, parsePuzzleDescription as q, Alg as r, type PuzzleLoader as s, type PuzzleID as t, KPuzzle as u, type StickeringMask as v, type PuzzleSpecificSimplifyOptions as w, type AlgTransformData as x, type AlgIndexer as y, type MillisecondTimestamp as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { R as AlgNode, r as Alg, M as Move, U as AppendOptions, W as Grouping, X as LineComment, Y as Commutator, Z as Conjugate, _ as Newline, $ as Pause, a0 as KeyMapping, A as AlgLeaf } from '../PuzzleLoader-
|
|
2
|
-
export { a1 as AlgBranch,
|
|
1
|
+
import { R as AlgNode, r as Alg, M as Move, U as AppendOptions, W as Grouping, X as LineComment, Y as Commutator, Z as Conjugate, _ as Newline, $ as Pause, a0 as KeyMapping, A as AlgLeaf } from '../PuzzleLoader-R-puDLmC.js';
|
|
2
|
+
export { a1 as AlgBranch, a2 as AppendCancelOptions, a3 as ExperimentalNotationType, a4 as ExperimentalParsed, a5 as ExperimentalSerializationOptions, a6 as GroupingModifications, a7 as MoveModifications, w as PuzzleSpecificSimplifyOptions, a8 as QuantumMove, a9 as SimplifyOptions } from '../PuzzleLoader-R-puDLmC.js';
|
|
3
3
|
import 'type-fest';
|
|
4
4
|
import 'three/src/Three.js';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AlgLeafEvent, O as OrientationEvent } from '../events-
|
|
2
|
-
import { K as KPattern, t as PuzzleID, s as PuzzleLoader, a0 as KeyMapping, r as Alg, M as Move, z as MillisecondTimestamp } from '../PuzzleLoader-
|
|
1
|
+
import { A as AlgLeafEvent, O as OrientationEvent } from '../events-IfSwQLYm.js';
|
|
2
|
+
import { K as KPattern, t as PuzzleID, s as PuzzleLoader, a0 as KeyMapping, r as Alg, M as Move, z as MillisecondTimestamp } from '../PuzzleLoader-R-puDLmC.js';
|
|
3
3
|
import 'type-fest';
|
|
4
4
|
import 'three/src/Three.js';
|
|
5
5
|
|
|
@@ -179,7 +179,7 @@ var KeyboardPuzzle = class extends BluetoothPuzzle {
|
|
|
179
179
|
})();
|
|
180
180
|
}
|
|
181
181
|
};
|
|
182
|
-
async function debugKeyboardConnect(target =
|
|
182
|
+
async function debugKeyboardConnect(target = globalThis, puzzle = "3x3x3") {
|
|
183
183
|
return new KeyboardPuzzle(target, puzzle);
|
|
184
184
|
}
|
|
185
185
|
|