create-cubing-app 0.60.0 → 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.60.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.60.0",
555
- "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.60.0.tgz",
556
- "integrity": "sha512-1tEe6qZuGugoUg2hYYNaqVX8MWWFnr4r0nVq44mUaWjdVWgLySLn0HvWMrLV/xn2k0db0VQEVSe72NhYqBEImg==",
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",
@@ -602,6 +602,7 @@
602
602
  "dev": true,
603
603
  "hasInstallScript": true,
604
604
  "license": "MIT",
605
+ "peer": true,
605
606
  "bin": {
606
607
  "esbuild": "bin/esbuild"
607
608
  },
@@ -7,7 +7,7 @@
7
7
  "upgrade-cubing": "npm install --save cubing@latest"
8
8
  },
9
9
  "dependencies": {
10
- "cubing": "^0.60.0"
10
+ "cubing": "^0.60.1"
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.60.0",
3
+ "version": "0.60.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-cubing-app": "bin/create-cubing-app.js"