hot-updater 0.21.4 → 0.21.6

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 (3) hide show
  1. package/dist/index.cjs +4331 -3388
  2. package/dist/index.js +4244 -3304
  3. package/package.json +17 -11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hot-updater",
3
3
  "type": "module",
4
- "version": "0.21.4",
4
+ "version": "0.21.6",
5
5
  "bin": {
6
6
  "hot-updater": "./dist/index.js"
7
7
  },
@@ -20,7 +20,8 @@
20
20
  "import": "./dist/plugins/babel.js",
21
21
  "require": "./dist/plugins/babel.cjs",
22
22
  "types": "./dist/plugins/babel.d.ts"
23
- }
23
+ },
24
+ "./package.json": "./package.json"
24
25
  },
25
26
  "files": [
26
27
  "dist",
@@ -51,11 +52,12 @@
51
52
  "@clack/prompts": "0.10.0",
52
53
  "@expo/fingerprint": "0.13.4",
53
54
  "cosmiconfig": "9.0.0",
55
+ "jiti": "2.6.1",
56
+ "sql-formatter": "15.6.10",
54
57
  "cosmiconfig-typescript-loader": "5.0.0",
55
- "es-git": "0.4.0",
56
- "@hot-updater/core": "0.21.4",
57
- "@hot-updater/plugin-core": "0.21.4",
58
- "@hot-updater/console": "0.21.4"
58
+ "@hot-updater/console": "0.21.6",
59
+ "@hot-updater/core": "0.21.6",
60
+ "@hot-updater/plugin-core": "0.21.6"
59
61
  },
60
62
  "devDependencies": {
61
63
  "semver": "^7.6.3",
@@ -86,11 +88,12 @@
86
88
  "plist": "^3.1.0",
87
89
  "read-package-up": "^11.0.0",
88
90
  "uuidv7": "^1.0.2",
89
- "@hot-updater/aws": "0.21.4",
90
- "@hot-updater/cloudflare": "0.21.4",
91
- "@hot-updater/firebase": "0.21.4",
92
- "@hot-updater/supabase": "0.21.4",
93
- "@hot-updater/test-utils": "0.21.4"
91
+ "@hot-updater/aws": "0.21.6",
92
+ "@hot-updater/server": "0.21.6",
93
+ "@hot-updater/cloudflare": "0.21.6",
94
+ "@hot-updater/firebase": "0.21.6",
95
+ "@hot-updater/supabase": "0.21.6",
96
+ "@hot-updater/test-utils": "0.21.6"
94
97
  },
95
98
  "peerDependencies": {
96
99
  "@hot-updater/aws": "*",
@@ -110,6 +113,9 @@
110
113
  },
111
114
  "@hot-updater/firebase": {
112
115
  "optional": true
116
+ },
117
+ "@hot-updater/server": {
118
+ "optional": true
113
119
  }
114
120
  },
115
121
  "scripts": {