@hot-updater/cli-tools 0.21.8

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 (71) hide show
  1. package/LICENSE +21 -0
  2. package/dist/ConfigBuilder.cjs +122 -0
  3. package/dist/ConfigBuilder.d.cts +43 -0
  4. package/dist/ConfigBuilder.d.ts +43 -0
  5. package/dist/ConfigBuilder.js +121 -0
  6. package/dist/_virtual/rolldown_runtime.cjs +25 -0
  7. package/dist/banner.cjs +29 -0
  8. package/dist/banner.d.cts +6 -0
  9. package/dist/banner.d.ts +6 -0
  10. package/dist/banner.js +24 -0
  11. package/dist/colors.d.cts +2 -0
  12. package/dist/colors.d.ts +2 -0
  13. package/dist/colors.js +3 -0
  14. package/dist/copyDirToTmp.cjs +28 -0
  15. package/dist/copyDirToTmp.d.cts +7 -0
  16. package/dist/copyDirToTmp.d.ts +7 -0
  17. package/dist/copyDirToTmp.js +25 -0
  18. package/dist/createTarBr.cjs +94 -0
  19. package/dist/createTarBr.d.cts +22 -0
  20. package/dist/createTarBr.d.ts +22 -0
  21. package/dist/createTarBr.js +88 -0
  22. package/dist/createTarGz.cjs +78 -0
  23. package/dist/createTarGz.d.cts +22 -0
  24. package/dist/createTarGz.d.ts +22 -0
  25. package/dist/createTarGz.js +73 -0
  26. package/dist/createZip.cjs +80 -0
  27. package/dist/createZip.d.cts +22 -0
  28. package/dist/createZip.d.ts +22 -0
  29. package/dist/createZip.js +75 -0
  30. package/dist/crypto.cjs +27 -0
  31. package/dist/crypto.d.cts +5 -0
  32. package/dist/crypto.d.ts +5 -0
  33. package/dist/crypto.js +24 -0
  34. package/dist/cwd.cjs +9 -0
  35. package/dist/cwd.d.cts +4 -0
  36. package/dist/cwd.d.ts +4 -0
  37. package/dist/cwd.js +7 -0
  38. package/dist/getAndroidSdkPath.cjs +10 -0
  39. package/dist/getAndroidSdkPath.d.cts +4 -0
  40. package/dist/getAndroidSdkPath.d.ts +4 -0
  41. package/dist/getAndroidSdkPath.js +9 -0
  42. package/dist/index.cjs +48 -0
  43. package/dist/index.d.cts +17 -0
  44. package/dist/index.d.ts +17 -0
  45. package/dist/index.js +18 -0
  46. package/dist/isObject.cjs +8 -0
  47. package/dist/isObject.js +7 -0
  48. package/dist/loadConfig.cjs +100 -0
  49. package/dist/loadConfig.d.cts +12 -0
  50. package/dist/loadConfig.d.ts +12 -0
  51. package/dist/loadConfig.js +93 -0
  52. package/dist/log.cjs +16 -0
  53. package/dist/log.d.cts +11 -0
  54. package/dist/log.d.ts +11 -0
  55. package/dist/log.js +14 -0
  56. package/dist/makeEnv.cjs +57 -0
  57. package/dist/makeEnv.d.cts +8 -0
  58. package/dist/makeEnv.d.ts +8 -0
  59. package/dist/makeEnv.js +55 -0
  60. package/dist/prompts.d.cts +2 -0
  61. package/dist/prompts.d.ts +2 -0
  62. package/dist/prompts.js +3 -0
  63. package/dist/transformEnv.cjs +14 -0
  64. package/dist/transformEnv.d.cts +4 -0
  65. package/dist/transformEnv.d.ts +4 -0
  66. package/dist/transformEnv.js +11 -0
  67. package/dist/transformTemplate.cjs +22 -0
  68. package/dist/transformTemplate.d.cts +15 -0
  69. package/dist/transformTemplate.d.ts +15 -0
  70. package/dist/transformTemplate.js +21 -0
  71. package/package.json +64 -0
package/package.json ADDED
@@ -0,0 +1,64 @@
1
+ {
2
+ "name": "@hot-updater/cli-tools",
3
+ "version": "0.21.8",
4
+ "type": "module",
5
+ "description": "CLI utilities for Hot Updater",
6
+ "sideEffects": false,
7
+ "main": "./dist/index.cjs",
8
+ "module": "./dist/index.js",
9
+ "types": "./dist/index.d.cts",
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.cjs"
14
+ },
15
+ "./package.json": "./package.json"
16
+ },
17
+ "files": [
18
+ "dist",
19
+ "package.json"
20
+ ],
21
+ "keywords": [
22
+ "react-native",
23
+ "react-native-code-push",
24
+ "code-push",
25
+ "eas",
26
+ "eas-update",
27
+ "expo",
28
+ "expo-update",
29
+ "self-hosted"
30
+ ],
31
+ "license": "MIT",
32
+ "repository": "https://github.com/gronxb/hot-updater",
33
+ "author": "gronxb <gron1gh1@gmail.com> (https://github.com/gronxb)",
34
+ "bugs": {
35
+ "url": "https://github.com/gronxb/hot-updater/issues"
36
+ },
37
+ "homepage": "https://github.com/gronxb/hot-updater#readme",
38
+ "publishConfig": {
39
+ "access": "public"
40
+ },
41
+ "dependencies": {
42
+ "@clack/prompts": "0.10.0",
43
+ "boxen": "^8.0.1",
44
+ "cosmiconfig": "9.0.0",
45
+ "cosmiconfig-typescript-loader": "5.0.0",
46
+ "es-toolkit": "^1.32.0",
47
+ "fast-glob": "3.3.3",
48
+ "jszip": "^3.10.1",
49
+ "oxc-transform": "0.82.1",
50
+ "picocolors": "1.1.1",
51
+ "tar": "^7.5.1",
52
+ "workspace-tools": "^0.36.4",
53
+ "@hot-updater/plugin-core": "0.21.8"
54
+ },
55
+ "devDependencies": {
56
+ "@types/node": "^20",
57
+ "typescript": "5.8.2",
58
+ "@hot-updater/test-utils": "0.21.8"
59
+ },
60
+ "scripts": {
61
+ "build": "tsdown",
62
+ "test:type": "tsc --noEmit"
63
+ }
64
+ }