@wix/metro-common-builders 1.0.1254 → 1.0.1256

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.
@@ -1243,6 +1243,7 @@ declare namespace $requests {
1243
1243
  AUTO_VELO = "AUTO_VELO",
1244
1244
  DOCS_CONF = "DOCS_CONF",
1245
1245
  MULTILINGUAL = "MULTILINGUAL",
1246
+ SEARCH = "SEARCH",
1246
1247
  }
1247
1248
  }
1248
1249
  export interface IDomainEventOptions {
@@ -1587,11 +1588,13 @@ declare namespace $requests {
1587
1588
  export interface IWql {
1588
1589
  operatorFieldSupport?: $requests.wix.api.Wql.IOperatorFieldSupport[];
1589
1590
  pattern?: $requests.wix.api.Wql.IOperatorFieldSupport[];
1591
+ skipValidation?: boolean;
1590
1592
  }
1591
1593
  export class Wql implements IWql {
1592
1594
  constructor(data?: IWql);
1593
1595
  operatorFieldSupport?: $requests.wix.api.Wql.IOperatorFieldSupport[];
1594
1596
  pattern?: $requests.wix.api.Wql.IOperatorFieldSupport[];
1597
+ skipValidation?: boolean;
1595
1598
  static __$$generatedFromProtobuf$$__: Symbol;
1596
1599
  }
1597
1600
  export namespace Wql {
@@ -4282,6 +4285,7 @@ declare namespace $responses {
4282
4285
  AUTO_VELO = "AUTO_VELO",
4283
4286
  DOCS_CONF = "DOCS_CONF",
4284
4287
  MULTILINGUAL = "MULTILINGUAL",
4288
+ SEARCH = "SEARCH",
4285
4289
  }
4286
4290
  }
4287
4291
  export interface IDomainEventOptions {
@@ -4626,11 +4630,13 @@ declare namespace $responses {
4626
4630
  export interface IWql {
4627
4631
  operatorFieldSupport: $responses.wix.api.Wql.IOperatorFieldSupport[];
4628
4632
  pattern: $responses.wix.api.Wql.IOperatorFieldSupport[];
4633
+ skipValidation: boolean;
4629
4634
  }
4630
4635
  export class Wql implements IWql {
4631
4636
  constructor(data?: IWql);
4632
4637
  operatorFieldSupport: $responses.wix.api.Wql.IOperatorFieldSupport[];
4633
4638
  pattern: $responses.wix.api.Wql.IOperatorFieldSupport[];
4639
+ skipValidation: boolean;
4634
4640
  static __$$generatedFromProtobuf$$__: Symbol;
4635
4641
  }
4636
4642
  export namespace Wql {
@@ -1258,6 +1258,7 @@ declare namespace $wrapper {
1258
1258
  AUTO_VELO = "AUTO_VELO",
1259
1259
  DOCS_CONF = "DOCS_CONF",
1260
1260
  MULTILINGUAL = "MULTILINGUAL",
1261
+ SEARCH = "SEARCH",
1261
1262
  }
1262
1263
  }
1263
1264
  export interface IDomainEventOptions {
@@ -1602,11 +1603,13 @@ declare namespace $wrapper {
1602
1603
  export interface IWql {
1603
1604
  operatorFieldSupport?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
1604
1605
  pattern?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
1606
+ skipValidation?: (boolean | null);
1605
1607
  }
1606
1608
  export class Wql implements IWql {
1607
1609
  constructor(data?: IWql);
1608
1610
  operatorFieldSupport?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
1609
1611
  pattern?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
1612
+ skipValidation?: (boolean | null);
1610
1613
  static __$$generatedFromProtobuf$$__: Symbol;
1611
1614
  }
1612
1615
  export namespace Wql {
@@ -9,8 +9,8 @@ $root.__options = {
9
9
  'stringEnums': true,
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
- 'generatorVersion': '2.0.1143',
13
- 'contentHash': '3d47a2ec304192f91f29646ac8ba101f2e9c5516'
12
+ 'generatorVersion': '2.0.1145',
13
+ 'contentHash': '2654c21475fe35fd335bcd3b97e0357acee36159'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -2958,14 +2958,16 @@ $root.__lookup = function (pbjs) {
2958
2958
  'UNKNOWN_APPENDIX_TYPE': 0,
2959
2959
  'AUTO_VELO': 1,
2960
2960
  'DOCS_CONF': 2,
2961
- 'MULTILINGUAL': 3
2961
+ 'MULTILINGUAL': 3,
2962
+ 'SEARCH': 4
2962
2963
  },
2963
2964
  'comment': null,
2964
2965
  'comments': {
2965
2966
  'UNKNOWN_APPENDIX_TYPE': null,
2966
2967
  'AUTO_VELO': null,
2967
2968
  'DOCS_CONF': null,
2968
- 'MULTILINGUAL': null
2969
+ 'MULTILINGUAL': null,
2970
+ 'SEARCH': null
2969
2971
  }
2970
2972
  }
2971
2973
  },
@@ -3873,6 +3875,12 @@ $root.__lookup = function (pbjs) {
3873
3875
  'id': 4,
3874
3876
  'comment': null,
3875
3877
  'parsedOptions': null
3878
+ },
3879
+ 'skipValidation': {
3880
+ 'type': 'bool',
3881
+ 'id': 5,
3882
+ 'comment': null,
3883
+ 'parsedOptions': null
3876
3884
  }
3877
3885
  },
3878
3886
  'nested': {
@@ -20595,7 +20603,9 @@ $root.wix = (function () {
20595
20603
  'DOCS_CONF': 'DOCS_CONF',
20596
20604
  2: 'DOCS_CONF',
20597
20605
  'MULTILINGUAL': 'MULTILINGUAL',
20598
- 3: 'MULTILINGUAL'
20606
+ 3: 'MULTILINGUAL',
20607
+ 'SEARCH': 'SEARCH',
20608
+ 4: 'SEARCH'
20599
20609
  };
20600
20610
  MessageAppendix.Type = {
20601
20611
  'UNKNOWN_APPENDIX_TYPE': 'UNKNOWN_APPENDIX_TYPE',
@@ -20605,7 +20615,9 @@ $root.wix = (function () {
20605
20615
  'DOCS_CONF': 'DOCS_CONF',
20606
20616
  2: 'DOCS_CONF',
20607
20617
  'MULTILINGUAL': 'MULTILINGUAL',
20608
- 3: 'MULTILINGUAL'
20618
+ 3: 'MULTILINGUAL',
20619
+ 'SEARCH': 'SEARCH',
20620
+ 4: 'SEARCH'
20609
20621
  };
20610
20622
  __builtIn.Object.defineProperty(MessageAppendix.prototype, '__proto', {
20611
20623
  value: pbjs => {
@@ -23945,6 +23957,7 @@ $root.wix = (function () {
23945
23957
  constructor(props) {
23946
23958
  this.operatorFieldSupport = props && props.operatorFieldSupport;
23947
23959
  this.pattern = props && props.pattern;
23960
+ this.skipValidation = props && props.skipValidation;
23948
23961
  }
23949
23962
  static toJSON(obj, helper, withDefaults) {
23950
23963
  if (obj == null) {
@@ -23965,6 +23978,11 @@ $root.wix = (function () {
23965
23978
  } else if (withDefaults) {
23966
23979
  json['pattern'] = [];
23967
23980
  }
23981
+ if (obj['skipValidation'] != null) {
23982
+ json['skipValidation'] = obj['skipValidation'];
23983
+ } else if (withDefaults) {
23984
+ json['skipValidation'] = false;
23985
+ }
23968
23986
  return json;
23969
23987
  }
23970
23988
  }
@@ -23989,6 +24007,13 @@ $root.wix = (function () {
23989
24007
  } else {
23990
24008
  delete result['pattern'];
23991
24009
  }
24010
+ if (json['skipValidation'] != null) {
24011
+ result['skipValidation'] = json['skipValidation'];
24012
+ } else if (withDefaults !== false) {
24013
+ result['skipValidation'] = false;
24014
+ } else {
24015
+ delete result['skipValidation'];
24016
+ }
23992
24017
  return result;
23993
24018
  } else
23994
24019
  return json;
@@ -24008,6 +24033,9 @@ $root.wix = (function () {
24008
24033
  return $root.wix.api.Wql.OperatorFieldSupport.toGRPC(e, helper);
24009
24034
  });
24010
24035
  }
24036
+ if (obj['skipValidation'] != null) {
24037
+ grpc['skipValidation'] = obj['skipValidation'];
24038
+ }
24011
24039
  return grpc;
24012
24040
  }
24013
24041
  }
@@ -24030,6 +24058,11 @@ $root.wix = (function () {
24030
24058
  } else {
24031
24059
  result['pattern'] = [];
24032
24060
  }
24061
+ if (grpc['skipValidation'] != null) {
24062
+ result['skipValidation'] = grpc['skipValidation'];
24063
+ } else {
24064
+ result['skipValidation'] = false;
24065
+ }
24033
24066
  return result;
24034
24067
  }
24035
24068
  }
@@ -1243,6 +1243,7 @@ declare namespace $requests {
1243
1243
  AUTO_VELO = "AUTO_VELO",
1244
1244
  DOCS_CONF = "DOCS_CONF",
1245
1245
  MULTILINGUAL = "MULTILINGUAL",
1246
+ SEARCH = "SEARCH",
1246
1247
  }
1247
1248
  }
1248
1249
  export interface IDomainEventOptions {
@@ -1587,11 +1588,13 @@ declare namespace $requests {
1587
1588
  export interface IWql {
1588
1589
  operatorFieldSupport: $requests.wix.api.Wql.IOperatorFieldSupport[];
1589
1590
  pattern: $requests.wix.api.Wql.IOperatorFieldSupport[];
1591
+ skipValidation: boolean;
1590
1592
  }
1591
1593
  export class Wql implements IWql {
1592
1594
  constructor(data?: IWql);
1593
1595
  operatorFieldSupport: $requests.wix.api.Wql.IOperatorFieldSupport[];
1594
1596
  pattern: $requests.wix.api.Wql.IOperatorFieldSupport[];
1597
+ skipValidation: boolean;
1595
1598
  static __$$generatedFromProtobuf$$__: Symbol;
1596
1599
  }
1597
1600
  export namespace Wql {
@@ -4282,6 +4285,7 @@ declare namespace $responses {
4282
4285
  AUTO_VELO = "AUTO_VELO",
4283
4286
  DOCS_CONF = "DOCS_CONF",
4284
4287
  MULTILINGUAL = "MULTILINGUAL",
4288
+ SEARCH = "SEARCH",
4285
4289
  }
4286
4290
  }
4287
4291
  export interface IDomainEventOptions {
@@ -4626,11 +4630,13 @@ declare namespace $responses {
4626
4630
  export interface IWql {
4627
4631
  operatorFieldSupport?: $responses.wix.api.Wql.IOperatorFieldSupport[];
4628
4632
  pattern?: $responses.wix.api.Wql.IOperatorFieldSupport[];
4633
+ skipValidation?: boolean;
4629
4634
  }
4630
4635
  export class Wql implements IWql {
4631
4636
  constructor(data?: IWql);
4632
4637
  operatorFieldSupport?: $responses.wix.api.Wql.IOperatorFieldSupport[];
4633
4638
  pattern?: $responses.wix.api.Wql.IOperatorFieldSupport[];
4639
+ skipValidation?: boolean;
4634
4640
  static __$$generatedFromProtobuf$$__: Symbol;
4635
4641
  }
4636
4642
  export namespace Wql {
@@ -1243,6 +1243,7 @@ declare namespace $requests {
1243
1243
  AUTO_VELO = "AUTO_VELO",
1244
1244
  DOCS_CONF = "DOCS_CONF",
1245
1245
  MULTILINGUAL = "MULTILINGUAL",
1246
+ SEARCH = "SEARCH",
1246
1247
  }
1247
1248
  }
1248
1249
  export interface IDomainEventOptions {
@@ -1587,11 +1588,13 @@ declare namespace $requests {
1587
1588
  export interface IWql {
1588
1589
  operatorFieldSupport?: $requests.wix.api.Wql.IOperatorFieldSupport[];
1589
1590
  pattern?: $requests.wix.api.Wql.IOperatorFieldSupport[];
1591
+ skipValidation?: boolean;
1590
1592
  }
1591
1593
  export class Wql implements IWql {
1592
1594
  constructor(data?: IWql);
1593
1595
  operatorFieldSupport?: $requests.wix.api.Wql.IOperatorFieldSupport[];
1594
1596
  pattern?: $requests.wix.api.Wql.IOperatorFieldSupport[];
1597
+ skipValidation?: boolean;
1595
1598
  static __$$generatedFromProtobuf$$__: Symbol;
1596
1599
  }
1597
1600
  export namespace Wql {
@@ -4282,6 +4285,7 @@ declare namespace $responses {
4282
4285
  AUTO_VELO = "AUTO_VELO",
4283
4286
  DOCS_CONF = "DOCS_CONF",
4284
4287
  MULTILINGUAL = "MULTILINGUAL",
4288
+ SEARCH = "SEARCH",
4285
4289
  }
4286
4290
  }
4287
4291
  export interface IDomainEventOptions {
@@ -4626,11 +4630,13 @@ declare namespace $responses {
4626
4630
  export interface IWql {
4627
4631
  operatorFieldSupport: $responses.wix.api.Wql.IOperatorFieldSupport[];
4628
4632
  pattern: $responses.wix.api.Wql.IOperatorFieldSupport[];
4633
+ skipValidation: boolean;
4629
4634
  }
4630
4635
  export class Wql implements IWql {
4631
4636
  constructor(data?: IWql);
4632
4637
  operatorFieldSupport: $responses.wix.api.Wql.IOperatorFieldSupport[];
4633
4638
  pattern: $responses.wix.api.Wql.IOperatorFieldSupport[];
4639
+ skipValidation: boolean;
4634
4640
  static __$$generatedFromProtobuf$$__: Symbol;
4635
4641
  }
4636
4642
  export namespace Wql {
@@ -1258,6 +1258,7 @@ declare namespace $wrapper {
1258
1258
  AUTO_VELO = "AUTO_VELO",
1259
1259
  DOCS_CONF = "DOCS_CONF",
1260
1260
  MULTILINGUAL = "MULTILINGUAL",
1261
+ SEARCH = "SEARCH",
1261
1262
  }
1262
1263
  }
1263
1264
  export interface IDomainEventOptions {
@@ -1602,11 +1603,13 @@ declare namespace $wrapper {
1602
1603
  export interface IWql {
1603
1604
  operatorFieldSupport?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
1604
1605
  pattern?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
1606
+ skipValidation?: (boolean | null);
1605
1607
  }
1606
1608
  export class Wql implements IWql {
1607
1609
  constructor(data?: IWql);
1608
1610
  operatorFieldSupport?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
1609
1611
  pattern?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
1612
+ skipValidation?: (boolean | null);
1610
1613
  static __$$generatedFromProtobuf$$__: Symbol;
1611
1614
  }
1612
1615
  export namespace Wql {
@@ -9,8 +9,8 @@ $root.__options = {
9
9
  'stringEnums': true,
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
- 'generatorVersion': '2.0.1143',
13
- 'contentHash': '3d47a2ec304192f91f29646ac8ba101f2e9c5516'
12
+ 'generatorVersion': '2.0.1145',
13
+ 'contentHash': '2654c21475fe35fd335bcd3b97e0357acee36159'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -2958,14 +2958,16 @@ $root.__lookup = function (pbjs) {
2958
2958
  'UNKNOWN_APPENDIX_TYPE': 0,
2959
2959
  'AUTO_VELO': 1,
2960
2960
  'DOCS_CONF': 2,
2961
- 'MULTILINGUAL': 3
2961
+ 'MULTILINGUAL': 3,
2962
+ 'SEARCH': 4
2962
2963
  },
2963
2964
  'comment': null,
2964
2965
  'comments': {
2965
2966
  'UNKNOWN_APPENDIX_TYPE': null,
2966
2967
  'AUTO_VELO': null,
2967
2968
  'DOCS_CONF': null,
2968
- 'MULTILINGUAL': null
2969
+ 'MULTILINGUAL': null,
2970
+ 'SEARCH': null
2969
2971
  }
2970
2972
  }
2971
2973
  },
@@ -3873,6 +3875,12 @@ $root.__lookup = function (pbjs) {
3873
3875
  'id': 4,
3874
3876
  'comment': null,
3875
3877
  'parsedOptions': null
3878
+ },
3879
+ 'skipValidation': {
3880
+ 'type': 'bool',
3881
+ 'id': 5,
3882
+ 'comment': null,
3883
+ 'parsedOptions': null
3876
3884
  }
3877
3885
  },
3878
3886
  'nested': {
@@ -20595,7 +20603,9 @@ $root.wix = (function () {
20595
20603
  'DOCS_CONF': 'DOCS_CONF',
20596
20604
  2: 'DOCS_CONF',
20597
20605
  'MULTILINGUAL': 'MULTILINGUAL',
20598
- 3: 'MULTILINGUAL'
20606
+ 3: 'MULTILINGUAL',
20607
+ 'SEARCH': 'SEARCH',
20608
+ 4: 'SEARCH'
20599
20609
  };
20600
20610
  MessageAppendix.Type = {
20601
20611
  'UNKNOWN_APPENDIX_TYPE': 'UNKNOWN_APPENDIX_TYPE',
@@ -20605,7 +20615,9 @@ $root.wix = (function () {
20605
20615
  'DOCS_CONF': 'DOCS_CONF',
20606
20616
  2: 'DOCS_CONF',
20607
20617
  'MULTILINGUAL': 'MULTILINGUAL',
20608
- 3: 'MULTILINGUAL'
20618
+ 3: 'MULTILINGUAL',
20619
+ 'SEARCH': 'SEARCH',
20620
+ 4: 'SEARCH'
20609
20621
  };
20610
20622
  __builtIn.Object.defineProperty(MessageAppendix.prototype, '__proto', {
20611
20623
  value: pbjs => {
@@ -23945,6 +23957,7 @@ $root.wix = (function () {
23945
23957
  constructor(props) {
23946
23958
  this.operatorFieldSupport = props && props.operatorFieldSupport;
23947
23959
  this.pattern = props && props.pattern;
23960
+ this.skipValidation = props && props.skipValidation;
23948
23961
  }
23949
23962
  static toJSON(obj, helper, withDefaults) {
23950
23963
  if (obj == null) {
@@ -23965,6 +23978,11 @@ $root.wix = (function () {
23965
23978
  } else if (withDefaults) {
23966
23979
  json['pattern'] = [];
23967
23980
  }
23981
+ if (obj['skipValidation'] != null) {
23982
+ json['skipValidation'] = obj['skipValidation'];
23983
+ } else if (withDefaults) {
23984
+ json['skipValidation'] = false;
23985
+ }
23968
23986
  return json;
23969
23987
  }
23970
23988
  }
@@ -23989,6 +24007,13 @@ $root.wix = (function () {
23989
24007
  } else {
23990
24008
  delete result['pattern'];
23991
24009
  }
24010
+ if (json['skipValidation'] != null) {
24011
+ result['skipValidation'] = json['skipValidation'];
24012
+ } else if (withDefaults !== false) {
24013
+ result['skipValidation'] = false;
24014
+ } else {
24015
+ delete result['skipValidation'];
24016
+ }
23992
24017
  return result;
23993
24018
  } else
23994
24019
  return json;
@@ -24008,6 +24033,9 @@ $root.wix = (function () {
24008
24033
  return $root.wix.api.Wql.OperatorFieldSupport.toGRPC(e, helper);
24009
24034
  });
24010
24035
  }
24036
+ if (obj['skipValidation'] != null) {
24037
+ grpc['skipValidation'] = obj['skipValidation'];
24038
+ }
24011
24039
  return grpc;
24012
24040
  }
24013
24041
  }
@@ -24030,6 +24058,11 @@ $root.wix = (function () {
24030
24058
  } else {
24031
24059
  result['pattern'] = [];
24032
24060
  }
24061
+ if (grpc['skipValidation'] != null) {
24062
+ result['skipValidation'] = grpc['skipValidation'];
24063
+ } else {
24064
+ result['skipValidation'] = false;
24065
+ }
24033
24066
  return result;
24034
24067
  }
24035
24068
  }
@@ -1243,6 +1243,7 @@ declare namespace $requests {
1243
1243
  AUTO_VELO = "AUTO_VELO",
1244
1244
  DOCS_CONF = "DOCS_CONF",
1245
1245
  MULTILINGUAL = "MULTILINGUAL",
1246
+ SEARCH = "SEARCH",
1246
1247
  }
1247
1248
  }
1248
1249
  export interface IDomainEventOptions {
@@ -1587,11 +1588,13 @@ declare namespace $requests {
1587
1588
  export interface IWql {
1588
1589
  operatorFieldSupport: $requests.wix.api.Wql.IOperatorFieldSupport[];
1589
1590
  pattern: $requests.wix.api.Wql.IOperatorFieldSupport[];
1591
+ skipValidation: boolean;
1590
1592
  }
1591
1593
  export class Wql implements IWql {
1592
1594
  constructor(data?: IWql);
1593
1595
  operatorFieldSupport: $requests.wix.api.Wql.IOperatorFieldSupport[];
1594
1596
  pattern: $requests.wix.api.Wql.IOperatorFieldSupport[];
1597
+ skipValidation: boolean;
1595
1598
  static __$$generatedFromProtobuf$$__: Symbol;
1596
1599
  }
1597
1600
  export namespace Wql {
@@ -4282,6 +4285,7 @@ declare namespace $responses {
4282
4285
  AUTO_VELO = "AUTO_VELO",
4283
4286
  DOCS_CONF = "DOCS_CONF",
4284
4287
  MULTILINGUAL = "MULTILINGUAL",
4288
+ SEARCH = "SEARCH",
4285
4289
  }
4286
4290
  }
4287
4291
  export interface IDomainEventOptions {
@@ -4626,11 +4630,13 @@ declare namespace $responses {
4626
4630
  export interface IWql {
4627
4631
  operatorFieldSupport?: $responses.wix.api.Wql.IOperatorFieldSupport[];
4628
4632
  pattern?: $responses.wix.api.Wql.IOperatorFieldSupport[];
4633
+ skipValidation?: boolean;
4629
4634
  }
4630
4635
  export class Wql implements IWql {
4631
4636
  constructor(data?: IWql);
4632
4637
  operatorFieldSupport?: $responses.wix.api.Wql.IOperatorFieldSupport[];
4633
4638
  pattern?: $responses.wix.api.Wql.IOperatorFieldSupport[];
4639
+ skipValidation?: boolean;
4634
4640
  static __$$generatedFromProtobuf$$__: Symbol;
4635
4641
  }
4636
4642
  export namespace Wql {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/metro-common-builders",
3
- "version": "1.0.1254",
3
+ "version": "1.0.1256",
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.1610.0",
36
+ "@wix/metro-runtime": "1.1612.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.1378",
44
- "@wix/wix-proto-codegen": "^2.0.1143",
44
+ "@wix/wix-proto-codegen": "^2.0.1145",
45
45
  "@wix/yoshi": "^6.88.0",
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": "85737dcfb8cea430f66ac17cb378c81a5c5569983a9479256fc902cc"
74
+ "falconPackageHash": "6bdcc0381ebb4ca0e2562daeee797096156b8ab3a1e84fd611c18863"
75
75
  }