@shopify/shop-minis-cli 0.0.44 → 0.0.45
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,78 +0,0 @@
|
|
|
1
|
-
diff --git a/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-dev.js b/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-dev.js
|
|
2
|
-
index beb1a29..24c81fa 100644
|
|
3
|
-
--- a/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-dev.js
|
|
4
|
-
+++ b/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-dev.js
|
|
5
|
-
@@ -5107,7 +5107,7 @@ var getViewConfigForType =
|
|
6
|
-
// % 2 === 0 means it is a Fabric tag.
|
|
7
|
-
// This means that they never overlap.
|
|
8
|
-
|
|
9
|
-
-var nextReactTag = 2;
|
|
10
|
-
+var nextReactTag = 999992;
|
|
11
|
-
|
|
12
|
-
// TODO: Remove this conditional once all changes have propagated.
|
|
13
|
-
if (registerEventHandler) {
|
|
14
|
-
diff --git a/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-prod.js b/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-prod.js
|
|
15
|
-
index 7da2524..5156cbb 100644
|
|
16
|
-
--- a/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-prod.js
|
|
17
|
-
+++ b/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-prod.js
|
|
18
|
-
@@ -1924,7 +1924,7 @@ var _nativeFabricUIManage = nativeFabricUIManager,
|
|
19
|
-
_nativeFabricUIManage.unstable_getCurrentEventPriority,
|
|
20
|
-
getViewConfigForType =
|
|
21
|
-
ReactNativePrivateInterface.ReactNativeViewConfigRegistry.get,
|
|
22
|
-
- nextReactTag = 2;
|
|
23
|
-
+ nextReactTag = 999992;
|
|
24
|
-
registerEventHandler && registerEventHandler(dispatchEvent);
|
|
25
|
-
var ReactFabricHostComponent = (function() {
|
|
26
|
-
function ReactFabricHostComponent(
|
|
27
|
-
diff --git a/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-profiling.js b/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-profiling.js
|
|
28
|
-
index 9ea3a0f..a2a46ea 100644
|
|
29
|
-
--- a/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-profiling.js
|
|
30
|
-
+++ b/node_modules/react-native/Libraries/Renderer/implementations/ReactFabric-profiling.js
|
|
31
|
-
@@ -1983,7 +1983,7 @@ var _nativeFabricUIManage = nativeFabricUIManager,
|
|
32
|
-
_nativeFabricUIManage.unstable_getCurrentEventPriority,
|
|
33
|
-
getViewConfigForType =
|
|
34
|
-
ReactNativePrivateInterface.ReactNativeViewConfigRegistry.get,
|
|
35
|
-
- nextReactTag = 2;
|
|
36
|
-
+ nextReactTag = 999992;
|
|
37
|
-
registerEventHandler && registerEventHandler(dispatchEvent);
|
|
38
|
-
var ReactFabricHostComponent = (function() {
|
|
39
|
-
function ReactFabricHostComponent(
|
|
40
|
-
diff --git a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js b/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js
|
|
41
|
-
index 6c7116e..f7e90d2 100644
|
|
42
|
-
--- a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js
|
|
43
|
-
+++ b/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js
|
|
44
|
-
@@ -5299,7 +5299,7 @@ var UPDATE_SIGNAL = {};
|
|
45
|
-
// % 10 === 1 means it is a rootTag.
|
|
46
|
-
// % 2 === 0 means it is a Fabric tag.
|
|
47
|
-
|
|
48
|
-
-var nextReactTag = 3;
|
|
49
|
-
+var nextReactTag = 999993;
|
|
50
|
-
|
|
51
|
-
function allocateTag() {
|
|
52
|
-
var tag = nextReactTag;
|
|
53
|
-
diff --git a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js b/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js
|
|
54
|
-
index 2bdbbc1..185cf8f 100644
|
|
55
|
-
--- a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js
|
|
56
|
-
+++ b/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js
|
|
57
|
-
@@ -1989,7 +1989,7 @@ function shim() {
|
|
58
|
-
var getViewConfigForType =
|
|
59
|
-
ReactNativePrivateInterface.ReactNativeViewConfigRegistry.get,
|
|
60
|
-
UPDATE_SIGNAL = {},
|
|
61
|
-
- nextReactTag = 3;
|
|
62
|
-
+ nextReactTag = 999993;
|
|
63
|
-
function allocateTag() {
|
|
64
|
-
var tag = nextReactTag;
|
|
65
|
-
1 === tag % 10 && (tag += 2);
|
|
66
|
-
diff --git a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.js b/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.js
|
|
67
|
-
index 04ceb30..3c6913d 100644
|
|
68
|
-
--- a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.js
|
|
69
|
-
+++ b/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.js
|
|
70
|
-
@@ -2048,7 +2048,7 @@ function shim() {
|
|
71
|
-
var getViewConfigForType =
|
|
72
|
-
ReactNativePrivateInterface.ReactNativeViewConfigRegistry.get,
|
|
73
|
-
UPDATE_SIGNAL = {},
|
|
74
|
-
- nextReactTag = 3;
|
|
75
|
-
+ nextReactTag = 999993;
|
|
76
|
-
function allocateTag() {
|
|
77
|
-
var tag = nextReactTag;
|
|
78
|
-
1 === tag % 10 && (tag += 2);
|