@hot-updater/plugin-core 0.25.7 → 0.25.9

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.
@@ -154,7 +154,7 @@ interface NativeBuildIosScheme {
154
154
  /**
155
155
  * Automatically install CocoaPods dependencies before building.
156
156
  *
157
- * @default true
157
+ * @default false
158
158
  */
159
159
  installPods?: boolean;
160
160
  /**
@@ -154,7 +154,7 @@ interface NativeBuildIosScheme {
154
154
  /**
155
155
  * Automatically install CocoaPods dependencies before building.
156
156
  *
157
- * @default true
157
+ * @default false
158
158
  */
159
159
  installPods?: boolean;
160
160
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/plugin-core",
3
- "version": "0.25.7",
3
+ "version": "0.25.9",
4
4
  "type": "module",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "sideEffects": false,
@@ -42,12 +42,12 @@
42
42
  "es-toolkit": "^1.32.0",
43
43
  "mime": "^4.0.4",
44
44
  "semver": "^7.7.2",
45
- "@hot-updater/core": "0.25.7"
45
+ "@hot-updater/core": "0.25.9"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/semver": "^7.5.8",
49
49
  "typescript": "5.8.2",
50
- "@hot-updater/test-utils": "0.25.7"
50
+ "@hot-updater/test-utils": "0.25.9"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "tsdown",