@wix/metro-common-builders 1.0.1461 → 1.0.1463
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.
|
@@ -10,7 +10,7 @@ $root.__options = {
|
|
|
10
10
|
'stringLongs': true,
|
|
11
11
|
'stdCase': false,
|
|
12
12
|
'generatorVersion': '2.0.1156',
|
|
13
|
-
'contentHash': '
|
|
13
|
+
'contentHash': '7ae42932724a292e38a4fb666b513b733a1ffacb'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -4483,8 +4483,12 @@ $root.__lookup = function (pbjs) {
|
|
|
4483
4483
|
'wql': {
|
|
4484
4484
|
'type': 'Wql',
|
|
4485
4485
|
'id': 4,
|
|
4486
|
+
'options': { 'deprecated': true },
|
|
4486
4487
|
'comment': null,
|
|
4487
|
-
'parsedOptions':
|
|
4488
|
+
'parsedOptions': [{
|
|
4489
|
+
'deprecated': true,
|
|
4490
|
+
'__comment': null
|
|
4491
|
+
}]
|
|
4488
4492
|
},
|
|
4489
4493
|
'queryOptionsName': {
|
|
4490
4494
|
'type': 'string',
|
package/dist/src/proto/index.js
CHANGED
|
@@ -10,7 +10,7 @@ $root.__options = {
|
|
|
10
10
|
'stringLongs': true,
|
|
11
11
|
'stdCase': false,
|
|
12
12
|
'generatorVersion': '2.0.1156',
|
|
13
|
-
'contentHash': '
|
|
13
|
+
'contentHash': '7ae42932724a292e38a4fb666b513b733a1ffacb'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -4483,8 +4483,12 @@ $root.__lookup = function (pbjs) {
|
|
|
4483
4483
|
'wql': {
|
|
4484
4484
|
'type': 'Wql',
|
|
4485
4485
|
'id': 4,
|
|
4486
|
+
'options': { 'deprecated': true },
|
|
4486
4487
|
'comment': null,
|
|
4487
|
-
'parsedOptions':
|
|
4488
|
+
'parsedOptions': [{
|
|
4489
|
+
'deprecated': true,
|
|
4490
|
+
'__comment': null
|
|
4491
|
+
}]
|
|
4488
4492
|
},
|
|
4489
4493
|
'queryOptionsName': {
|
|
4490
4494
|
'type': 'string',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/metro-common-builders",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1463",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Eli Ponyatovski",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"*.{js,ts}": "yoshi lint"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@wix/metro-runtime": "1.
|
|
36
|
+
"@wix/metro-runtime": "1.1818.0",
|
|
37
37
|
"long": "^5.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"wallaby": {
|
|
72
72
|
"autoDetect": true
|
|
73
73
|
},
|
|
74
|
-
"falconPackageHash": "
|
|
74
|
+
"falconPackageHash": "6746c366d1c848648b85233e44ef76169af29438887305fc5086c2d4"
|
|
75
75
|
}
|