@applicaster/zapp-react-native-utils 13.0.9-alpha.9185626032 → 13.0.9-rc.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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applicaster/zapp-react-native-utils",
|
|
3
|
-
"version": "13.0.9-
|
|
3
|
+
"version": "13.0.9-rc.1",
|
|
4
4
|
"description": "Applicaster Zapp React Native utilities package",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://github.com/applicaster/quickbrick#readme",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@applicaster/applicaster-types": "13.0.9-
|
|
30
|
+
"@applicaster/applicaster-types": "13.0.9-rc.1",
|
|
31
31
|
"buffer": "^5.2.1",
|
|
32
32
|
"camelize": "^1.0.0",
|
|
33
33
|
"dayjs": "^1.11.10",
|
|
@@ -198,6 +198,10 @@ export class ScreenSingleValueProvider implements SingleValueProvider {
|
|
|
198
198
|
// TODO: remove if not needed
|
|
199
199
|
|
|
200
200
|
public destroy(): void {
|
|
201
|
+
log_debug(
|
|
202
|
+
`ScreenSingleValueProvider: Destroying provider for key: ${this.key}`
|
|
203
|
+
);
|
|
204
|
+
|
|
201
205
|
this.valueSubject.complete();
|
|
202
206
|
this.cleanup();
|
|
203
207
|
}
|