create-cubing-app 0.63.0 → 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.0"
8
+ "cubing": "^0.63.3"
9
9
  },
10
10
  "devDependencies": {
11
11
  "barely-a-dev-server": "^0.8.0"
@@ -446,9 +446,9 @@
446
446
  }
447
447
  },
448
448
  "node_modules/@optique/core": {
449
- "version": "0.9.0-dev.187",
450
- "resolved": "https://registry.npmjs.org/@optique/core/-/core-0.9.0-dev.187.tgz",
451
- "integrity": "sha512-wBTFbWaESwRTjF+429xzFueIBcsJ/xaD66pSwhJaIo1f7vljRfXa51R0H+EyY2tkNeFsM68YFcPPXw8TLtRuZw==",
449
+ "version": "0.9.5",
450
+ "resolved": "https://registry.npmjs.org/@optique/core/-/core-0.9.5.tgz",
451
+ "integrity": "sha512-CPMNP7bRBRAEkAVHRYK1u7GbqQxHaqWQUymkIXntr+evoQkPy6v+1wBMhTvJ2k+cTHs6ZVMs/HJPq8fDxkDzNg==",
452
452
  "funding": [
453
453
  "https://github.com/sponsors/dahlia"
454
454
  ],
@@ -460,15 +460,15 @@
460
460
  }
461
461
  },
462
462
  "node_modules/@optique/run": {
463
- "version": "0.9.0-dev.187",
464
- "resolved": "https://registry.npmjs.org/@optique/run/-/run-0.9.0-dev.187.tgz",
465
- "integrity": "sha512-JBV2icMvuoc/3W6/LxcGyRv93PCvLW0KsRtKXGz4xcEMgD08hPMuKM+xBQR4+waHUjq9cofyqst854lFx4ud5A==",
463
+ "version": "0.9.5",
464
+ "resolved": "https://registry.npmjs.org/@optique/run/-/run-0.9.5.tgz",
465
+ "integrity": "sha512-oBUXagWhZ8lHkgNxgYXeKhb877Ibg3fR/GOgbwPmVO1wJCc7z4JgEekmlo2hJlUNj/7KrYf4iNnoZL4RRGff2g==",
466
466
  "funding": [
467
467
  "https://github.com/sponsors/dahlia"
468
468
  ],
469
469
  "license": "MIT",
470
470
  "dependencies": {
471
- "@optique/core": "0.9.0-dev.187+992128e2"
471
+ "@optique/core": "0.9.5"
472
472
  },
473
473
  "engines": {
474
474
  "bun": ">=1.2.0",
@@ -537,13 +537,13 @@
537
537
  }
538
538
  },
539
539
  "node_modules/cubing": {
540
- "version": "0.63.0",
541
- "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.63.0.tgz",
542
- "integrity": "sha512-TbtZKVRcy6H4u6/wKAOa3thdJsU5vv08xJrag7QUPrl0FE0CtOyMvZkxMK/v93g8WpOVGV8+kdKgD1PM54ysVw==",
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
- "@optique/core": "v0.9.0-dev.187",
546
- "@optique/run": "v0.9.0-dev.187",
545
+ "@optique/core": ">=0.9.1",
546
+ "@optique/run": ">=0.9.1",
547
547
  "@types/three": "^0.169.0",
548
548
  "@types/web-bluetooth": "^0.0.20",
549
549
  "random-uint-below": "v3.3.0",
@@ -7,7 +7,7 @@
7
7
  "upgrade-cubing": "npm install --save cubing@latest"
8
8
  },
9
9
  "dependencies": {
10
- "cubing": "^0.63.0"
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.0",
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",