hereya-cli 0.17.2 → 0.19.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.
Files changed (61) hide show
  1. package/README.md +24 -24
  2. package/bin/dev.js +1 -1
  3. package/dist/backend/common.d.ts +4 -4
  4. package/dist/backend/local.js +10 -2
  5. package/dist/commands/add/index.d.ts +4 -4
  6. package/dist/commands/add/index.js +12 -21
  7. package/dist/commands/bootstrap/index.d.ts +2 -2
  8. package/dist/commands/deploy/index.d.ts +3 -3
  9. package/dist/commands/deploy/index.js +45 -36
  10. package/dist/commands/down/index.d.ts +4 -4
  11. package/dist/commands/down/index.js +16 -28
  12. package/dist/commands/env/index.d.ts +4 -4
  13. package/dist/commands/env/index.js +6 -2
  14. package/dist/commands/env/set/index.d.ts +4 -4
  15. package/dist/commands/init/index.d.ts +3 -3
  16. package/dist/commands/remove/index.d.ts +3 -3
  17. package/dist/commands/remove/index.js +9 -19
  18. package/dist/commands/run/index.d.ts +3 -3
  19. package/dist/commands/run/index.js +5 -1
  20. package/dist/commands/unbootstrap/index.d.ts +2 -2
  21. package/dist/commands/undeploy/index.d.ts +3 -3
  22. package/dist/commands/undeploy/index.js +21 -24
  23. package/dist/commands/up/index.d.ts +4 -4
  24. package/dist/commands/up/index.js +24 -32
  25. package/dist/commands/workspace/create/index.d.ts +1 -1
  26. package/dist/commands/workspace/delete/index.d.ts +1 -1
  27. package/dist/commands/workspace/env/index.d.ts +3 -3
  28. package/dist/commands/workspace/env/set/index.d.ts +5 -5
  29. package/dist/commands/workspace/env/unset/index.d.ts +2 -2
  30. package/dist/commands/workspace/install/index.d.ts +5 -5
  31. package/dist/commands/workspace/install/index.js +8 -3
  32. package/dist/commands/workspace/uninstall/index.d.ts +5 -5
  33. package/dist/commands/workspace/uninstall/index.js +8 -3
  34. package/dist/executor/index.d.ts +11 -0
  35. package/dist/executor/index.js +8 -0
  36. package/dist/executor/interface.d.ts +41 -0
  37. package/dist/executor/interface.js +1 -0
  38. package/dist/executor/local.d.ts +7 -0
  39. package/dist/executor/local.js +56 -0
  40. package/dist/iac/index.js +5 -5
  41. package/dist/iac/terraform.js +1 -1
  42. package/dist/infrastructure/common.d.ts +2 -2
  43. package/dist/infrastructure/index.d.ts +3 -3
  44. package/dist/infrastructure/index.js +6 -6
  45. package/dist/infrastructure/local.js +1 -1
  46. package/dist/lib/env/index.d.ts +4 -0
  47. package/dist/lib/env/index.js +11 -3
  48. package/dist/lib/env-utils.d.ts +0 -7
  49. package/dist/lib/env-utils.js +0 -18
  50. package/dist/lib/log.js +1 -1
  51. package/dist/lib/package/common.d.ts +1 -0
  52. package/dist/lib/package/github.d.ts +2 -0
  53. package/dist/lib/package/github.js +5 -1
  54. package/dist/lib/package/index.d.ts +4 -1
  55. package/dist/lib/package/index.js +28 -10
  56. package/dist/lib/package/local.d.ts +5 -0
  57. package/dist/lib/package/local.js +45 -0
  58. package/dist/lib/shell.d.ts +1 -3
  59. package/dist/lib/yaml-utils.js +1 -1
  60. package/oclif.manifest.json +40 -40
  61. package/package.json +37 -37
