hot-updater 0.21.5 → 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 +4295 -3372
  2. package/dist/index.js +4218 -3297
  3. package/package.json +17 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hot-updater",
3
3
  "type": "module",
4
- "version": "0.21.5",
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,10 +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
- "@hot-updater/console": "0.21.5",
56
- "@hot-updater/core": "0.21.5",
57
- "@hot-updater/plugin-core": "0.21.5"
58
+ "@hot-updater/console": "0.21.6",
59
+ "@hot-updater/core": "0.21.6",
60
+ "@hot-updater/plugin-core": "0.21.6"
58
61
  },
59
62
  "devDependencies": {
60
63
  "semver": "^7.6.3",
@@ -85,11 +88,12 @@
85
88
  "plist": "^3.1.0",
86
89
  "read-package-up": "^11.0.0",
87
90
  "uuidv7": "^1.0.2",
88
- "@hot-updater/aws": "0.21.5",
89
- "@hot-updater/cloudflare": "0.21.5",
90
- "@hot-updater/firebase": "0.21.5",
91
- "@hot-updater/test-utils": "0.21.5",
92
- "@hot-updater/supabase": "0.21.5"
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"
93
97
  },
94
98
  "peerDependencies": {
95
99
  "@hot-updater/aws": "*",
@@ -109,6 +113,9 @@
109
113
  },
110
114
  "@hot-updater/firebase": {
111
115
  "optional": true
116
+ },
117
+ "@hot-updater/server": {
118
+ "optional": true
112
119
  }
113
120
  },
114
121
  "scripts": {