create-cubing-app 0.63.2 → 0.63.3

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.63.2"
8
+ "cubing": "^0.63.3"
9
9
  },
10
10
  "devDependencies": {
11
11
  "barely-a-dev-server": "^0.8.0"
@@ -537,9 +537,9 @@
537
537
  }
538
538
  },
539
539
  "node_modules/cubing": {
540
- "version": "0.63.2",
541
- "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.63.2.tgz",
542
- "integrity": "sha512-mhdJ1bWWiqqejSFtuY73+aJefRzn8t2GYk/IEkwO6Tt3A3coYRlIzIqsTVDHZ5+vYemJFrUewpt+SKoiwZuT8Q==",
540
+ "version": "0.63.3",
541
+ "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.63.3.tgz",
542
+ "integrity": "sha512-151hSarw9sN06iohHClHQ3RaiI5MNpaIyyb1+I0cuRerHq3jfyhb2Eyif9YAEIbEJiiMc6AUsNFo00Rnti2JWw==",
543
543
  "license": "MPL-2.0 OR GPL-3.0-or-later",
544
544
  "dependencies": {
545
545
  "@optique/core": ">=0.9.1",
@@ -7,7 +7,7 @@
7
7
  "upgrade-cubing": "npm install --save cubing@latest"
8
8
  },
9
9
  "dependencies": {
10
- "cubing": "^0.63.2"
10
+ "cubing": "^0.63.3"
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.63.2",
3
+ "version": "0.63.3",
4
4
  "description": "Create an app using `cubing.js` (https://js.cubing.net/).",
5
5
  "author": "The js.cubing.net team",
6
6
  "license": "MPL-2.0 OR GPL-3.0-or-later",