@hot-updater/bare 0.24.6 → 0.24.7

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.cjs CHANGED
@@ -6537,7 +6537,7 @@ const runBundle = async ({ entryFile, cwd, platform: platform$1, buildPath, sour
6537
6537
  Example:
6538
6538
  module.exports = {
6539
6539
  plugins: [
6540
- ["@hot-updater/babel-plugin"]
6540
+ ["hot-updater/babel-plugin"]
6541
6541
  ]
6542
6542
  }
6543
6543
 
package/dist/index.js CHANGED
@@ -6520,7 +6520,7 @@ const runBundle = async ({ entryFile, cwd, platform: platform$1, buildPath, sour
6520
6520
  Example:
6521
6521
  module.exports = {
6522
6522
  plugins: [
6523
- ["@hot-updater/babel-plugin"]
6523
+ ["hot-updater/babel-plugin"]
6524
6524
  ]
6525
6525
  }
6526
6526
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/bare",
3
3
  "type": "module",
4
- "version": "0.24.6",
4
+ "version": "0.24.7",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -21,8 +21,8 @@
21
21
  "package.json"
22
22
  ],
23
23
  "dependencies": {
24
- "@hot-updater/cli-tools": "0.24.6",
25
- "@hot-updater/plugin-core": "0.24.6"
24
+ "@hot-updater/cli-tools": "0.24.7",
25
+ "@hot-updater/plugin-core": "0.24.7"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^20",