@wix/metro-common-builders 1.0.1090 → 1.0.1091
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.1086',
|
|
13
|
-
'contentHash': '
|
|
13
|
+
'contentHash': 'd520a1ce210523b992ea083cfbb7a70630390a9d'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -2377,7 +2377,9 @@ $root.__lookup = function (pbjs) {
|
|
|
2377
2377
|
'id': 2,
|
|
2378
2378
|
'options': {
|
|
2379
2379
|
'(wix.api.minSize)': 0,
|
|
2380
|
-
'(wix.api.maxSize)': 10
|
|
2380
|
+
'(wix.api.maxSize)': 10,
|
|
2381
|
+
'(.wix.api.field_deprecated).target_removal_date': '2023-01-31',
|
|
2382
|
+
'(.wix.api.field_deprecated)': { 'target_removal_date': '2023-01-31' }
|
|
2381
2383
|
},
|
|
2382
2384
|
'comment': null,
|
|
2383
2385
|
'parsedOptions': [
|
|
@@ -2388,6 +2390,10 @@ $root.__lookup = function (pbjs) {
|
|
|
2388
2390
|
{
|
|
2389
2391
|
'(wix.api.maxSize)': 10,
|
|
2390
2392
|
'__comment': null
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
'(.wix.api.field_deprecated)': { 'target_removal_date': '2023-01-31' },
|
|
2396
|
+
'__comment': null
|
|
2391
2397
|
}
|
|
2392
2398
|
]
|
|
2393
2399
|
}
|
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.1086',
|
|
13
|
-
'contentHash': '
|
|
13
|
+
'contentHash': 'd520a1ce210523b992ea083cfbb7a70630390a9d'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -2377,7 +2377,9 @@ $root.__lookup = function (pbjs) {
|
|
|
2377
2377
|
'id': 2,
|
|
2378
2378
|
'options': {
|
|
2379
2379
|
'(wix.api.minSize)': 0,
|
|
2380
|
-
'(wix.api.maxSize)': 10
|
|
2380
|
+
'(wix.api.maxSize)': 10,
|
|
2381
|
+
'(.wix.api.field_deprecated).target_removal_date': '2023-01-31',
|
|
2382
|
+
'(.wix.api.field_deprecated)': { 'target_removal_date': '2023-01-31' }
|
|
2381
2383
|
},
|
|
2382
2384
|
'comment': null,
|
|
2383
2385
|
'parsedOptions': [
|
|
@@ -2388,6 +2390,10 @@ $root.__lookup = function (pbjs) {
|
|
|
2388
2390
|
{
|
|
2389
2391
|
'(wix.api.maxSize)': 10,
|
|
2390
2392
|
'__comment': null
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
'(.wix.api.field_deprecated)': { 'target_removal_date': '2023-01-31' },
|
|
2396
|
+
'__comment': null
|
|
2391
2397
|
}
|
|
2392
2398
|
]
|
|
2393
2399
|
}
|
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.1091",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Eli Ponyatovski",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"wallaby": {
|
|
70
70
|
"autoDetect": true
|
|
71
71
|
},
|
|
72
|
-
"falconPackageHash": "
|
|
72
|
+
"falconPackageHash": "1c0c0d2622d5b9ea003a85e1bf84fdd5a5771f4c9bdccf14fef99b41"
|
|
73
73
|
}
|