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.
Files changed (48) hide show
  1. package/dist/bin/chunks/{chunk-WFE2REKW.js → chunk-52ODPET6.js} +2 -2
  2. package/dist/bin/order.js +1 -1
  3. package/dist/bin/puzzle-geometry-bin.js +1 -1
  4. package/dist/bin/scramble.js +1 -1
  5. package/dist/lib/cubing/{PuzzleLoader-B2JfN7uX.d.ts → PuzzleLoader-R-puDLmC.d.ts} +1 -1
  6. package/dist/lib/cubing/alg/index.d.ts +2 -2
  7. package/dist/lib/cubing/bluetooth/index.d.ts +2 -2
  8. package/dist/lib/cubing/bluetooth/index.js +1 -1
  9. package/dist/lib/cubing/bluetooth/index.js.map +2 -2
  10. package/dist/lib/cubing/chunks/chunk-M7YKTETT.js +239 -0
  11. package/dist/lib/cubing/chunks/chunk-M7YKTETT.js.map +7 -0
  12. package/dist/lib/cubing/chunks/chunk-V27EM5TJ.js +1074 -0
  13. package/dist/lib/cubing/chunks/chunk-V27EM5TJ.js.map +7 -0
  14. package/dist/lib/cubing/chunks/{inside-TJAQBDDY.js → inside-Q56GLXG4.js} +5 -21
  15. package/dist/lib/cubing/chunks/inside-Q56GLXG4.js.map +7 -0
  16. package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-NRWKTCNT.js → search-dynamic-solve-4x4x4-E576AITS.js} +3 -4
  17. package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-NRWKTCNT.js.map → search-dynamic-solve-4x4x4-E576AITS.js.map} +1 -1
  18. package/dist/lib/cubing/chunks/search-worker-entry.js +6 -7
  19. package/dist/lib/cubing/chunks/search-worker-entry.js.map +2 -2
  20. package/dist/lib/cubing/{events-BDkOaqlG.d.ts → events-IfSwQLYm.d.ts} +1 -1
  21. package/dist/lib/cubing/{index-DWA95mSl.d.ts → index-btIxbuNp.d.ts} +1 -1
  22. package/dist/lib/cubing/kpuzzle/index.d.ts +1 -1
  23. package/dist/lib/cubing/notation/index.d.ts +1 -1
  24. package/dist/lib/cubing/protocol/index.d.ts +1 -1
  25. package/dist/lib/cubing/puzzle-geometry/index.d.ts +2 -2
  26. package/dist/lib/cubing/puzzles/index.d.ts +1 -1
  27. package/dist/lib/cubing/scramble/index.d.ts +2 -2
  28. package/dist/lib/cubing/scramble/index.js +2 -3
  29. package/dist/lib/cubing/search/index.d.ts +3 -3
  30. package/dist/lib/cubing/search/index.js +2 -3
  31. package/dist/lib/cubing/search/index.js.map +1 -1
  32. package/dist/lib/cubing/stream/index.d.ts +3 -3
  33. package/dist/lib/cubing/twisty/index.d.ts +2 -2
  34. package/dist/lib/cubing/twisty/index.js +2 -2
  35. package/dist/lib/cubing/twisty/index.js.map +2 -2
  36. package/package.json +6 -7
  37. package/dist/lib/cubing/chunks/chunk-2AUSVPAU.js +0 -28
  38. package/dist/lib/cubing/chunks/chunk-2AUSVPAU.js.map +0 -7
  39. package/dist/lib/cubing/chunks/chunk-5F7JRCTP.js +0 -605
  40. package/dist/lib/cubing/chunks/chunk-5F7JRCTP.js.map +0 -7
  41. package/dist/lib/cubing/chunks/chunk-LIVDX4MD.js +0 -395
  42. package/dist/lib/cubing/chunks/chunk-LIVDX4MD.js.map +0 -7
  43. package/dist/lib/cubing/chunks/chunk-XO3JAA3V.js +0 -39
  44. package/dist/lib/cubing/chunks/chunk-XO3JAA3V.js.map +0 -7
  45. package/dist/lib/cubing/chunks/inside-TJAQBDDY.js.map +0 -7
  46. package/dist/lib/cubing/chunks/search-dynamic-solve-kilominx-CD57C3C4.js +0 -771
  47. package/dist/lib/cubing/chunks/search-dynamic-solve-kilominx-CD57C3C4.js.map +0 -7
  48. /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.62.2"
