@hot-updater/rock 0.24.6 → 0.25.0

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
@@ -6411,7 +6411,7 @@ const runBundle = async ({ entryFile, cwd, platform: platform$1, buildPath, sour
6411
6411
  Example:
6412
6412
  module.exports = {
6413
6413
  plugins: [
6414
- ["@hot-updater/babel-plugin"]
6414
+ ["hot-updater/babel-plugin"]
6415
6415
  ]
6416
6416
  }
6417
6417
 
package/dist/index.js CHANGED
@@ -6395,7 +6395,7 @@ const runBundle = async ({ entryFile, cwd, platform: platform$1, buildPath, sour
6395
6395
  Example:
6396
6396
  module.exports = {
6397
6397
  plugins: [
6398
- ["@hot-updater/babel-plugin"]
6398
+ ["hot-updater/babel-plugin"]
6399
6399
  ]
6400
6400
  }
6401
6401
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/rock",
3
3
  "type": "module",
4
- "version": "0.24.6",
4
+ "version": "0.25.0",
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.25.0",
25
+ "@hot-updater/plugin-core": "0.25.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^20",