@nextsparkjs/cli 0.1.0-beta.34 → 0.1.0-beta.37
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/nextspark.js +0 -0
- package/dist/cli.js +1 -1
- package/package.json +8 -8
package/bin/nextspark.js
CHANGED
|
File without changes
|
package/dist/cli.js
CHANGED
|
@@ -2413,7 +2413,7 @@ async function updatePackageJson(config2) {
|
|
|
2413
2413
|
"cypress": "^14.0.0",
|
|
2414
2414
|
"@testing-library/cypress": "^10.0.2",
|
|
2415
2415
|
"@cypress/webpack-preprocessor": "^6.0.2",
|
|
2416
|
-
"@cypress/grep": "^
|
|
2416
|
+
"@cypress/grep": "^5.0.1",
|
|
2417
2417
|
"ts-loader": "^9.5.1",
|
|
2418
2418
|
"webpack": "^5.97.0",
|
|
2419
2419
|
"allure-cypress": "^3.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextsparkjs/cli",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.37",
|
|
4
4
|
"description": "NextSpark CLI - Complete development toolkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
"dist",
|
|
13
13
|
"bin"
|
|
14
14
|
],
|
|
15
|
-
"scripts": {
|
|
16
|
-
"build": "tsup src/cli.ts --format esm --dts --outDir dist",
|
|
17
|
-
"dev": "tsup src/cli.ts --format esm --watch"
|
|
18
|
-
},
|
|
19
15
|
"dependencies": {
|
|
20
16
|
"@inquirer/prompts": "^7.2.0",
|
|
21
17
|
"@nextsparkjs/core": "^0.1.0-beta.34",
|
|
@@ -27,12 +23,12 @@
|
|
|
27
23
|
"tar": "^7.0.0"
|
|
28
24
|
},
|
|
29
25
|
"devDependencies": {
|
|
30
|
-
"@nextsparkjs/core": "workspace:*",
|
|
31
26
|
"@types/fs-extra": "^11.0.4",
|
|
32
27
|
"@types/node": "^20.0.0",
|
|
33
28
|
"@types/tar": "^6.1.0",
|
|
34
29
|
"tsup": "^8.0.0",
|
|
35
|
-
"typescript": "^5.0.0"
|
|
30
|
+
"typescript": "^5.0.0",
|
|
31
|
+
"@nextsparkjs/core": "0.1.0-beta.34"
|
|
36
32
|
},
|
|
37
33
|
"keywords": [
|
|
38
34
|
"nextspark",
|
|
@@ -49,5 +45,9 @@
|
|
|
49
45
|
},
|
|
50
46
|
"engines": {
|
|
51
47
|
"node": ">=18.0.0"
|
|
48
|
+
},
|
|
49
|
+
"scripts": {
|
|
50
|
+
"build": "tsup src/cli.ts --format esm --dts --outDir dist",
|
|
51
|
+
"dev": "tsup src/cli.ts --format esm --watch"
|
|
52
52
|
}
|
|
53
|
-
}
|
|
53
|
+
}
|