create-cubing-app 0.53.4 → 0.53.6

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.53.4"
8
+ "cubing": "^0.53.6"
9
9
  },
10
10
  "devDependencies": {
11
11
  "barely-a-dev-server": "^0.6.1"
@@ -445,6 +445,18 @@
445
445
  "integrity": "sha512-e3zmDEPih4Rle+JrP5cT8nCCtDizoUpEaN72OuD1clbhXGERtn0wwuMdxOrBymu3kMLWKDd8hd+ERhSheLuLTg==",
446
446
  "license": "BSD-3-Clause"
447
447
  },
448
+ "node_modules/ansi-regex": {
449
+ "version": "6.1.0",
450
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
451
+ "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
452
+ "license": "MIT",
453
+ "engines": {
454
+ "node": ">=12"
455
+ },
456
+ "funding": {
457
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
458
+ }
459
+ },
448
460
  "node_modules/barely-a-dev-server": {
449
461
  "version": "0.6.1",
450
462
  "resolved": "https://registry.npmjs.org/barely-a-dev-server/-/barely-a-dev-server-0.6.1.tgz",
@@ -458,19 +470,48 @@
458
470
  "esbuild": "^0.20.1"
459
471
  }
460
472
  },
473
+ "node_modules/chalk": {
474
+ "version": "5.3.0",
475
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
476
+ "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
477
+ "license": "MIT",
478
+ "engines": {
479
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
480
+ },
481
+ "funding": {
482
+ "url": "https://github.com/chalk/chalk?sponsor=1"
483
+ }
484
+ },
485
+ "node_modules/cmd-ts-too": {
486
+ "version": "0.15.3",
487
+ "resolved": "https://registry.npmjs.org/cmd-ts-too/-/cmd-ts-too-0.15.3.tgz",
488
+ "integrity": "sha512-B16GQEn0fENaOfFXxJRJDecYjDxs8Mcm2cU4jhMwxl+fbgTnLjoD+dIw/yTdMDDNQssgoDqbiTSCKcXTitisvA==",
489
+ "license": "MIT",
490
+ "dependencies": {
491
+ "chalk": "^5.3.0",
492
+ "debug": "^4.3.7",
493
+ "didyoumean": "^1.2.2",
494
+ "strip-ansi": "^7.1.0"
495
+ },
496
+ "engines": {
497
+ "bun": ">=1.0.30",
498
+ "node": ">=16.0.0"
499
+ }
500
+ },
461
501
  "node_modules/comlink": {
462
502
  "version": "4.4.1",
463
503
  "resolved": "https://registry.npmjs.org/comlink/-/comlink-4.4.1.tgz",
464
504
  "integrity": "sha512-+1dlx0aY5Jo1vHy/tSsIGpSkN4tS9rZSW8FIhG0JH/crs9wwweswIo/POr451r7bZww3hFbPAKnTpimzL/mm4Q=="
465
505
  },
466
506
  "node_modules/cubing": {
467
- "version": "0.53.4",
468
- "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.53.4.tgz",
469
- "integrity": "sha512-/7r4xUKRPtQcGc7xYKd6IIco0g5R+40HeEDULtEnva0r1dCurrp456Np5oWPkLBMZUF/OUKHDNJ47njwhqGH/w==",
507
+ "version": "0.53.6",
508
+ "resolved": "https://registry.npmjs.org/cubing/-/cubing-0.53.6.tgz",
509
+ "integrity": "sha512-KgLYyHDlYZ+H2Ynhug0YTbfDgb4TslcaH/Txv6KGGeQMj37Kn+OrhYSH1GExU4LYTjNVGGMmdzmWm2Z2wLIDDg==",
470
510
  "license": "MPL-2.0 OR GPL-3.0-or-later",
471
511
  "dependencies": {
472
512
  "@types/three": "^0.169.0",
473
513
  "@types/web-bluetooth": "^0.0.20",
514
+ "cmd-ts-too": "^0.15.3",
474
515
  "comlink": "^4.4.1",
475
516
  "random-uint-below": "v3.3.0",
476
517
  "three": "^0.170.0"
@@ -483,6 +524,29 @@
483
524
  "node": ">=20.16.0"
484
525
  }
485
526
  },
527
+ "node_modules/debug": {
528
+ "version": "4.3.7",
529
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
530
+ "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
531
+ "license": "MIT",
532
+ "dependencies": {
533
+ "ms": "^2.1.3"
534
+ },
535
+ "engines": {
536
+ "node": ">=6.0"
537
+ },
538
+ "peerDependenciesMeta": {
539
+ "supports-color": {
540
+ "optional": true
541
+ }
542
+ }
543
+ },
544
+ "node_modules/didyoumean": {
545
+ "version": "1.2.2",
546
+ "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
547
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
548
+ "license": "Apache-2.0"
549
+ },
486
550
  "node_modules/esbuild": {
487
551
  "version": "0.20.1",
488
552
  "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.20.1.tgz",
@@ -534,6 +598,12 @@
534
598
  "integrity": "sha512-ZhoIoL7TNV4s5B6+rx5mC//fw8/POGyNxS/DZyCJeiZ12ScLfVwRE/GfsxwiTkMYYD5DmK2/JXnEVXqL4rF+Sw==",
535
599
  "license": "MIT"
536
600
  },
601
+ "node_modules/ms": {
602
+ "version": "2.1.3",
603
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
604
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
605
+ "license": "MIT"
606
+ },
537
607
  "node_modules/random-uint-below": {
538
608
  "version": "3.3.0",
539
609
  "resolved": "https://registry.npmjs.org/random-uint-below/-/random-uint-below-3.3.0.tgz",
@@ -542,6 +612,21 @@
542
612
  "node": ">=19"
543
613
  }
544
614
  },
615
+ "node_modules/strip-ansi": {
616
+ "version": "7.1.0",
617
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
618
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
619
+ "license": "MIT",
620
+ "dependencies": {
621
+ "ansi-regex": "^6.0.1"
622
+ },
623
+ "engines": {
624
+ "node": ">=12"
625
+ },
626
+ "funding": {
627
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
628
+ }
629
+ },
545
630
  "node_modules/three": {
546
631
  "version": "0.170.0",
547
632
  "resolved": "https://registry.npmjs.org/three/-/three-0.170.0.tgz",
@@ -7,7 +7,7 @@
7
7
  "upgrade-cubing": "npm install --save cubing@latest"
8
8
  },
9
9
  "dependencies": {
10
- "cubing": "^0.53.4"
10
+ "cubing": "^0.53.6"
11
11
  },
12
12
  "devDependencies": {
13
13
  "barely-a-dev-server": "^0.6.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cubing-app",
3
- "version": "0.53.4",
3
+ "version": "0.53.6",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-cubing-app": "bin/create-cubing-app.js"