@useparagon/cli 1.1.1 → 1.1.2-canary.1
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/package.json +38 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useparagon/cli",
|
|
3
|
-
"version": "1.1.1",
|
|
3
|
+
"version": "1.1.2-canary.1",
|
|
4
4
|
"description": "CLI for WaC (Workflows as Code)",
|
|
5
5
|
"repository": "https://github.com/useparagon/paragraph",
|
|
6
6
|
"packageManager": "pnpm@8.10.5",
|
|
@@ -14,48 +14,48 @@
|
|
|
14
14
|
"para": "./dist/index.js"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@trivago/prettier-plugin-sort-imports": "
|
|
18
|
-
"axios": "
|
|
19
|
-
"boxen": "
|
|
17
|
+
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
|
18
|
+
"axios": "1.13.5",
|
|
19
|
+
"boxen": "7.1.1",
|
|
20
20
|
"chalk": "4.1.2",
|
|
21
|
-
"commander": "
|
|
22
|
-
"cross-spawn": "
|
|
23
|
-
"express": "
|
|
24
|
-
"figlet": "
|
|
25
|
-
"folder-hash": "
|
|
26
|
-
"fs-extra": "
|
|
27
|
-
"glob": "
|
|
28
|
-
"out-url": "
|
|
29
|
-
"pino": "
|
|
30
|
-
"pino-pretty": "
|
|
31
|
-
"prettier": "
|
|
32
|
-
"prettier-plugin-organize-imports": "
|
|
33
|
-
"prompts": "
|
|
34
|
-
"rimraf": "
|
|
35
|
-
"spinnies": "
|
|
21
|
+
"commander": "10.0.1",
|
|
22
|
+
"cross-spawn": "7.0.3",
|
|
23
|
+
"express": "4.19.2",
|
|
24
|
+
"figlet": "1.7.0",
|
|
25
|
+
"folder-hash": "4.0.4",
|
|
26
|
+
"fs-extra": "11.2.0",
|
|
27
|
+
"glob": "10.3.10",
|
|
28
|
+
"out-url": "1.2.2",
|
|
29
|
+
"pino": "8.21.0",
|
|
30
|
+
"pino-pretty": "10.3.1",
|
|
31
|
+
"prettier": "3.1.1",
|
|
32
|
+
"prettier-plugin-organize-imports": "3.2.4",
|
|
33
|
+
"prompts": "2.4.2",
|
|
34
|
+
"rimraf": "4.4.1",
|
|
35
|
+
"spinnies": "0.5.1",
|
|
36
36
|
"tslib": "2.3.1",
|
|
37
|
-
"uuid": "
|
|
38
|
-
"@useparagon/core": "1.1.1"
|
|
37
|
+
"uuid": "9.0.1",
|
|
38
|
+
"@useparagon/core": "1.1.2-canary.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@types/cross-spawn": "
|
|
42
|
-
"@types/express": "
|
|
43
|
-
"@types/figlet": "
|
|
44
|
-
"@types/folder-hash": "
|
|
45
|
-
"@types/fs-extra": "
|
|
46
|
-
"@types/node": "
|
|
47
|
-
"@types/prompts": "
|
|
48
|
-
"@types/spinnies": "
|
|
49
|
-
"@types/uuid": "
|
|
50
|
-
"@typescript-eslint/eslint-plugin": "
|
|
51
|
-
"@typescript-eslint/parser": "
|
|
52
|
-
"eslint": "
|
|
53
|
-
"eslint-config-prettier": "
|
|
54
|
-
"eslint-plugin-import": "
|
|
55
|
-
"eslint-plugin-jest": "
|
|
41
|
+
"@types/cross-spawn": "6.0.6",
|
|
42
|
+
"@types/express": "4.17.21",
|
|
43
|
+
"@types/figlet": "1.5.8",
|
|
44
|
+
"@types/folder-hash": "4.0.4",
|
|
45
|
+
"@types/fs-extra": "11.0.4",
|
|
46
|
+
"@types/node": "18.19.3",
|
|
47
|
+
"@types/prompts": "2.4.9",
|
|
48
|
+
"@types/spinnies": "0.5.3",
|
|
49
|
+
"@types/uuid": "9.0.7",
|
|
50
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
51
|
+
"@typescript-eslint/parser": "5.62.0",
|
|
52
|
+
"eslint": "8.55.0",
|
|
53
|
+
"eslint-config-prettier": "8.10.0",
|
|
54
|
+
"eslint-plugin-import": "2.29.0",
|
|
55
|
+
"eslint-plugin-jest": "27.6.0",
|
|
56
56
|
"ts-node": "10.9.1",
|
|
57
|
-
"tsconfig-paths": "
|
|
58
|
-
"typescript": "
|
|
57
|
+
"tsconfig-paths": "4.2.0",
|
|
58
|
+
"typescript": "5.3.3"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build:dev:watch": "tsc -b tsconfig.release.json -w",
|