@hot-updater/plugin-core 0.20.1 → 0.20.3

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.
package/dist/index.d.cts CHANGED
@@ -88,7 +88,8 @@ interface PlatformConfig {
88
88
  /**
89
89
  * Android string resource paths.
90
90
  *
91
- * @default ["android/app/src/main/res/values/strings.xml"]
91
+ * @default all strings.xml files in the android directory
92
+ * @example ["android/app/src/main/res/values/strings.xml"]
92
93
  */
93
94
  stringResourcePaths?: string[];
94
95
  };
@@ -99,7 +100,8 @@ interface PlatformConfig {
99
100
  /**
100
101
  * iOS info.plist paths.
101
102
  *
102
- * @default ["ios/\*\/Info.plist"]
103
+ * @default all Info.plist files in the ios directory
104
+ * @example ["ios/HotUpdaterExample/Info.plist"]
103
105
  */
104
106
  infoPlistPaths?: string[];
105
107
  };
package/dist/index.d.ts CHANGED
@@ -88,7 +88,8 @@ interface PlatformConfig {
88
88
  /**
89
89
  * Android string resource paths.
90
90
  *
91
- * @default ["android/app/src/main/res/values/strings.xml"]
91
+ * @default all strings.xml files in the android directory
92
+ * @example ["android/app/src/main/res/values/strings.xml"]
92
93
  */
93
94
  stringResourcePaths?: string[];
94
95
  };
@@ -99,7 +100,8 @@ interface PlatformConfig {
99
100
  /**
100
101
  * iOS info.plist paths.
101
102
  *
102
- * @default ["ios/\*\/Info.plist"]
103
+ * @default all Info.plist files in the ios directory
104
+ * @example ["ios/HotUpdaterExample/Info.plist"]
103
105
  */
104
106
  infoPlistPaths?: string[];
105
107
  };