7
+ "0.63.2"
8
8
  );
9
9
 
10
10
  export {
11
11
  packageVersion
12
12
  };
13
- //# sourceMappingURL=chunk-WFE2REKW.js.map
13
+ //# sourceMappingURL=chunk-52ODPET6.js.map
package/dist/bin/order.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env -S node --
2
2
  import {
3
3
  packageVersion
4
- } from "./chunks/chunk-WFE2REKW.js";
4
+ } from "./chunks/chunk-52ODPET6.js";
5
5
 
6
6
  // src/bin/order.ts
7
7
  import { basename } from "node:path";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env -S node --
2
2
  import {
3
3
  packageVersion
4
- } from "./chunks/chunk-WFE2REKW.js";
4
+ } from "./chunks/chunk-52ODPET6.js";
5
5
 
6
6
  // src/bin/puzzle-geometry-bin.ts
7
7
  import { basename } from "node:path";
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env -S node --
2
2
  import {
3
3
  packageVersion
4
- } from "./chunks/chunk-WFE2REKW.js";
4
+ } from "./chunks/chunk-52ODPET6.js";
5
5
 
6
6
  // src/bin/scramble.ts
7
7
  import { basename } from "node:path";
@@ -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, backViewLayouts as G, TwistyAlgViewer as H, type TwistyPlayerConfig as I, TwistyPlayer as J, KPattern as K, type LeafCount as L, Move as M, NO_VALUE as N, TwizzleLink 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 _, type PuzzleGeometryOptions as a, type KeyMapping as a0, type AlgBranch as a1, type GroupingModifications as a2, type MoveModifications as a3, type Parsed as a4, type ExperimentalNotationType as a5, type ExperimentalSerializationOptions as a6, type AppendCancelOptions as a7, type SimplifyOptions as a8, QuantumMove as a9, type KPuzzleDefinition as aa, type KPatternData as ab, type KPatternOrbitData as ac, type KPuzzleOrbitDefinition as ad, type KTransformationData as ae, type KTransformationOrbitData as af, type StickerDatAxis as b, type StickerDatFace as c, type StickerDatSticker as d, getPuzzleDescriptionString as e, getPuzzleGeometryByDesc as f, getPG3DNamedPuzzles as g, getPuzzleGeometryByName as h, PGNotation as i, PUZZLE_BASE_SHAPES as j, PUZZLE_CUT_TYPES as k, type PuzzleBaseShape as l, type PuzzleCutDescription as m, type PuzzleCutType as n, type PuzzleDescription as o, PuzzleGeometry 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 };
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-B2JfN7uX.js';
2
- export { a1 as AlgBranch, a7 as AppendCancelOptions, a5 as ExperimentalNotationType, a4 as ExperimentalParsed, a6 as ExperimentalSerializationOptions, a2 as GroupingModifications, a3 as MoveModifications, w as PuzzleSpecificSimplifyOptions, a9 as QuantumMove, a8 as SimplifyOptions } from '../PuzzleLoader-B2JfN7uX.js';
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-BDkOaqlG.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-B2JfN7uX.js';
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 = window, puzzle = "3x3x3") {
182
+ async function debugKeyboardConnect(target = globalThis, puzzle = "3x3x3") {
183
183
  return new KeyboardPuzzle(target, puzzle);
184
184
  }
185
185