@applicaster/quick-brick-core 14.0.30-alpha.6838902303 → 14.0.30-rc.2

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.
@@ -97,8 +97,6 @@ export function appLifeCycleManager(appLoader, QuickBrickManager) {
97
97
  dispatch(setAppReady());
98
98
  dispatch(setAppLaunched());
99
99
 
100
- (globalThis as any).performance?.mark?.("qb:appReady");
101
-
102
100
  logger.debug({
103
101
  message: "Loaders - Completed 4 - setAppReady, setAppLaunched",
104
102
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/quick-brick-core",
3
- "version": "14.0.30-alpha.6838902303",
3
+ "version": "14.0.30-rc.2",
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": "14.0.30-alpha.6838902303",
32
- "@applicaster/quick-brick-core-plugins": "14.0.30-alpha.6838902303",
33
- "@applicaster/zapp-pipes-v2-client": "14.0.30-alpha.6838902303",
34
- "@applicaster/zapp-react-native-bridge": "14.0.30-alpha.6838902303",
35
- "@applicaster/zapp-react-native-redux": "14.0.30-alpha.6838902303",
36
- "@applicaster/zapp-react-native-ui-components": "14.0.30-alpha.6838902303",
37
- "@applicaster/zapp-react-native-utils": "14.0.30-alpha.6838902303",
31
+ "@applicaster/applicaster-types": "14.0.30-rc.2",
32
+ "@applicaster/quick-brick-core-plugins": "14.0.30-rc.2",
33
+ "@applicaster/zapp-pipes-v2-client": "14.0.30-rc.2",
34
+ "@applicaster/zapp-react-native-bridge": "14.0.30-rc.2",
35
+ "@applicaster/zapp-react-native-redux": "14.0.30-rc.2",
36
+ "@applicaster/zapp-react-native-ui-components": "14.0.30-rc.2",
37
+ "@applicaster/zapp-react-native-utils": "14.0.30-rc.2",
38
38
  "atob": "^2.1.2",
39
39
  "axios": "^0.28.0",
40
40
  "btoa": "^1.2.1",