create-cubing-app 0.62.1 → 0.62.2

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.62.1"
8
+ "cubing": "^0.62.2"
9
9
  },
10
10
  "devDependencies": {
11
11
  "barely-a-dev-server": "^0.8.0"
@@ -542,9 +542,9 @@
542
542
  "integrity": "sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q=="
543
543
  },
544
544
  "node_modules/cubing": {
545
- "version": "0.62.1",
546
- "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.62.1.tgz",
547
- "integrity": "sha512-xuTxxr0mjdPVEDU9mzXtbp7YnxBNnD3Y84DohyX6rNpiLf3ifsQ8e8qZybOmPPjoi0MwNUiNSQYx6fkCVTP7zQ==",
545
+ "version": "0.62.2",
546
+ "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.62.2.tgz",
547
+ "integrity": "sha512-zt69sFFFWl8YyNqy97fNqXoXrDzxfb7HktcGFoLzvbyp8TZeq1GsXHsr7kYLPOtED9ES7YlWxJmK5XYzNHxsfA==",
548
548
  "license": "MPL-2.0 OR GPL-3.0-or-later",
549
549
  "dependencies": {
550
550
  "@optique/core": "v0.9.0-dev.187",
@@ -7,7 +7,7 @@
7
7
  "upgrade-cubing": "npm install --save cubing@latest"
8
8
  },
9
9
  "dependencies": {
10
- "cubing": "^0.62.1"
10
+ "cubing": "^0.62.2"
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.62.1",
3
+ "version": "0.62.2",
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",