cubing 0.45.1 → 0.46.0
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/lib/cubing/{Alg-3d4f29da.d.ts → Alg.d-Qi_gM3ue.d.ts} +1 -1
- package/dist/lib/cubing/{KPattern-9a8ab7ac.d.ts → KPattern.d-1RSDwKrh.d.ts} +2 -2
- package/dist/lib/cubing/{TwizzleLink-1c12392a.d.ts → TwizzleLink.d-nUoRT8X-.d.ts} +4 -4
- package/dist/lib/cubing/alg/index.d.ts +4 -4
- package/dist/lib/cubing/bluetooth/index.d.ts +6 -5
- package/dist/lib/cubing/{bluetooth-puzzle-bb8906fa.d.ts → bluetooth-puzzle.d-myIXFws0.d.ts} +4 -3
- package/dist/lib/cubing/{index-3a2a4807.d.ts → index-WrxLz0RY.d.ts} +2 -2
- package/dist/lib/cubing/kpuzzle/index.d.ts +2 -2
- package/dist/lib/cubing/notation/index.d.ts +4 -4
- package/dist/lib/cubing/{parseAlg-f471ffd6.d.ts → parseAlg.d-LTqyeghV.d.ts} +2 -2
- package/dist/lib/cubing/protocol/index.d.ts +2 -2
- package/dist/lib/cubing/puzzle-geometry/index.d.ts +3 -3
- package/dist/lib/cubing/puzzles/index.d.ts +4 -4
- package/dist/lib/cubing/scramble/index.d.ts +3 -3
- package/dist/lib/cubing/search/index.d.ts +3 -3
- package/dist/lib/cubing/stream/index.d.ts +4 -4
- package/dist/lib/cubing/twisty/index.d.ts +5 -5
- package/package.json +20 -20
|
@@ -339,4 +339,4 @@ declare class Alg extends AlgCommon<Alg> {
|
|
|
339
339
|
simplify(options?: SimplifyOptions): Alg;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
export { Alg as A, Commutator as C, Grouping as G, IterationDirection as I, LineComment as L, Move as M, Newline as N, PuzzleSpecificSimplifyOptions as P, QuantumMove as Q, SimplifyOptions as S, AlgNode as a, AlgLeaf as b, AppendOptions as c, Conjugate as d, Pause as e, MoveModifications as f, AlgBranch as g, AppendCancelOptions as h };
|
|
342
|
+
export { Alg as A, Commutator as C, Grouping as G, IterationDirection as I, LineComment as L, Move as M, Newline as N, type PuzzleSpecificSimplifyOptions as P, QuantumMove as Q, type SimplifyOptions as S, type AlgNode as a, type AlgLeaf as b, type AppendOptions as c, Conjugate as d, Pause as e, type MoveModifications as f, type AlgBranch as g, type AppendCancelOptions as h };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as Move, A as Alg } from './Alg-
|
|
1
|
+
import { M as Move, A as Alg } from './Alg.d-Qi_gM3ue.js';
|
|
2
2
|
|
|
3
3
|
type KPatternData = Record<string, KPatternOrbitData>;
|
|
4
4
|
interface KPatternOrbitData {
|
|
@@ -547,4 +547,4 @@ declare class KPattern {
|
|
|
547
547
|
}): boolean;
|
|
548
548
|
}
|
|
549
549
|
|
|
550
|
-
export { KPattern as K, Perm as P, Quat as Q, StickerDat as S, getPuzzleGeometryByDesc as a, getPuzzleGeometryByName as b, getPG3DNamedPuzzles as c, PuzzleGeometry as d, StickerDatAxis as e, StickerDatFace as f, getPuzzleDescriptionString as g, StickerDatSticker as h, parseOptions as i, PuzzleGeometryOptions as j, PGNotation as k, PuzzleCutDescription as l, PuzzleDescription as m, PUZZLE_CUT_TYPES as n, PuzzleCutType as o, parsePuzzleDescription as p, PUZZLE_BASE_SHAPES as q, PuzzleBaseShape as r, KPuzzle as s, KTransformation as t, PuzzleDescriptionString as u, KPuzzleDefinition as v, KPatternData as w, KPatternOrbitData as x, KTransformationData as y, KTransformationOrbitData as z };
|
|
550
|
+
export { KPattern as K, Perm as P, Quat as Q, type StickerDat as S, getPuzzleGeometryByDesc as a, getPuzzleGeometryByName as b, getPG3DNamedPuzzles as c, PuzzleGeometry as d, type StickerDatAxis as e, type StickerDatFace as f, getPuzzleDescriptionString as g, type StickerDatSticker as h, parseOptions as i, type PuzzleGeometryOptions as j, PGNotation as k, type PuzzleCutDescription as l, type PuzzleDescription as m, PUZZLE_CUT_TYPES as n, type PuzzleCutType as o, parsePuzzleDescription as p, PUZZLE_BASE_SHAPES as q, type PuzzleBaseShape as r, KPuzzle as s, KTransformation as t, type PuzzleDescriptionString as u, type KPuzzleDefinition as v, type KPatternData as w, type KPatternOrbitData as x, type KTransformationData as y, type KTransformationOrbitData as z };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Texture, Object3D, Raycaster, PerspectiveCamera, Scene, WebGLRenderer } from 'three';
|
|
2
|
-
import { P as PuzzleSpecificSimplifyOptions, M as Move, A as Alg, e as Pause, h as AppendCancelOptions, b as AlgLeaf, c as AppendOptions, a as AlgNode, I as IterationDirection } from './Alg-
|
|
3
|
-
import { P as Parsed } from './parseAlg-
|
|
4
|
-
import { s as KPuzzle, d as PuzzleGeometry, K as KPattern, t as KTransformation, u as PuzzleDescriptionString } from './KPattern-
|
|
2
|
+
import { P as PuzzleSpecificSimplifyOptions, M as Move, A as Alg, e as Pause, h as AppendCancelOptions, b as AlgLeaf, c as AppendOptions, a as AlgNode, I as IterationDirection } from './Alg.d-Qi_gM3ue.js';
|
|
3
|
+
import { P as Parsed } from './parseAlg.d-LTqyeghV.js';
|
|
4
|
+
import { s as KPuzzle, d as PuzzleGeometry, K as KPattern, t as KTransformation, u as PuzzleDescriptionString } from './KPattern.d-1RSDwKrh.js';
|
|
5
5
|
|
|
6
6
|
type FaceletMeshStickeringMask = "regular" | "dim" | "oriented" | "experimentalOriented2" | "ignored" | "invisible";
|
|
7
7
|
type FaceletStickeringMask = {
|
|
@@ -1371,4 +1371,4 @@ declare global {
|
|
|
1371
1371
|
}
|
|
1372
1372
|
}
|
|
1373
1373
|
|
|
1374
|
-
export { AlgIndexer as A, BackViewLayout as B, Duration as D, ExperimentalStickering as E, MillisecondTimestamp as M, NO_VALUE as N, PuzzleLoader as P, StickeringMask as S, Timestamp as T, VisualizationFormat as V, PuzzleID as a, TwistyPlayer as b, TwistyAlgViewer as c, TwistyAlgEditor as d, TwistyPlayerConfig as e, backViewLayouts as f, TwizzleLink as g };
|
|
1374
|
+
export { type AlgIndexer as A, type BackViewLayout as B, type Duration as D, type ExperimentalStickering as E, type MillisecondTimestamp as M, NO_VALUE as N, type PuzzleLoader as P, type StickeringMask as S, type Timestamp as T, type VisualizationFormat as V, type PuzzleID as a, TwistyPlayer as b, TwistyAlgViewer as c, TwistyAlgEditor as d, type TwistyPlayerConfig as e, backViewLayouts as f, TwizzleLink as g };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as AlgNode, A as Alg, M as Move, c as AppendOptions, G as Grouping, C as Commutator, d as Conjugate, e as Pause, N as Newline, L as LineComment, b as AlgLeaf } from '../Alg-
|
|
2
|
-
export { g as AlgBranch, h as AppendCancelOptions, f as MoveModifications, P as PuzzleSpecificSimplifyOptions, Q as QuantumMove, S as SimplifyOptions } from '../Alg-
|
|
3
|
-
export { P as ExperimentalParsed } from '../parseAlg-
|
|
1
|
+
import { a as AlgNode, A as Alg, M as Move, c as AppendOptions, G as Grouping, C as Commutator, d as Conjugate, e as Pause, N as Newline, L as LineComment, b as AlgLeaf } from '../Alg.d-Qi_gM3ue.js';
|
|
2
|
+
export { g as AlgBranch, h as AppendCancelOptions, f as MoveModifications, P as PuzzleSpecificSimplifyOptions, Q as QuantumMove, S as SimplifyOptions } from '../Alg.d-Qi_gM3ue.js';
|
|
3
|
+
export { P as ExperimentalParsed } from '../parseAlg.d-LTqyeghV.js';
|
|
4
4
|
|
|
5
5
|
/** @deprecated */
|
|
6
6
|
type Unit = AlgNode;
|
|
@@ -80,4 +80,4 @@ declare function setAlgDebug(options: {
|
|
|
80
80
|
caretNISSNotationEnabled?: boolean;
|
|
81
81
|
}): void;
|
|
82
82
|
|
|
83
|
-
export { Alg, AlgBuilder, AlgCubingNetOptions, AlgLeaf, AlgNode, Commutator, Conjugate, Example, Grouping, LineComment, Move, Newline, Pause, TraversalDownUp, TraversalUp, Unit, experimentalAlgCubingNetLink, experimentalAppendMove, experimentalIs, functionFromTraversal, keyToMove, setAlgDebug };
|
|
83
|
+
export { Alg, AlgBuilder, type AlgCubingNetOptions, AlgLeaf, AlgNode, Commutator, Conjugate, Example, Grouping, LineComment, Move, Newline, Pause, TraversalDownUp, TraversalUp, type Unit, experimentalAlgCubingNetLink, experimentalAppendMove, experimentalIs, functionFromTraversal, keyToMove, setAlgDebug };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
/// <reference types="web-bluetooth" />
|
|
2
|
+
import { K as KPattern } from '../KPattern.d-1RSDwKrh.js';
|
|
3
|
+
import { B as BluetoothPuzzle } from '../bluetooth-puzzle.d-myIXFws0.js';
|
|
4
|
+
export { A as MoveEvent, O as OrientationEvent } from '../bluetooth-puzzle.d-myIXFws0.js';
|
|
5
|
+
import { A as Alg, M as Move } from '../Alg.d-Qi_gM3ue.js';
|
|
5
6
|
|
|
6
7
|
declare function enableDebugLogging(enable: boolean): void;
|
|
7
8
|
|
|
@@ -153,4 +154,4 @@ type BluetoothTimer = GanTimer;
|
|
|
153
154
|
/** @category Timers */
|
|
154
155
|
declare function connectSmartTimer(options?: BluetoothConnectOptions): Promise<BluetoothTimer>;
|
|
155
156
|
|
|
156
|
-
export { BluetoothPuzzle, BluetoothRobot, BluetoothTimer, GanCube, GiiKERCube, GoCube, KeyboardPuzzle, connectSmartPuzzle, connectSmartRobot, connectSmartTimer, debugKeyboardConnect, enableDebugLogging };
|
|
157
|
+
export { BluetoothPuzzle, type BluetoothRobot, type BluetoothTimer, GanCube, GiiKERCube, GoCube, KeyboardPuzzle, connectSmartPuzzle, connectSmartRobot, connectSmartTimer, debugKeyboardConnect, enableDebugLogging };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
1
|
+
/// <reference types="web-bluetooth" />
|
|
2
|
+
import { b as AlgLeaf } from './Alg.d-Qi_gM3ue.js';
|
|
3
|
+
import { K as KPattern } from './KPattern.d-1RSDwKrh.js';
|
|
3
4
|
|
|
4
5
|
interface StreamTransformer {
|
|
5
6
|
transformAlgLeaf(algLeafEvent: AlgLeafEvent): void;
|
|
@@ -41,4 +42,4 @@ declare abstract class BluetoothPuzzle extends EventTarget {
|
|
|
41
42
|
protected dispatchOrientation(orientationEvent: OrientationEvent): void;
|
|
42
43
|
}
|
|
43
44
|
|
|
44
|
-
export { AlgLeafEvent as A, BluetoothPuzzle as B, OrientationEvent as O };
|
|
45
|
+
export { type AlgLeafEvent as A, BluetoothPuzzle as B, type OrientationEvent as O };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as Alg } from './Alg-
|
|
2
|
-
import { K as KPattern, s as KPuzzle } from './KPattern-
|
|
1
|
+
import { A as Alg } from './Alg.d-Qi_gM3ue.js';
|
|
2
|
+
import { K as KPattern, s as KPuzzle } from './KPattern.d-1RSDwKrh.js';
|
|
3
3
|
|
|
4
4
|
declare enum PrefetchLevel {
|
|
5
5
|
Auto = "auto",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { K as KPattern, w as KPatternData, x as KPatternOrbitData, s as KPuzzle, v as KPuzzleDefinition, t as KTransformation, y as KTransformationData, z as KTransformationOrbitData } from '../KPattern-
|
|
2
|
-
import '../Alg-
|
|
1
|
+
export { K as KPattern, w as KPatternData, x as KPatternOrbitData, s as KPuzzle, v as KPuzzleDefinition, t as KTransformation, y as KTransformationData, z as KTransformationOrbitData } from '../KPattern.d-1RSDwKrh.js';
|
|
2
|
+
import '../Alg.d-Qi_gM3ue.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { A as Alg } from '../Alg-
|
|
2
|
-
import { P as PuzzleLoader } from '../TwizzleLink-
|
|
1
|
+
import { A as Alg } from '../Alg.d-Qi_gM3ue.js';
|
|
2
|
+
import { P as PuzzleLoader } from '../TwizzleLink.d-nUoRT8X-.js';
|
|
3
3
|
import 'three';
|
|
4
|
-
import '../parseAlg-
|
|
5
|
-
import '../KPattern-
|
|
4
|
+
import '../parseAlg.d-LTqyeghV.js';
|
|
5
|
+
import '../KPattern.d-1RSDwKrh.js';
|
|
6
6
|
|
|
7
7
|
declare enum CommonMetric {
|
|
8
8
|
OuterBlockTurnMetric = "OBTM",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as Alg, a as AlgNode } from './Alg-
|
|
1
|
+
import { A as Alg, a as AlgNode } from './Alg.d-Qi_gM3ue.js';
|
|
2
2
|
|
|
3
3
|
interface ParserIndexed {
|
|
4
4
|
startCharIndex: number;
|
|
@@ -6,4 +6,4 @@ interface ParserIndexed {
|
|
|
6
6
|
}
|
|
7
7
|
type Parsed<T extends Alg | AlgNode> = T & ParserIndexed;
|
|
8
8
|
|
|
9
|
-
export { Parsed as P };
|
|
9
|
+
export type { Parsed as P };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { P as Perm } from '../KPattern-
|
|
2
|
-
export { q as EXPERIMENTAL_PUZZLE_BASE_SHAPES, n as EXPERIMENTAL_PUZZLE_CUT_TYPES, k as ExperimentalPGNotation, r as ExperimentalPuzzleBaseShape, l as ExperimentalPuzzleCutDescription, o as ExperimentalPuzzleCutType, m as ExperimentalPuzzleDescription, j as ExperimentalPuzzleGeometryOptions, d as PuzzleGeometry, Q as Quat, S as StickerDat, e as StickerDatAxis, f as StickerDatFace, h as StickerDatSticker, c as getPG3DNamedPuzzles, g as getPuzzleDescriptionString, a as getPuzzleGeometryByDesc, b as getPuzzleGeometryByName, i as parseOptions, p as parsePuzzleDescription } from '../KPattern-
|
|
3
|
-
import '../Alg-
|
|
1
|
+
import { P as Perm } from '../KPattern.d-1RSDwKrh.js';
|
|
2
|
+
export { q as EXPERIMENTAL_PUZZLE_BASE_SHAPES, n as EXPERIMENTAL_PUZZLE_CUT_TYPES, k as ExperimentalPGNotation, r as ExperimentalPuzzleBaseShape, l as ExperimentalPuzzleCutDescription, o as ExperimentalPuzzleCutType, m as ExperimentalPuzzleDescription, j as ExperimentalPuzzleGeometryOptions, d as PuzzleGeometry, Q as Quat, S as StickerDat, e as StickerDatAxis, f as StickerDatFace, h as StickerDatSticker, c as getPG3DNamedPuzzles, g as getPuzzleDescriptionString, a as getPuzzleGeometryByDesc, b as getPuzzleGeometryByName, i as parseOptions, p as parsePuzzleDescription } from '../KPattern.d-1RSDwKrh.js';
|
|
3
|
+
import '../Alg.d-Qi_gM3ue.js';
|
|
4
4
|
|
|
5
5
|
declare function schreierSims(g: Perm[], disp: (s: string) => void): bigint;
|
|
6
6
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as PuzzleID, P as PuzzleLoader, E as ExperimentalStickering, S as StickeringMask } from '../TwizzleLink-
|
|
2
|
-
import { P as PuzzleSpecificSimplifyOptions } from '../Alg-
|
|
3
|
-
import { s as KPuzzle, d as PuzzleGeometry } from '../KPattern-
|
|
1
|
+
import { a as PuzzleID, P as PuzzleLoader, E as ExperimentalStickering, S as StickeringMask } from '../TwizzleLink.d-nUoRT8X-.js';
|
|
2
|
+
import { P as PuzzleSpecificSimplifyOptions } from '../Alg.d-Qi_gM3ue.js';
|
|
3
|
+
import { s as KPuzzle, d as PuzzleGeometry } from '../KPattern.d-1RSDwKrh.js';
|
|
4
4
|
import 'three';
|
|
5
|
-
import '../parseAlg-
|
|
5
|
+
import '../parseAlg.d-LTqyeghV.js';
|
|
6
6
|
|
|
7
7
|
interface EventInfo {
|
|
8
8
|
puzzleID: PuzzleID;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { r as randomScrambleForEvent } from '../index-
|
|
2
|
-
import '../Alg-
|
|
3
|
-
import '../KPattern-
|
|
1
|
+
export { r as randomScrambleForEvent } from '../index-WrxLz0RY.js';
|
|
2
|
+
import '../Alg.d-Qi_gM3ue.js';
|
|
3
|
+
import '../KPattern.d-1RSDwKrh.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { a as experimentalSolve2x2x2, e as experimentalSolve3x3x3IgnoringCenters, f as experimentalSolveTwsearch, d as setSearchDebug, c as solveMegaminx, b as solvePyraminx, s as solveSkewb } from '../index-
|
|
2
|
-
import { K as KPattern } from '../KPattern-
|
|
3
|
-
import '../Alg-
|
|
1
|
+
export { a as experimentalSolve2x2x2, e as experimentalSolve3x3x3IgnoringCenters, f as experimentalSolveTwsearch, d as setSearchDebug, c as solveMegaminx, b as solvePyraminx, s as solveSkewb } from '../index-WrxLz0RY.js';
|
|
2
|
+
import { K as KPattern } from '../KPattern.d-1RSDwKrh.js';
|
|
3
|
+
import '../Alg.d-Qi_gM3ue.js';
|
|
4
4
|
|
|
5
5
|
declare function random333Pattern(): Promise<KPattern>;
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as AlgLeafEvent, O as OrientationEvent } from '../bluetooth-puzzle-
|
|
2
|
-
import '../Alg-
|
|
3
|
-
import '../KPattern-
|
|
1
|
+
import { A as AlgLeafEvent, O as OrientationEvent } from '../bluetooth-puzzle.d-myIXFws0.js';
|
|
2
|
+
import '../Alg.d-Qi_gM3ue.js';
|
|
3
|
+
import '../KPattern.d-1RSDwKrh.js';
|
|
4
4
|
|
|
5
5
|
interface ProxyMoveEvent {
|
|
6
6
|
event: "move";
|
|
@@ -53,4 +53,4 @@ declare class TwizzleStreamServer {
|
|
|
53
53
|
connect(streamID: string): TwizzleStream;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
export { ProxyEvent as ExperimentalProxyEvent, ProxyMoveEvent as ExperimentalProxyMoveEvent, ProxyOrientationEvent as ExperimentalProxyOrientationEvent, ProxyResetEvent as ExperimentalProxyResetEvent, TwizzleStreamServer as ExperimentalTwizzleStreamServer, WebSocketProxyReceiver as ExperimentalWebSocketProxyReceiver, WebSocketProxySender as ExperimentalWebSocketProxySender };
|
|
56
|
+
export { type ProxyEvent as ExperimentalProxyEvent, type ProxyMoveEvent as ExperimentalProxyMoveEvent, type ProxyOrientationEvent as ExperimentalProxyOrientationEvent, type ProxyResetEvent as ExperimentalProxyResetEvent, TwizzleStreamServer as ExperimentalTwizzleStreamServer, WebSocketProxyReceiver as ExperimentalWebSocketProxyReceiver, WebSocketProxySender as ExperimentalWebSocketProxySender };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { A as AlgIndexer, T as Timestamp, D as Duration, S as StickeringMask } from '../TwizzleLink-
|
|
2
|
-
export { B as BackViewLayout, N as EXPERIMENTAL_PROP_NO_VALUE, M as ExperimentalMillisecondTimestamp, E as ExperimentalStickering, a as PuzzleID, d as TwistyAlgEditor, c as TwistyAlgViewer, b as TwistyPlayer, e as TwistyPlayerConfig, g as TwizzleLink, V as VisualizationFormat, f as backViewLayouts } from '../TwizzleLink-
|
|
3
|
-
import { A as Alg, M as Move } from '../Alg-
|
|
4
|
-
import { s as KPuzzle, K as KPattern, t as KTransformation } from '../KPattern-
|
|
1
|
+
import { A as AlgIndexer, T as Timestamp, D as Duration, S as StickeringMask } from '../TwizzleLink.d-nUoRT8X-.js';
|
|
2
|
+
export { B as BackViewLayout, N as EXPERIMENTAL_PROP_NO_VALUE, M as ExperimentalMillisecondTimestamp, E as ExperimentalStickering, a as PuzzleID, d as TwistyAlgEditor, c as TwistyAlgViewer, b as TwistyPlayer, e as TwistyPlayerConfig, g as TwizzleLink, V as VisualizationFormat, f as backViewLayouts } from '../TwizzleLink.d-nUoRT8X-.js';
|
|
3
|
+
import { A as Alg, M as Move } from '../Alg.d-Qi_gM3ue.js';
|
|
4
|
+
import { s as KPuzzle, K as KPattern, t as KTransformation } from '../KPattern.d-1RSDwKrh.js';
|
|
5
5
|
import 'three';
|
|
6
|
-
import '../parseAlg-
|
|
6
|
+
import '../parseAlg.d-LTqyeghV.js';
|
|
7
7
|
|
|
8
8
|
declare const twistyDebugGlobals: {
|
|
9
9
|
shareAllNewRenderers: "auto" | "always" | "never";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cubing",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.46.0",
|
|
4
4
|
"description": "A collection of JavaScript cubing libraries.",
|
|
5
5
|
"author": "The js.cubing.net team",
|
|
6
6
|
"type": "module",
|
|
@@ -56,35 +56,35 @@
|
|
|
56
56
|
"scramble": "./dist/bin/scramble.js"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@types/three": "^0.
|
|
60
|
-
"@types/web-bluetooth": "^0.0.
|
|
59
|
+
"@types/three": "^0.160.0",
|
|
60
|
+
"@types/web-bluetooth": "^0.0.20",
|
|
61
61
|
"comlink": "^4.4.1",
|
|
62
62
|
"random-uint-below": "^2.0.0",
|
|
63
|
-
"three": "^0.
|
|
63
|
+
"three": "^0.160.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@biomejs/biome": "^1.5.1",
|
|
67
67
|
"@esm-bundle/chai": "^4.3.4-fix.0",
|
|
68
|
-
"@types/chai": "^4.3.
|
|
69
|
-
"@types/dom-speech-recognition": "^0.0.
|
|
70
|
-
"@types/mocha": "^10.0.
|
|
71
|
-
"@types/node": "^20.
|
|
72
|
-
"@types/node-fetch": "^2.6.
|
|
73
|
-
"@types/yargs": "^17.0.
|
|
74
|
-
"@web/dev-server-esbuild": "^0.
|
|
75
|
-
"@web/test-runner": "^0.
|
|
76
|
-
"@web/test-runner-playwright": "^0.
|
|
68
|
+
"@types/chai": "^4.3.11",
|
|
69
|
+
"@types/dom-speech-recognition": "^0.0.4",
|
|
70
|
+
"@types/mocha": "^10.0.6",
|
|
71
|
+
"@types/node": "^20.11.0",
|
|
72
|
+
"@types/node-fetch": "^2.6.10",
|
|
73
|
+
"@types/yargs": "^17.0.32",
|
|
74
|
+
"@web/dev-server-esbuild": "^1.0.1",
|
|
75
|
+
"@web/test-runner": "^0.18.0",
|
|
76
|
+
"@web/test-runner-playwright": "^0.11.0",
|
|
77
77
|
"barely-a-dev-server": "^0.6.0",
|
|
78
|
-
"chai": "^
|
|
79
|
-
"esbuild": "^0.19.
|
|
78
|
+
"chai": "^5.0.0",
|
|
79
|
+
"esbuild": "^0.19.11",
|
|
80
80
|
"jszip": "^3.10.1",
|
|
81
81
|
"mocha": "^10.2.0",
|
|
82
82
|
"node-fetch": "^3.3.2",
|
|
83
83
|
"peggy": "^3.0.2",
|
|
84
|
-
"playwright": "1.
|
|
85
|
-
"tsup": "^
|
|
86
|
-
"typedoc": "^0.25.
|
|
87
|
-
"typescript": "^5.
|
|
84
|
+
"playwright": "1.40.1",
|
|
85
|
+
"tsup": "^8.0.1",
|
|
86
|
+
"typedoc": "^0.25.7",
|
|
87
|
+
"typescript": "^5.3.3",
|
|
88
88
|
"yargs": "^17.7.2"
|
|
89
89
|
},
|
|
90
90
|
"minimalDevDependencies": [
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"test-dist": "make test-dist",
|
|
139
139
|
"test-dist-lib": "make test-dist-lib",
|
|
140
140
|
"test-dist-lib-node-import": "make test-dist-lib-node-import",
|
|
141
|
-
"test-dist-lib-
|
|
141
|
+
"test-dist-lib-bun-scramble-all-events": "make test-dist-lib-bun-scramble-all-events",
|
|
142
142
|
"test-dist-lib-perf": "make test-dist-lib-perf",
|
|
143
143
|
"test-dist-lib-plain-esbuild-compat": "make test-dist-lib-plain-esbuild-compat",
|
|
144
144
|
"test-dist-lib-build-size": "make test-dist-lib-build-size",
|