@hot-updater/repack 0.17.0 → 0.18.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/repack",
3
3
  "type": "module",
4
- "version": "0.17.0",
4
+ "version": "0.18.1",
5
5
  "description": "React Native OTA solution for self-hosted",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",
@@ -24,6 +24,7 @@
24
24
  "@callstack/repack": "5.0.6",
25
25
  "@rspack/core": "1.3.7",
26
26
  "@types/node": "^22.8.7",
27
+ "es-toolkit": "^1.32.0",
27
28
  "picocolors": "^1.0.0",
28
29
  "uuidv7": "^1.0.2"
29
30
  },
@@ -31,10 +32,10 @@
31
32
  "@callstack/repack": "*"
32
33
  },
33
34
  "dependencies": {
34
- "@hot-updater/plugin-core": "0.17.0"
35
+ "@hot-updater/plugin-core": "0.18.1"
35
36
  },
36
37
  "scripts": {
37
- "build": "rslib build",
38
+ "build": "tsdown",
38
39
  "test:type": "tsc --noEmit"
39
40
  }
40
41
  }
@@ -1,8 +0,0 @@
1
- /**
2
- * uuidv7: A JavaScript implementation of UUID version 7
3
- *
4
- * Copyright 2021-2024 LiosK
5
- *
6
- * @license Apache-2.0
7
- * @packageDocumentation
8
- */
@@ -1,8 +0,0 @@
1
- /**
2
- * uuidv7: A JavaScript implementation of UUID version 7
3
- *
4
- * Copyright 2021-2024 LiosK
5
- *
6
- * @license Apache-2.0
7
- * @packageDocumentation
8
- */