cubing 0.33.3 → 0.33.5

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.
@@ -1354,13 +1354,5 @@ declare global {
1354
1354
  "twizzle-link": TwizzleLink;
1355
1355
  }
1356
1356
  }
1357
- declare class TwizzleForumLink extends TwizzleLink {
1358
- constructor();
1359
- }
1360
- declare global {
1361
- interface HTMLElementTagNameMap {
1362
- "twizzle-forum-link": TwizzleForumLink;
1363
- }
1364
- }
1365
1357
 
1366
- export { AlgIndexer as A, BackViewLayout as B, Duration as D, ExperimentalStickering as E, MillisecondTimestamp as M, NO_VALUE as N, PuzzleID as P, StickeringMask as S, Timestamp as T, VisualizationFormat as V, PuzzleLoader as a, TwistyPlayer as b, TwistyAlgViewer as c, TwistyAlgEditor as d, TwistyPlayerConfig as e, backViewLayouts as f, TwizzleForumLink as g };
1358
+ export { AlgIndexer as A, BackViewLayout as B, Duration as D, ExperimentalStickering as E, MillisecondTimestamp as M, NO_VALUE as N, PuzzleID as P, StickeringMask as S, Timestamp as T, VisualizationFormat as V, PuzzleLoader as a, TwistyPlayer as b, TwistyAlgViewer as c, TwistyAlgEditor as d, TwistyPlayerConfig as e, backViewLayouts as f, TwizzleLink as g };
@@ -1,5 +1,5 @@
1
- import { P as PuzzleID, a as PuzzleLoader } from '../TwizzleLink-3b4382cf.js';
2
- export { a as PuzzleLoader } from '../TwizzleLink-3b4382cf.js';
1
+ import { P as PuzzleID, a as PuzzleLoader } from '../TwizzleLink-f790571d.js';
2
+ export { a as PuzzleLoader } from '../TwizzleLink-f790571d.js';
3
3
  import 'three';
4
4
  import '../Alg-8b4e9255.js';
5
5
  import '../parseAlg-2dd4194b.js';
@@ -1,5 +1,5 @@
1
- import { A as AlgIndexer, T as Timestamp, D as Duration, S as StickeringMask } from '../TwizzleLink-3b4382cf.js';
2
- export { A as AlgIndexer, B as BackViewLayout, N as EXPERIMENTAL_PROP_NO_VALUE, M as ExperimentalMillisecondTimestamp, E as ExperimentalStickering, P 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-3b4382cf.js';
1
+ import { A as AlgIndexer, T as Timestamp, D as Duration, S as StickeringMask } from '../TwizzleLink-f790571d.js';
2
+ export { A as AlgIndexer, B as BackViewLayout, N as EXPERIMENTAL_PROP_NO_VALUE, M as ExperimentalMillisecondTimestamp, E as ExperimentalStickering, P 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-f790571d.js';
3
3
  import { a as Alg, M as Move } from '../Alg-8b4e9255.js';
4
4
  import { a as KPuzzle, K as KState, e as KTransformation } from '../KState-0da22515.js';
5
5
  import 'three';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cubing",
3
- "version": "0.33.3",
3
+ "version": "0.33.5",
4
4
  "description": "A collection of JavaScript cubing libraries.",
5
5
  "author": "The js.cubing.net team",
6
6
  "type": "module",