@hot-updater/react-native 0.12.3 → 0.12.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@hot-updater/react-native",
3
- "version": "0.12.3",
3
+ "version": "0.12.5",
4
4
  "description": "React Native OTA solution for self-hosted",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -67,7 +67,8 @@
67
67
  "includesGeneratedCode": true
68
68
  },
69
69
  "peerDependencies": {
70
- "react-native": "*"
70
+ "react-native": "*",
71
+ "react": "*"
71
72
  },
72
73
  "devDependencies": {
73
74
  "@react-native-community/cli": "15.0.1",
@@ -78,8 +79,8 @@
78
79
  "react-native-builder-bob": "^0.33.1"
79
80
  },
80
81
  "dependencies": {
81
- "@hot-updater/js": "0.12.3",
82
- "@hot-updater/core": "0.12.3"
82
+ "@hot-updater/js": "0.12.5",
83
+ "@hot-updater/core": "0.12.5"
83
84
  },
84
85
  "scripts": {
85
86
  "build": "rslib build",
@@ -1,19 +0,0 @@
1
- /**
2
- * @license React
3
- * react.development.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
-
11
- /**
12
- * @license React
13
- * react.production.min.js
14
- *
15
- * Copyright (c) Facebook, Inc. and its affiliates.
16
- *
17
- * This source code is licensed under the MIT license found in the
18
- * LICENSE file in the root directory of this source tree.
19
- */
@@ -1,19 +0,0 @@
1
- /**
2
- * @license React
3
- * react.development.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */
10
-
11
- /**
12
- * @license React
13
- * react.production.min.js
14
- *
15
- * Copyright (c) Facebook, Inc. and its affiliates.
16
- *
17
- * This source code is licensed under the MIT license found in the
18
- * LICENSE file in the root directory of this source tree.
19
- */