cubing 0.48.0 → 0.48.1

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/alg/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export type * from "../dist/lib/cubing/alg/index.d.ts";
@@ -0,0 +1 @@
1
+ export type * from "../dist/lib/cubing/bluetooth/index.d.ts";
@@ -0,0 +1 @@
1
+ export type * from "../dist/lib/cubing/kpuzzle/index.d.ts";
@@ -0,0 +1 @@
1
+ export type * from "../dist/lib/cubing/notation/index.d.ts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cubing",
3
- "version": "0.48.0",
3
+ "version": "0.48.1",
4
4
  "description": "A collection of JavaScript cubing libraries.",
5
5
  "author": "The js.cubing.net team",
6
6
  "type": "module",
@@ -95,11 +95,13 @@
95
95
  "yargs"
96
96
  ],
97
97
  "engines": {
98
- "node": ">=19"
98
+ "node": ">=19",
99
+ "bun": ">=1.0.30"
99
100
  },
100
101
  "files": [
101
102
  "./dist/bin/",
102
- "./dist/lib/"
103
+ "./dist/lib/",
104
+ "*/index.d.ts"
103
105
  ],
104
106
  "scripts": {
105
107
  "default": "make default",
@@ -0,0 +1 @@
1
+ export type * from "../dist/lib/cubing/protocol/index.d.ts";
@@ -0,0 +1 @@
1
+ export type * from "../dist/lib/cubing/puzzle-geometry/index.d.ts";
@@ -0,0 +1 @@
1
+ export type * from "../dist/lib/cubing/puzzles/index.d.ts";
@@ -0,0 +1 @@
1
+ export type * from "../dist/lib/cubing/scramble/index.d.ts";
@@ -0,0 +1 @@
1
+ export type * from "../dist/lib/cubing/search/index.d.ts";
@@ -0,0 +1 @@
1
+ export type * from "../dist/lib/cubing/stream/index.d.ts";
@@ -0,0 +1 @@
1
+ export type * from "../dist/lib/cubing/twisty/index.d.ts";