@hot-updater/plugin-core 0.16.3 → 0.16.5

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.
@@ -52,7 +52,7 @@ export interface StoragePluginHooks {
52
52
  export type ConfigInput = {
53
53
  /**
54
54
  * The channel used when building the native app.
55
- * Used to replace HotUpdater.CHANNEL at build time.
55
+ * Used to replace __HOT_UPDATER_CHANNEL at build time.
56
56
  *
57
57
  * @default "production"
58
58
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/plugin-core",
3
- "version": "0.16.3",
3
+ "version": "0.16.5",
4
4
  "type": "module",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "sideEffects": false,
@@ -38,10 +38,10 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@hot-updater/core": "0.16.3",
42
41
  "cosmiconfig": "9.0.0",
43
42
  "cosmiconfig-typescript-loader": "5.0.0",
44
- "ts-morph": "25.0.1"
43
+ "ts-morph": "25.0.1",
44
+ "@hot-updater/core": "0.16.5"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@babel/core": "7.26.0",