create-cubing-app 0.59.3 → 0.60.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.
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"packages": {
|
|
6
6
|
"": {
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"cubing": "^0.
|
|
8
|
+
"cubing": "^0.60.1"
|
|
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.
|
|
555
|
-
"resolved": "https://registry.npmjs.org/cubing/-/cubing-0.
|
|
556
|
-
"integrity": "sha512-
|
|
554
|
+
"version": "0.60.1",
|
|
555
|
+
"resolved": "https://registry.npmjs.org/cubing/-/cubing-0.60.1.tgz",
|
|
556
|
+
"integrity": "sha512-V7mIUm9kVNtssauMiQMwpm+3LY811MwXUsFj9XpvsMxqFkKAG3agL9pk7B63NtsqXdY3ZGOF2MjHqAeaqqDIcg==",
|
|
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"
|
|
@@ -601,6 +602,7 @@
|
|
|
601
602
|
"dev": true,
|
|
602
603
|
"hasInstallScript": true,
|
|
603
604
|
"license": "MIT",
|
|
605
|
+
"peer": true,
|
|
604
606
|
"bin": {
|
|
605
607
|
"esbuild": "bin/esbuild"
|
|
606
608
|
},
|
|
@@ -676,11 +678,38 @@
|
|
|
676
678
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
677
679
|
}
|
|
678
680
|
},
|
|
681
|
+
"node_modules/tagged-tag": {
|
|
682
|
+
"version": "1.0.0",
|
|
683
|
+
"resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
|
|
684
|
+
"integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
|
|
685
|
+
"license": "MIT",
|
|
686
|
+
"engines": {
|
|
687
|
+
"node": ">=20"
|
|
688
|
+
},
|
|
689
|
+
"funding": {
|
|
690
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
679
693
|
"node_modules/three": {
|
|
680
694
|
"version": "0.170.0",
|
|
681
695
|
"resolved": "https://registry.npmjs.org/three/-/three-0.170.0.tgz",
|
|
682
696
|
"integrity": "sha512-FQK+LEpYc0fBD+J8g6oSEyyNzjp+Q7Ks1C568WWaoMRLW+TkNNWmenWeGgJjV105Gd+p/2ql1ZcjYvNiPZBhuQ==",
|
|
683
697
|
"license": "MIT"
|
|
698
|
+
},
|
|
699
|
+
"node_modules/type-fest": {
|
|
700
|
+
"version": "5.2.0",
|
|
701
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.2.0.tgz",
|
|
702
|
+
"integrity": "sha512-xxCJm+Bckc6kQBknN7i9fnP/xobQRsRQxR01CztFkp/h++yfVxUUcmMgfR2HttJx/dpWjS9ubVuyspJv24Q9DA==",
|
|
703
|
+
"license": "(MIT OR CC0-1.0)",
|
|
704
|
+
"dependencies": {
|
|
705
|
+
"tagged-tag": "^1.0.0"
|
|
706
|
+
},
|
|
707
|
+
"engines": {
|
|
708
|
+
"node": ">=20"
|
|
709
|
+
},
|
|
710
|
+
"funding": {
|
|
711
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
712
|
+
}
|
|
684
713
|
}
|
|
685
714
|
}
|
|
686
715
|
}
|