@wix/metro-common-builders 1.0.1597 → 1.0.1599

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.
@@ -8,8 +8,9 @@ const $root = {};
8
8
  $root.__options = {
9
9
  'stringEnums': true,
10
10
  'stringLongs': true,
11
+ 'embedBinaryDescriptors': false,
11
12
  'stdCase': false,
12
- 'generatorVersion': '2.0.1158',
13
+ 'generatorVersion': '2.0.1159',
13
14
  'contentHash': 'b231921cc47383797d0159214b354e1e9b0edf14'
14
15
  };
15
16
  $root.__lookup = function (pbjs) {
@@ -61933,4 +61934,5 @@ $root.google = (function () {
61933
61934
  return _google;
61934
61935
  }());;
61935
61936
  module.exports = $root;
61937
+ $root.__binaryDescriptors = {};
61936
61938
  module.exports.default = $root;
@@ -8,8 +8,9 @@ const $root = {};
8
8
  $root.__options = {
9
9
  'stringEnums': true,
10
10
  'stringLongs': true,
11
+ 'embedBinaryDescriptors': false,
11
12
  'stdCase': false,
12
- 'generatorVersion': '2.0.1158',
13
+ 'generatorVersion': '2.0.1159',
13
14
  'contentHash': 'b231921cc47383797d0159214b354e1e9b0edf14'
14
15
  };
15
16
  $root.__lookup = function (pbjs) {
@@ -61933,4 +61934,5 @@ $root.google = (function () {
61933
61934
  return _google;
61934
61935
  }());;
61935
61936
  module.exports = $root;
61937
+ $root.__binaryDescriptors = {};
61936
61938
  module.exports.default = $root;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/metro-common-builders",
3
- "version": "1.0.1597",
3
+ "version": "1.0.1599",
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.1952.0",
36
+ "@wix/metro-runtime": "^1.1954.0",
37
37
  "long": "^5.1.0"
38
38
  },
39
39
  "devDependencies": {
@@ -41,7 +41,7 @@
41
41
  "@types/jest": "^24.9.1",
42
42
  "@types/node": "^16.11.7",
43
43
  "@wix/business-schema-api": "^1.7.1548",
44
- "@wix/wix-proto-codegen": "^2.0.1158",
44
+ "@wix/wix-proto-codegen": "^2.0.1159",
45
45
  "@wix/yoshi": "^6.95.1",
46
46
  "eslint-plugin-simple-import-sort": "^10.0.0",
47
47
  "husky": "~4.2.5",
@@ -71,5 +71,5 @@
71
71
  "wallaby": {
72
72
  "autoDetect": true
73
73
  },
74
- "falconPackageHash": "b95caa323b0443e5baebce3b5c87c37b7d332bddd6d4b3cc4676204c"
74
+ "falconPackageHash": "d95fc6717928bbe39a40b33f5d8c53de444ef6edec9af4d16bcf7eb7"
75
75
  }