@hot-updater/expo 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
@@ -6485,7 +6485,7 @@ const runBundle = async ({ cwd, platform: platform$1, buildPath, sourcemap }) =>
6485
6485
  Example:
6486
6486
  module.exports = {
6487
6487
  plugins: [
6488
- ["@hot-updater/babel-plugin"]
6488
+ ["hot-updater/babel-plugin"]
6489
6489
  ]
6490
6490
  }
6491
6491
  `);
package/dist/index.js CHANGED
@@ -6470,7 +6470,7 @@ const runBundle = async ({ cwd, platform: platform$1, buildPath, sourcemap }) =>
6470
6470
  Example:
6471
6471
  module.exports = {
6472
6472
  plugins: [
6473
- ["@hot-updater/babel-plugin"]
6473
+ ["hot-updater/babel-plugin"]
6474
6474
  ]
6475
6475
  }
6476
6476
  `);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/expo",
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,14 +21,16 @@
21
21
  "package.json"
22
22
  ],
23
23
  "dependencies": {
24
- "@hot-updater/bare": "0.24.6",
25
- "@hot-updater/cli-tools": "0.24.6",
26
- "@hot-updater/plugin-core": "0.24.6"
24
+ "@babel/core": "7.26.0",
25
+ "@hot-updater/bare": "0.25.0",
26
+ "@hot-updater/plugin-core": "0.25.0",
27
+ "@hot-updater/cli-tools": "0.25.0"
27
28
  },
28
29
  "devDependencies": {
29
30
  "@types/node": "^20",
30
31
  "execa": "9.5.2",
31
- "uuidv7": "^1.0.2"
32
+ "uuidv7": "^1.0.2",
33
+ "vitest": "^3.2.4"
32
34
  },
33
35
  "exports": {
34
36
  ".": {
@@ -39,6 +41,7 @@
39
41
  },
40
42
  "scripts": {
41
43
  "build": "tsdown",
44
+ "test": "vitest run",
42
45
  "test:type": "tsc --noEmit"
43
46
  }
44
47
  }