@applicaster/quick-brick-core 16.0.0-alpha.6580258138 → 16.0.0-alpha.7050631823
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.
|
@@ -216,7 +216,6 @@ describe("usePresentSchemeHandler", () => {
|
|
|
216
216
|
["samsung", "samsung_app_store"],
|
|
217
217
|
["lg", "lg_content_store"],
|
|
218
218
|
["vizio", "vizio_app_store"],
|
|
219
|
-
["vidaa", "vidaa_app_store"],
|
|
220
219
|
])(
|
|
221
220
|
'maps store="%s" to "%s" in the rivers URL',
|
|
222
221
|
async (store, expectedCdnKey) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applicaster/quick-brick-core",
|
|
3
|
-
"version": "16.0.0-alpha.
|
|
3
|
+
"version": "16.0.0-alpha.7050631823",
|
|
4
4
|
"description": "Core package for Applicaster's Quick Brick App",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://github.com/applicaster/quickbrick#readme",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@applicaster/applicaster-types": "16.0.0-alpha.
|
|
32
|
-
"@applicaster/quick-brick-core-plugins": "16.0.0-alpha.
|
|
33
|
-
"@applicaster/zapp-pipes-v2-client": "16.0.0-alpha.
|
|
34
|
-
"@applicaster/zapp-react-native-bridge": "16.0.0-alpha.
|
|
35
|
-
"@applicaster/zapp-react-native-redux": "16.0.0-alpha.
|
|
36
|
-
"@applicaster/zapp-react-native-ui-components": "16.0.0-alpha.
|
|
37
|
-
"@applicaster/zapp-react-native-utils": "16.0.0-alpha.
|
|
31
|
+
"@applicaster/applicaster-types": "16.0.0-alpha.7050631823",
|
|
32
|
+
"@applicaster/quick-brick-core-plugins": "16.0.0-alpha.7050631823",
|
|
33
|
+
"@applicaster/zapp-pipes-v2-client": "16.0.0-alpha.7050631823",
|
|
34
|
+
"@applicaster/zapp-react-native-bridge": "16.0.0-alpha.7050631823",
|
|
35
|
+
"@applicaster/zapp-react-native-redux": "16.0.0-alpha.7050631823",
|
|
36
|
+
"@applicaster/zapp-react-native-ui-components": "16.0.0-alpha.7050631823",
|
|
37
|
+
"@applicaster/zapp-react-native-utils": "16.0.0-alpha.7050631823",
|
|
38
38
|
"atob": "^2.1.2",
|
|
39
39
|
"axios": "^0.28.0",
|
|
40
40
|
"btoa": "^1.2.1",
|