@wix/metro-common-builders 1.0.1101 → 1.0.1103

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.1107',
13
- 'contentHash': '148eb51203e149506c7caaa0bb6eea4c9eca6155'
13
+ 'contentHash': 'cccc8229dddf17346cfad5656d9ab0abfb62096d'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -4351,12 +4351,12 @@ $root.__lookup = function (pbjs) {
4351
4351
  },
4352
4352
  'QueryV2': {
4353
4353
  'options': {
4354
- '(.wix.api.decomposition_minimum_fields).field': 'cursorPaging',
4354
+ '(.wix.api.decomposition_minimum_fields).field': 'cursor_paging',
4355
4355
  '(.wix.api.decomposition_minimum_fields)': {
4356
4356
  'field': [
4357
4357
  'filter',
4358
4358
  'sort',
4359
- 'cursorPaging'
4359
+ 'cursor_paging'
4360
4360
  ]
4361
4361
  }
4362
4362
  },
@@ -10,7 +10,7 @@ $root.__options = {
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
12
  'generatorVersion': '2.0.1107',
13
- 'contentHash': '148eb51203e149506c7caaa0bb6eea4c9eca6155'
13
+ 'contentHash': 'cccc8229dddf17346cfad5656d9ab0abfb62096d'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -4351,12 +4351,12 @@ $root.__lookup = function (pbjs) {
4351
4351
  },
4352
4352
  'QueryV2': {
4353
4353
  'options': {
4354
- '(.wix.api.decomposition_minimum_fields).field': 'cursorPaging',
4354
+ '(.wix.api.decomposition_minimum_fields).field': 'cursor_paging',
4355
4355
  '(.wix.api.decomposition_minimum_fields)': {
4356
4356
  'field': [
4357
4357
  'filter',
4358
4358
  'sort',
4359
- 'cursorPaging'
4359
+ 'cursor_paging'
4360
4360
  ]
4361
4361
  }
4362
4362
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/metro-common-builders",
3
- "version": "1.0.1101",
3
+ "version": "1.0.1103",
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.1460.0",
36
+ "@wix/metro-runtime": "1.1462.0",
37
37
  "long": "^5.1.0"
38
38
  },
39
39
  "devDependencies": {
@@ -69,5 +69,5 @@
69
69
  "wallaby": {
70
70
  "autoDetect": true
71
71
  },
72
- "falconPackageHash": "82151b1e9384c396dd51c0b66bbe089f59be72be0cdf44a6b03e07da"
72
+ "falconPackageHash": "04da9f99e4aa3acf0203f01ff512821574028484452b6fb6a2222c87"
73
73
  }