create-cubing-app 0.62.2 → 0.63.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.2"
8
+ "cubing": "^0.63.2"
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",
@@ -536,22 +536,16 @@
536
536
  "esbuild": "^0.25.0"
537
537
  }
538
538
  },
539
- "node_modules/comlink": {
540
- "version": "4.4.1",
541
- "resolved": "https://registry.npmjs.org/comlink/-/comlink-4.4.1.tgz",
542
- "integrity": "sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q=="
543
- },
544
539
  "node_modules/cubing": {
545
- "version": "0.62.2",
546
- "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.62.2.tgz",
547
- "integrity": "sha512-zt69sFFFWl8YyNqy97fNqXoXrDzxfb7HktcGFoLzvbyp8TZeq1GsXHsr7kYLPOtED9ES7YlWxJmK5XYzNHxsfA==",
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==",
548
543
  "license": "MPL-2.0 OR GPL-3.0-or-later",
549
544
  "dependencies": {
550
- "@optique/core": "v0.9.0-dev.187",
551
- "@optique/run": "v0.9.0-dev.187",
545
+ "@optique/core": ">=0.9.1",
546
+ "@optique/run": ">=0.9.1",
552
547
  "@types/three": "^0.169.0",
553
548
  "@types/web-bluetooth": "^0.0.20",
554
- "comlink": "^4.4.1",
555
549
  "random-uint-below": "v3.3.0",
556
550
  "three": "^0.170.0",
557
551
  "type-fest": "^5.2.0"
@@ -571,7 +565,6 @@
571
565
  "dev": true,
572
566
  "hasInstallScript": true,
573
567
  "license": "MIT",
574
- "peer": true,
575
568
  "bin": {
576
569
  "esbuild": "bin/esbuild"
577
570
  },
@@ -7,7 +7,7 @@
7
7
  "upgrade-cubing": "npm install --save cubing@latest"
8
8
  },
9
9
  "dependencies": {
10
- "cubing": "^0.62.2"
10
+ "cubing": "^0.63.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.2",
3
+ "version": "0.63.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",