@canyonjs/cli 1.0.15 → 1.0.16
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.
- package/bin/canyon.js +3 -0
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/bin/canyon +0 -3
package/bin/canyon.js
ADDED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canyonjs/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"bin"
|
|
15
15
|
],
|
|
16
16
|
"bin": {
|
|
17
|
-
"canyon": "bin/canyon"
|
|
17
|
+
"canyon": "bin/canyon.js"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.2.3",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build": "rslib build",
|
|
33
|
-
"my-test": "npm run build && node ./bin/canyon upload",
|
|
33
|
+
"my-test": "npm run build && node ./bin/canyon.js upload",
|
|
34
34
|
"check": "biome check --write",
|
|
35
35
|
"dev": "rslib build --watch",
|
|
36
36
|
"format": "biome format --write",
|
package/bin/canyon
DELETED