hereya-cli 0.99.0 → 0.100.0
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/README.md +77 -77
- package/dist/commands/app/list/index.js +1 -0
- package/dist/commands/config/get-backend/index.js +1 -0
- package/dist/commands/list/index.js +1 -0
- package/oclif.manifest.json +221 -221
- package/package.json +53 -34
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hereya-cli",
|
|
3
3
|
"description": "Infrastructure as Package",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.100.0",
|
|
5
5
|
"author": "Hereya Developers",
|
|
6
6
|
"bin": {
|
|
7
7
|
"hereya": "./bin/run.js"
|
|
@@ -16,54 +16,74 @@
|
|
|
16
16
|
"@aws-sdk/client-sts": ">=3.744.0 <3.1048.0",
|
|
17
17
|
"@aws-sdk/lib-storage": ">=3.744.0 <3.1048.0",
|
|
18
18
|
"@esm2cjs/execa": "^6.1.1-cjs.1",
|
|
19
|
-
"@oclif/core": "^4.
|
|
20
|
-
"@oclif/plugin-help": "^6.2.
|
|
21
|
-
"@oclif/plugin-plugins": "^5.4.
|
|
19
|
+
"@oclif/core": "^4.11.3",
|
|
20
|
+
"@oclif/plugin-help": "^6.2.48",
|
|
21
|
+
"@oclif/plugin-plugins": "^5.4.68",
|
|
22
22
|
"@octokit/auth-app": "^8.2.0",
|
|
23
|
-
"chalk": "^5.
|
|
23
|
+
"chalk": "^5.6.2",
|
|
24
24
|
"cross-spawn": "^7.0.6",
|
|
25
|
-
"
|
|
26
|
-
"ignore": "^7.0.3",
|
|
25
|
+
"ignore": "^7.0.5",
|
|
27
26
|
"keytar": "^7.9.0",
|
|
28
|
-
"listr2": "^8.
|
|
27
|
+
"listr2": "^8.3.3",
|
|
29
28
|
"marked": "^15.0.12",
|
|
30
29
|
"marked-terminal": "7.3.0",
|
|
31
30
|
"node-machine-id": "^1.1.12",
|
|
32
|
-
"open": "^10.
|
|
33
|
-
"simple-git": "^3.
|
|
31
|
+
"open": "^10.2.0",
|
|
32
|
+
"simple-git": "^3.36.0",
|
|
34
33
|
"unzip-stream": "^0.3.4",
|
|
35
|
-
"yaml": "^2.
|
|
34
|
+
"yaml": "^2.9.0",
|
|
36
35
|
"zod": "^3.24.2"
|
|
37
36
|
},
|
|
38
37
|
"devDependencies": {
|
|
39
38
|
"@oclif/prettier-config": "^0.2.1",
|
|
40
|
-
"@oclif/test": "^4.1.
|
|
41
|
-
"@types/chai": "^5.
|
|
39
|
+
"@oclif/test": "^4.1.18",
|
|
40
|
+
"@types/chai": "^5.2.3",
|
|
42
41
|
"@types/cross-spawn": "^6.0.6",
|
|
43
|
-
"@types/jsonwebtoken": "^9.0.
|
|
42
|
+
"@types/jsonwebtoken": "^9.0.10",
|
|
44
43
|
"@types/marked-terminal": "^6.1.1",
|
|
45
44
|
"@types/mocha": "^10.0.10",
|
|
46
45
|
"@types/mock-fs": "^4.13.4",
|
|
47
|
-
"@types/node": "^22",
|
|
48
|
-
"@types/sinon": "^17.0.
|
|
46
|
+
"@types/node": "^22.19.19",
|
|
47
|
+
"@types/sinon": "^17.0.4",
|
|
49
48
|
"@types/sinon-chai": "^4.0.0",
|
|
50
49
|
"@types/tar": "^6.1.13",
|
|
51
50
|
"@types/unzip-stream": "^0.3.4",
|
|
52
|
-
"chai": "^5.
|
|
53
|
-
"eslint": "^9.
|
|
54
|
-
"eslint-config-oclif": "^6.0.
|
|
55
|
-
"eslint-config-prettier": "^10.
|
|
56
|
-
"eslint-plugin-chai-friendly": "^1.0
|
|
57
|
-
"jsonwebtoken": "^9.0.
|
|
58
|
-
"mocha": "
|
|
51
|
+
"chai": "^5.3.3",
|
|
52
|
+
"eslint": "^9.39.4",
|
|
53
|
+
"eslint-config-oclif": "^6.0.164",
|
|
54
|
+
"eslint-config-prettier": "^10.1.8",
|
|
55
|
+
"eslint-plugin-chai-friendly": "^1.2.0",
|
|
56
|
+
"jsonwebtoken": "^9.0.3",
|
|
57
|
+
"mocha": "~11.6.0",
|
|
59
58
|
"mock-fs": "^5.5.0",
|
|
60
|
-
"nock": "^14.0.
|
|
61
|
-
"oclif": "^4.
|
|
62
|
-
"shx": "^0.
|
|
63
|
-
"sinon": "^19.0.
|
|
64
|
-
"sinon-chai": "^4.0.
|
|
65
|
-
"tsx": "^4.
|
|
66
|
-
"typescript": "^5.
|
|
59
|
+
"nock": "^14.0.15",
|
|
60
|
+
"oclif": "^4.23.5",
|
|
61
|
+
"shx": "^0.4.0",
|
|
62
|
+
"sinon": "^19.0.5",
|
|
63
|
+
"sinon-chai": "^4.0.1",
|
|
64
|
+
"tsx": "^4.22.0",
|
|
65
|
+
"typescript": "^5.9.3"
|
|
66
|
+
},
|
|
67
|
+
"overrides": {
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^8.59.3",
|
|
69
|
+
"@typescript-eslint/parser": "^8.59.3",
|
|
70
|
+
"@typescript-eslint/type-utils": "^8.59.3",
|
|
71
|
+
"@typescript-eslint/typescript-estree": "^8.59.3",
|
|
72
|
+
"@typescript-eslint/utils": "^8.59.3",
|
|
73
|
+
"brace-expansion": "^2.0.2",
|
|
74
|
+
"diff": "^8.0.4",
|
|
75
|
+
"flatted": "^3.4.2",
|
|
76
|
+
"glob": "^13.0.6",
|
|
77
|
+
"ip-address": "^10.2.0",
|
|
78
|
+
"js-yaml": "^4.1.1",
|
|
79
|
+
"lodash": "^4.18.1",
|
|
80
|
+
"minimatch": "^9.0.7",
|
|
81
|
+
"path-to-regexp": "^8.4.2",
|
|
82
|
+
"picomatch": "^4.0.4",
|
|
83
|
+
"serialize-javascript": "^7.0.5",
|
|
84
|
+
"tar": "^7.5.15",
|
|
85
|
+
"tar-fs": "^2.1.4",
|
|
86
|
+
"tmp": "^0.2.5"
|
|
67
87
|
},
|
|
68
88
|
"engines": {
|
|
69
89
|
"node": ">=20.0.0"
|
|
@@ -101,13 +121,12 @@
|
|
|
101
121
|
"build": "shx rm -rf dist && tsc -b",
|
|
102
122
|
"lint": "eslint .",
|
|
103
123
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
104
|
-
"posttest": "
|
|
124
|
+
"posttest": "npm run lint",
|
|
105
125
|
"prepack": "oclif manifest && oclif readme",
|
|
106
126
|
"test": "mocha --forbid-only \"src/**/*.test.ts\"",
|
|
107
127
|
"t": "mocha --forbid-only",
|
|
108
128
|
"version": "oclif readme && git add README.md",
|
|
109
|
-
"doc": "
|
|
129
|
+
"doc": "npm run build && npm run version && shx rm -rf dist"
|
|
110
130
|
},
|
|
111
|
-
"types": "dist/index.d.ts"
|
|
112
|
-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
131
|
+
"types": "dist/index.d.ts"
|
|
113
132
|
}
|