@hot-updater/plugin-core 0.20.10 → 0.20.11

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
@@ -175,6 +175,10 @@ type ConfigInput = {
175
175
  * @example ["resources/**", ".gitignore"]
176
176
  */
177
177
  extraSources?: string[];
178
+ /**
179
+ * The paths to be ignored in the fingerprint.
180
+ */
181
+ ignorePaths?: string[];
178
182
  /**
179
183
  * When debug mode is enabled, more detailed information will be exposed in fingerprint.json.
180
184
  */
package/dist/index.d.ts CHANGED
@@ -175,6 +175,10 @@ type ConfigInput = {
175
175
  * @example ["resources/**", ".gitignore"]
176
176
  */
177
177
  extraSources?: string[];
178
+ /**
179
+ * The paths to be ignored in the fingerprint.
180
+ */
181
+ ignorePaths?: string[];
178
182
  /**
179
183
  * When debug mode is enabled, more detailed information will be exposed in fingerprint.json.
180
184
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/plugin-core",
3
- "version": "0.20.10",
3
+ "version": "0.20.11",
4
4
  "type": "module",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "sideEffects": false,
@@ -47,7 +47,7 @@
47
47
  "fast-glob": "3.3.3",
48
48
  "oxc-transform": "0.82.1",
49
49
  "semver": "^7.7.2",
50
- "@hot-updater/core": "0.20.10"
50
+ "@hot-updater/core": "0.20.11"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/node": "^20",
@@ -58,7 +58,7 @@
58
58
  "picocolors": "1.1.1",
59
59
  "typescript": "5.8.2",
60
60
  "workspace-tools": "^0.36.4",
61
- "@hot-updater/plugin-core": "0.20.10"
61
+ "@hot-updater/plugin-core": "0.20.11"
62
62
  },
63
63
  "scripts": {
64
64
  "build": "tsdown",