@hot-updater/react-native 0.30.4 → 0.30.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.
|
@@ -195,6 +195,7 @@ class HotUpdaterModule internal constructor(
|
|
|
195
195
|
@ReactMethod(isBlockingSynchronousMethod = true)
|
|
196
196
|
override fun getCohort(): String = cohortService.getCohort()
|
|
197
197
|
|
|
198
|
+
@ReactMethod
|
|
198
199
|
override fun resetChannel(promise: Promise) {
|
|
199
200
|
moduleScope.launch {
|
|
200
201
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hot-updater/react-native",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.5",
|
|
4
4
|
"description": "React Native OTA solution for self-hosted",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -120,14 +120,14 @@
|
|
|
120
120
|
"react-native": "0.79.1",
|
|
121
121
|
"react-native-builder-bob": "^0.40.10",
|
|
122
122
|
"typescript": "^6.0.2",
|
|
123
|
-
"hot-updater": "0.30.
|
|
123
|
+
"hot-updater": "0.30.5"
|
|
124
124
|
},
|
|
125
125
|
"dependencies": {
|
|
126
126
|
"use-sync-external-store": "1.5.0",
|
|
127
|
-
"@hot-updater/cli-tools": "0.30.
|
|
128
|
-
"@hot-updater/core": "0.30.
|
|
129
|
-
"@hot-updater/
|
|
130
|
-
"@hot-updater/
|
|
127
|
+
"@hot-updater/cli-tools": "0.30.5",
|
|
128
|
+
"@hot-updater/core": "0.30.5",
|
|
129
|
+
"@hot-updater/plugin-core": "0.30.5",
|
|
130
|
+
"@hot-updater/js": "0.30.5"
|
|
131
131
|
},
|
|
132
132
|
"scripts": {
|
|
133
133
|
"build": "bob build && tsc -p plugin/tsconfig.build.json",
|