package/package.json CHANGED
@@ -1,63 +1,63 @@
1
1
  {
2
2
  "name": "hereya-cli",
3
3
  "description": "Infrastructure as Package",
4
- "version": "0.17.2",
4
+ "version": "0.19.0",
5
5
  "author": "Hereya Developers",
6
6
  "bin": {
7
7
  "hereya": "./bin/run.js"
8
8
  },
9
9
  "bugs": "https://github.com/hereya/hereya-cli/issues",
10
10
  "dependencies": {
11
- "@aws-sdk/client-cloudformation": "^3.577.0",
12
- "@aws-sdk/client-codebuild": "^3.583.0",
13
- "@aws-sdk/client-s3": "^3.583.0",
14
- "@aws-sdk/client-secrets-manager": "^3.590.0",
15
- "@aws-sdk/client-ssm": "^3.583.0",
16
- "@aws-sdk/client-sts": "^3.582.0",
17
- "@aws-sdk/lib-storage": "^3.583.0",
11
+ "@aws-sdk/client-cloudformation": "^3.744.0",
12
+ "@aws-sdk/client-codebuild": "^3.747.0",
13
+ "@aws-sdk/client-s3": "^3.744.0",
14
+ "@aws-sdk/client-secrets-manager": "^3.744.0",
15
+ "@aws-sdk/client-ssm": "^3.744.0",
16
+ "@aws-sdk/client-sts": "^3.744.0",
17
+ "@aws-sdk/lib-storage": "^3.744.0",
18
18
  "@esm2cjs/execa": "^6.1.1-cjs.1",
19
- "@oclif/core": "^3",
20
- "@oclif/plugin-help": "^6",
21
- "@oclif/plugin-plugins": "^5",
22
- "glob": "^10.4.1",
23
- "ignore": "^5.3.1",
19
+ "@oclif/core": "^4.2.6",
20
+ "@oclif/plugin-help": "^6.2.25",
21
+ "@oclif/plugin-plugins": "^5.4.31",
22
+ "glob": "^11.0.1",
23
+ "ignore": "^7.0.3",
24
24
  "listr2": "^8.2.5",
25
- "simple-git": "^3.24.0",
25
+ "simple-git": "^3.27.0",
26
26
  "typescript-retry-decorator": "^2.4.2",
27
27
  "unzip-stream": "^0.3.4",
28
- "yaml": "^2.4.2",
29
- "zod": "^3.23.8"
28
+ "yaml": "^2.7.0",
29
+ "zod": "^3.24.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@oclif/prettier-config": "^0.2.1",
33
- "@oclif/test": "^4.1.8",
34
- "@types/chai": "^4",
35
- "@types/mocha": "^10",
33
+ "@oclif/test": "^4.1.9",
34
+ "@types/chai": "^5.0.1",
35
+ "@types/mocha": "^10.0.10",
36
36
  "@types/mock-fs": "^4.13.4",
37
- "@types/node": "^18",
37
+ "@types/node": "^22",
38
38
  "@types/sinon": "^17.0.3",
39
39
  "@types/unzip-stream": "^0.3.4",
40
- "chai": "^4",
41
- "eslint": "^8",
42
- "eslint-config-oclif": "^5",
43
- "eslint-config-oclif-typescript": "^3",
44
- "eslint-config-prettier": "^9",
45
- "mocha": "^10",
46
- "mock-fs": "^5.2.0",
47
- "nock": "^13.5.4",
48
- "oclif": "^4",
49
- "shx": "^0.3.3",
50
- "sinon": "^18.0.0",
51
- "ts-node": "^10",
52
- "typescript": "^5"
40
+ "chai": "^5.1.2",
41
+ "eslint": "^9.20.1",
42
+ "eslint-config-oclif": "^6.0.10",
43
+ "eslint-config-prettier": "^10.0.1",
44
+ "eslint-plugin-chai-friendly": "^1.0.1",
45
+ "mocha": "^11.1.0",
46
+ "mock-fs": "^5.5.0",
47
+ "nock": "^14.0.1",
48
+ "oclif": "^4.17.27",
49
+ "shx": "^0.3.4",
50
+ "sinon": "^19.0.2",
51
+ "ts-node": "^10.9.2",
52
+ "typescript": "^5.7.3"
53
53
  },
54
54
  "engines": {
55
- "node": ">=18.0.0"
55
+ "node": ">=20.0.0"
56
56
  },
57
57
  "files": [
58
- "/bin",
59
- "/dist",
60
- "/oclif.manifest.json"
58
+ "bin",
59
+ "dist",
60
+ "oclif.manifest.json"
61
61
  ],
62
62
  "homepage": "https://github.com/hereya/hereya-cli",
63
63
  "keywords": [