create-cubing-app 0.59.2 → 0.60.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.
@@ -5,7 +5,7 @@
5
5
  "packages": {
6
6
  "": {
7
7
  "dependencies": {
8
- "cubing": "^0.59.2"
8
+ "cubing": "^0.60.0"
9
9
  },
10
10
  "devDependencies": {
11
11
  "barely-a-dev-server": "^0.8.0"
@@ -551,9 +551,9 @@
551
551
  "integrity": "sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q=="
552
552
  },
553
553
  "node_modules/cubing": {
554
- "version": "0.59.2",
555
- "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.59.2.tgz",
556
- "integrity": "sha512-uy5GrepiUjrJS/3bK6jyQnNmUp/TySj24biEbY7xhWkgEO93DHzAEEjZzcAitcByak7jqZ3dP2ZWcNkPBfsE/w==",
554
+ "version": "0.60.0",
555
+ "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.60.0.tgz",
556
+ "integrity": "sha512-1tEe6qZuGugoUg2hYYNaqVX8MWWFnr4r0nVq44mUaWjdVWgLySLn0HvWMrLV/xn2k0db0VQEVSe72NhYqBEImg==",
557
557
  "license": "MPL-2.0 OR GPL-3.0-or-later",
558
558
  "dependencies": {
559
559
  "@types/three": "^0.169.0",
@@ -561,7 +561,8 @@
561
561
  "cmd-ts-too": "^0.15.3",
562
562
  "comlink": "^4.4.1",
563
563
  "random-uint-below": "v3.3.0",
564
- "three": "^0.170.0"
564
+ "three": "^0.170.0",
565
+ "type-fest": "^5.2.0"
565
566
  },
566
567
  "bin": {
567
568
  "scramble": "dist/bin/scramble.js"
@@ -676,11 +677,38 @@
676
677
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
677
678
  }
678
679
  },
680
+ "node_modules/tagged-tag": {
681
+ "version": "1.0.0",
682
+ "resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
683
+ "integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
684
+ "license": "MIT",
685
+ "engines": {
686
+ "node": ">=20"
687
+ },
688
+ "funding": {
689
+ "url": "https://github.com/sponsors/sindresorhus"
690
+ }
691
+ },
679
692
  "node_modules/three": {
680
693
  "version": "0.170.0",
681
694
  "resolved": "https://registry.npmjs.org/three/-/three-0.170.0.tgz",
682
695
  "integrity": "sha512-FQK+LEpYc0fBD+J8g6oSEyyNzjp+Q7Ks1C568WWaoMRLW+TkNNWmenWeGgJjV105Gd+p/2ql1ZcjYvNiPZBhuQ==",
683
696
  "license": "MIT"
697
+ },
698
+ "node_modules/type-fest": {
699
+ "version": "5.2.0",
700
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz",
701
+ "integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==",
702
+ "license": "(MIT OR CC0-1.0)",
703
+ "dependencies": {
704
+ "tagged-tag": "^1.0.0"
705
+ },
706
+ "engines": {
707
+ "node": ">=20"
708
+ },
709
+ "funding": {
710
+ "url": "https://github.com/sponsors/sindresorhus"
711
+ }
684
712
  }
685
713
  }
686
714
  }
@@ -7,7 +7,7 @@
7
7
  "upgrade-cubing": "npm install --save cubing@latest"
8
8
  },
9
9
  "dependencies": {
10
- "cubing": "^0.59.2"
10
+ "cubing": "^0.60.0"
11
11
  },
12
12
  "devDependencies": {
13
13
  "barely-a-dev-server": "^0.8.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cubing-app",
3
- "version": "0.59.2",
3
+ "version": "0.60.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-cubing-app": "bin/create-cubing-app.js"