@wp-playground/blueprints 1.1.2 → 1.1.4

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.
@@ -74,6 +74,7 @@ const schema11 = {
74
74
  features: {
75
75
  type: 'object',
76
76
  properties: {
77
+ intl: { type: 'boolean' },
77
78
  networking: {
78
79
  type: 'boolean',
79
80
  description:
@@ -1410,6 +1411,7 @@ const schema12 = {
1410
1411
  features: {
1411
1412
  type: 'object',
1412
1413
  properties: {
1414
+ intl: { type: 'boolean' },
1413
1415
  networking: {
1414
1416
  type: 'boolean',
1415
1417
  description:
@@ -19721,7 +19723,12 @@ function validate11(
19721
19723
  ) {
19722
19724
  const _errs33 = errors;
19723
19725
  for (const key3 in data11) {
19724
- if (!(key3 === 'networking')) {
19726
+ if (
19727
+ !(
19728
+ key3 === 'intl' ||
19729
+ key3 === 'networking'
19730
+ )
19731
+ ) {
19725
19732
  validate11.errors = [
19726
19733
  {
19727
19734
  instancePath:
@@ -19744,21 +19751,19 @@ function validate11(
19744
19751
  }
19745
19752
  }
19746
19753
  if (_errs33 === errors) {
19747
- if (
19748
- data11.networking !==
19749
- undefined
19750
- ) {
19754
+ if (data11.intl !== undefined) {
19755
+ const _errs34 = errors;
19751
19756
  if (
19752
- typeof data11.networking !==
19757
+ typeof data11.intl !==
19753
19758
  'boolean'
19754
19759
  ) {
19755
19760
  validate11.errors = [
19756
19761
  {
19757
19762
  instancePath:
19758
19763
  instancePath +
19759
- '/features/networking',
19764
+ '/features/intl',
19760
19765
  schemaPath:
19761
- '#/properties/features/properties/networking/type',
19766
+ '#/properties/features/properties/intl/type',
19762
19767
  keyword: 'type',
19763
19768
  params: {
19764
19769
  type: 'boolean',
@@ -19769,6 +19774,45 @@ function validate11(
19769
19774
  ];
19770
19775
  return false;
19771
19776
  }
19777
+ var valid6 =
19778
+ _errs34 === errors;
19779
+ } else {
19780
+ var valid6 = true;
19781
+ }
19782
+ if (valid6) {
19783
+ if (
19784
+ data11.networking !==
19785
+ undefined
19786
+ ) {
19787
+ const _errs36 = errors;
19788
+ if (
19789
+ typeof data11.networking !==
19790
+ 'boolean'
19791
+ ) {
19792
+ validate11.errors =
19793
+ [
19794
+ {
19795
+ instancePath:
19796
+ instancePath +
19797
+ '/features/networking',
19798
+ schemaPath:
19799
+ '#/properties/features/properties/networking/type',
19800
+ keyword:
19801
+ 'type',
19802
+ params: {
19803
+ type: 'boolean',
19804
+ },
19805
+ message:
19806
+ 'must be boolean',
19807
+ },
19808
+ ];
19809
+ return false;
19810
+ }
19811
+ var valid6 =
19812
+ _errs36 === errors;
19813
+ } else {
19814
+ var valid6 = true;
19815
+ }
19772
19816
  }
19773
19817
  }
19774
19818
  } else {
@@ -19793,21 +19837,21 @@ function validate11(
19793
19837
  }
19794
19838
  if (valid0) {
19795
19839
  if (data.extraLibraries !== undefined) {
19796
- let data13 = data.extraLibraries;
19797
- const _errs36 = errors;
19798
- if (errors === _errs36) {
19799
- if (Array.isArray(data13)) {
19840
+ let data14 = data.extraLibraries;
19841
+ const _errs38 = errors;
19842
+ if (errors === _errs38) {
19843
+ if (Array.isArray(data14)) {
19800
19844
  var valid7 = true;
19801
- const len1 = data13.length;
19845
+ const len1 = data14.length;
19802
19846
  for (
19803
19847
  let i1 = 0;
19804
19848
  i1 < len1;
19805
19849
  i1++
19806
19850
  ) {
19807
- let data14 = data13[i1];
19808
- const _errs38 = errors;
19851
+ let data15 = data14[i1];
19852
+ const _errs40 = errors;
19809
19853
  if (
19810
- typeof data14 !==
19854
+ typeof data15 !==
19811
19855
  'string'
19812
19856
  ) {
19813
19857
  validate11.errors = [
@@ -19828,7 +19872,7 @@ function validate11(
19828
19872
  ];
19829
19873
  return false;
19830
19874
  }
19831
- if ('wp-cli' !== data14) {
19875
+ if ('wp-cli' !== data15) {
19832
19876
  validate11.errors = [
19833
19877
  {
19834
19878
  instancePath:
@@ -19850,7 +19894,7 @@ function validate11(
19850
19894
  return false;
19851
19895
  }
19852
19896
  var valid7 =
19853
- _errs38 === errors;
19897
+ _errs40 === errors;
19854
19898
  if (!valid7) {
19855
19899
  break;
19856
19900
  }
@@ -19874,34 +19918,34 @@ function validate11(
19874
19918
  return false;
19875
19919
  }
19876
19920
  }
19877
- var valid0 = _errs36 === errors;
19921
+ var valid0 = _errs38 === errors;
19878
19922
  } else {
19879
19923
  var valid0 = true;
19880
19924
  }
19881
19925
  if (valid0) {
19882
19926
  if (data.constants !== undefined) {
19883
- let data15 = data.constants;
19884
- const _errs41 = errors;
19885
- const _errs42 = errors;
19886
- if (errors === _errs42) {
19927
+ let data16 = data.constants;
19928
+ const _errs43 = errors;
19929
+ const _errs44 = errors;
19930
+ if (errors === _errs44) {
19887
19931
  if (
19888
- data15 &&
19889
- typeof data15 == 'object' &&
19890
- !Array.isArray(data15)
19932
+ data16 &&
19933
+ typeof data16 == 'object' &&
19934
+ !Array.isArray(data16)
19891
19935
  ) {
19892
- for (const key4 in data15) {
19893
- let data16 =
19894
- data15[key4];
19895
- const _errs45 = errors;
19936
+ for (const key4 in data16) {
19937
+ let data17 =
19938
+ data16[key4];
19939
+ const _errs47 = errors;
19896
19940
  if (
19897
- typeof data16 !==
19941
+ typeof data17 !==
19898
19942
  'string' &&
19899
- typeof data16 !==
19943
+ typeof data17 !==
19900
19944
  'boolean' &&
19901
19945
  !(
19902
- typeof data16 ==
19946
+ typeof data17 ==
19903
19947
  'number' &&
19904
- isFinite(data16)
19948
+ isFinite(data17)
19905
19949
  )
19906
19950
  ) {
19907
19951
  validate11.errors =
@@ -19935,7 +19979,7 @@ function validate11(
19935
19979
  return false;
19936
19980
  }
19937
19981
  var valid10 =
19938
- _errs45 === errors;
19982
+ _errs47 === errors;
19939
19983
  if (!valid10) {
19940
19984
  break;
19941
19985
  }
@@ -19959,35 +20003,35 @@ function validate11(
19959
20003
  return false;
19960
20004
  }
19961
20005
  }
19962
- var valid0 = _errs41 === errors;
20006
+ var valid0 = _errs43 === errors;
19963
20007
  } else {
19964
20008
  var valid0 = true;
19965
20009
  }
19966
20010
  if (valid0) {
19967
20011
  if (data.plugins !== undefined) {
19968
- let data17 = data.plugins;
19969
- const _errs47 = errors;
19970
- if (errors === _errs47) {
19971
- if (Array.isArray(data17)) {
20012
+ let data18 = data.plugins;
20013
+ const _errs49 = errors;
20014
+ if (errors === _errs49) {
20015
+ if (Array.isArray(data18)) {
19972
20016
  var valid11 = true;
19973
20017
  const len2 =
19974
- data17.length;
20018
+ data18.length;
19975
20019
  for (
19976
20020
  let i2 = 0;
19977
20021
  i2 < len2;
19978
20022
  i2++
19979
20023
  ) {
19980
- let data18 =
19981
- data17[i2];
19982
- const _errs49 =
20024
+ let data19 =
20025
+ data18[i2];
20026
+ const _errs51 =
19983
20027
  errors;
19984
- const _errs50 =
20028
+ const _errs52 =
19985
20029
  errors;
19986
20030
  let valid12 = false;
19987
- const _errs51 =
20031
+ const _errs53 =
19988
20032
  errors;
19989
20033
  if (
19990
- typeof data18 !==
20034
+ typeof data19 !==
19991
20035
  'string'
19992
20036
  ) {
19993
20037
  const err5 = {
@@ -20020,24 +20064,24 @@ function validate11(
20020
20064
  errors++;
20021
20065
  }
20022
20066
  var _valid1 =
20023
- _errs51 ===
20067
+ _errs53 ===
20024
20068
  errors;
20025
20069
  valid12 =
20026
20070
  valid12 ||
20027
20071
  _valid1;
20028
20072
  if (!valid12) {
20029
- const _errs53 =
20073
+ const _errs55 =
20030
20074
  errors;
20031
20075
  if (
20032
20076
  !validate12(
20033
- data18,
20077
+ data19,
20034
20078
  {
20035
20079
  instancePath:
20036
20080
  instancePath +
20037
20081
  '/plugins/' +
20038
20082
  i2,
20039
20083
  parentData:
20040
- data17,
20084
+ data18,
20041
20085
  parentDataProperty:
20042
20086
  i2,
20043
20087
  rootData,
@@ -20055,7 +20099,7 @@ function validate11(
20055
20099
  vErrors.length;
20056
20100
  }
20057
20101
  var _valid1 =
20058
- _errs53 ===
20102
+ _errs55 ===
20059
20103
  errors;
20060
20104
  valid12 =
20061
20105
  valid12 ||
@@ -20093,16 +20137,16 @@ function validate11(
20093
20137
  return false;
20094
20138
  } else {
20095
20139
  errors =
20096
- _errs50;
20140
+ _errs52;
20097
20141
  if (
20098
20142
  vErrors !==
20099
20143
  null
20100
20144
  ) {
20101
20145
  if (
20102
- _errs50
20146
+ _errs52
20103
20147
  ) {
20104
20148
  vErrors.length =
20105
- _errs50;
20149
+ _errs52;
20106
20150
  } else {
20107
20151
  vErrors =
20108
20152
  null;
@@ -20110,7 +20154,7 @@ function validate11(
20110
20154
  }
20111
20155
  }
20112
20156
  var valid11 =
20113
- _errs49 ===
20157
+ _errs51 ===
20114
20158
  errors;
20115
20159
  if (!valid11) {
20116
20160
  break;
@@ -20135,7 +20179,7 @@ function validate11(
20135
20179
  return false;
20136
20180
  }
20137
20181
  }
20138
- var valid0 = _errs47 === errors;
20182
+ var valid0 = _errs49 === errors;
20139
20183
  } else {
20140
20184
  var valid0 = true;
20141
20185
  }
@@ -20144,31 +20188,31 @@ function validate11(
20144
20188
  data.siteOptions !==
20145
20189
  undefined
20146
20190
  ) {
20147
- let data19 =
20191
+ let data20 =
20148
20192
  data.siteOptions;
20149
- const _errs54 = errors;
20150
- if (errors === _errs54) {
20193
+ const _errs56 = errors;
20194
+ if (errors === _errs56) {
20151
20195
  if (
20152
- data19 &&
20153
- typeof data19 ==
20196
+ data20 &&
20197
+ typeof data20 ==
20154
20198
  'object' &&
20155
20199
  !Array.isArray(
20156
- data19
20200
+ data20
20157
20201
  )
20158
20202
  ) {
20159
- const _errs56 =
20203
+ const _errs58 =
20160
20204
  errors;
20161
- for (const key5 in data19) {
20205
+ for (const key5 in data20) {
20162
20206
  if (
20163
20207
  !(
20164
20208
  key5 ===
20165
20209
  'blogname'
20166
20210
  )
20167
20211
  ) {
20168
- const _errs57 =
20212
+ const _errs59 =
20169
20213
  errors;
20170
20214
  if (
20171
- typeof data19[
20215
+ typeof data20[
20172
20216
  key5
20173
20217
  ] !==
20174
20218
  'string'
@@ -20202,7 +20246,7 @@ function validate11(
20202
20246
  return false;
20203
20247
  }
20204
20248
  var valid13 =
20205
- _errs57 ===
20249
+ _errs59 ===
20206
20250
  errors;
20207
20251
  if (
20208
20252
  !valid13
@@ -20212,15 +20256,15 @@ function validate11(
20212
20256
  }
20213
20257
  }
20214
20258
  if (
20215
- _errs56 ===
20259
+ _errs58 ===
20216
20260
  errors
20217
20261
  ) {
20218
20262
  if (
20219
- data19.blogname !==
20263
+ data20.blogname !==
20220
20264
  undefined
20221
20265
  ) {
20222
20266
  if (
20223
- typeof data19.blogname !==
20267
+ typeof data20.blogname !==
20224
20268
  'string'
20225
20269
  ) {
20226
20270
  validate11.errors =
@@ -20266,7 +20310,7 @@ function validate11(
20266
20310
  }
20267
20311
  }
20268
20312
  var valid0 =
20269
- _errs54 === errors;
20313
+ _errs56 === errors;
20270
20314
  } else {
20271
20315
  var valid0 = true;
20272
20316
  }
@@ -20274,13 +20318,13 @@ function validate11(
20274
20318
  if (
20275
20319
  data.login !== undefined
20276
20320
  ) {
20277
- let data22 = data.login;
20278
- const _errs61 = errors;
20279
- const _errs62 = errors;
20280
- let valid15 = false;
20321
+ let data23 = data.login;
20281
20322
  const _errs63 = errors;
20323
+ const _errs64 = errors;
20324
+ let valid15 = false;
20325
+ const _errs65 = errors;
20282
20326
  if (
20283
- typeof data22 !==
20327
+ typeof data23 !==
20284
20328
  'boolean'
20285
20329
  ) {
20286
20330
  const err7 = {
@@ -20310,31 +20354,31 @@ function validate11(
20310
20354
  errors++;
20311
20355
  }
20312
20356
  var _valid2 =
20313
- _errs63 === errors;
20357
+ _errs65 === errors;
20314
20358
  valid15 =
20315
20359
  valid15 || _valid2;
20316
20360
  if (!valid15) {
20317
- const _errs65 =
20361
+ const _errs67 =
20318
20362
  errors;
20319
20363
  if (
20320
20364
  errors ===
20321
- _errs65
20365
+ _errs67
20322
20366
  ) {
20323
20367
  if (
20324
- data22 &&
20325
- typeof data22 ==
20368
+ data23 &&
20369
+ typeof data23 ==
20326
20370
  'object' &&
20327
20371
  !Array.isArray(
20328
- data22
20372
+ data23
20329
20373
  )
20330
20374
  ) {
20331
20375
  let missing2;
20332
20376
  if (
20333
- (data22.username ===
20377
+ (data23.username ===
20334
20378
  undefined &&
20335
20379
  (missing2 =
20336
20380
  'username')) ||
20337
- (data22.password ===
20381
+ (data23.password ===
20338
20382
  undefined &&
20339
20383
  (missing2 =
20340
20384
  'password'))
@@ -20372,9 +20416,9 @@ function validate11(
20372
20416
  }
20373
20417
  errors++;
20374
20418
  } else {
20375
- const _errs67 =
20419
+ const _errs69 =
20376
20420
  errors;
20377
- for (const key6 in data22) {
20421
+ for (const key6 in data23) {
20378
20422
  if (
20379
20423
  !(
20380
20424
  key6 ===
@@ -20417,17 +20461,17 @@ function validate11(
20417
20461
  }
20418
20462
  }
20419
20463
  if (
20420
- _errs67 ===
20464
+ _errs69 ===
20421
20465
  errors
20422
20466
  ) {
20423
20467
  if (
20424
- data22.username !==
20468
+ data23.username !==
20425
20469
  undefined
20426
20470
  ) {
20427
- const _errs68 =
20471
+ const _errs70 =
20428
20472
  errors;
20429
20473
  if (
20430
- typeof data22.username !==
20474
+ typeof data23.username !==
20431
20475
  'string'
20432
20476
  ) {
20433
20477
  const err10 =
@@ -20461,7 +20505,7 @@ function validate11(
20461
20505
  errors++;
20462
20506
  }
20463
20507
  var valid16 =
20464
- _errs68 ===
20508
+ _errs70 ===
20465
20509
  errors;
20466
20510
  } else {
20467
20511
  var valid16 = true;
@@ -20470,13 +20514,13 @@ function validate11(
20470
20514
  valid16
20471
20515
  ) {
20472
20516
  if (
20473
- data22.password !==
20517
+ data23.password !==
20474
20518
  undefined
20475
20519
  ) {
20476
- const _errs70 =
20520
+ const _errs72 =
20477
20521
  errors;
20478
20522
  if (
20479
- typeof data22.password !==
20523
+ typeof data23.password !==
20480
20524
  'string'
20481
20525
  ) {
20482
20526
  const err11 =
@@ -20510,7 +20554,7 @@ function validate11(
20510
20554
  errors++;
20511
20555
  }
20512
20556
  var valid16 =
20513
- _errs70 ===
20557
+ _errs72 ===
20514
20558
  errors;
20515
20559
  } else {
20516
20560
  var valid16 = true;
@@ -20551,7 +20595,7 @@ function validate11(
20551
20595
  }
20552
20596
  }
20553
20597
  var _valid2 =
20554
- _errs65 ===
20598
+ _errs67 ===
20555
20599
  errors;
20556
20600
  valid15 =
20557
20601
  valid15 ||
@@ -20586,13 +20630,13 @@ function validate11(
20586
20630
  vErrors;
20587
20631
  return false;
20588
20632
  } else {
20589
- errors = _errs62;
20633
+ errors = _errs64;
20590
20634
  if (
20591
20635
  vErrors !== null
20592
20636
  ) {
20593
- if (_errs62) {
20637
+ if (_errs64) {
20594
20638
  vErrors.length =
20595
- _errs62;
20639
+ _errs64;
20596
20640
  } else {
20597
20641
  vErrors =
20598
20642
  null;
@@ -20600,7 +20644,7 @@ function validate11(
20600
20644
  }
20601
20645
  }
20602
20646
  var valid0 =
20603
- _errs61 === errors;
20647
+ _errs63 === errors;
20604
20648
  } else {
20605
20649
  var valid0 = true;
20606
20650
  }
@@ -20609,49 +20653,49 @@ function validate11(
20609
20653
  data.steps !==
20610
20654
  undefined
20611
20655
  ) {
20612
- let data25 =
20656
+ let data26 =
20613
20657
  data.steps;
20614
- const _errs72 =
20658
+ const _errs74 =
20615
20659
  errors;
20616
20660
  if (
20617
20661
  errors ===
20618
- _errs72
20662
+ _errs74
20619
20663
  ) {
20620
20664
  if (
20621
20665
  Array.isArray(
20622
- data25
20666
+ data26
20623
20667
  )
20624
20668
  ) {
20625
20669
  var valid17 = true;
20626
20670
  const len3 =
20627
- data25.length;
20671
+ data26.length;
20628
20672
  for (
20629
20673
  let i3 = 0;
20630
20674
  i3 <
20631
20675
  len3;
20632
20676
  i3++
20633
20677
  ) {
20634
- let data26 =
20635
- data25[
20678
+ let data27 =
20679
+ data26[
20636
20680
  i3
20637
20681
  ];
20638
- const _errs74 =
20682
+ const _errs76 =
20639
20683
  errors;
20640
- const _errs75 =
20684
+ const _errs77 =
20641
20685
  errors;
20642
20686
  let valid18 = false;
20643
- const _errs76 =
20687
+ const _errs78 =
20644
20688
  errors;
20645
20689
  if (
20646
20690
  !validate14(
20647
- data26,
20691
+ data27,
20648
20692
  {
20649
20693
  instancePath:
20650
20694
  instancePath +
20651
20695
  '/steps/' +
20652
20696
  i3,
20653
20697
  parentData:
20654
- data25,
20698
+ data26,
20655
20699
  parentDataProperty:
20656
20700
  i3,
20657
20701
  rootData,
@@ -20669,7 +20713,7 @@ function validate11(
20669
20713
  vErrors.length;
20670
20714
  }
20671
20715
  var _valid3 =
20672
- _errs76 ===
20716
+ _errs78 ===
20673
20717
  errors;
20674
20718
  valid18 =
20675
20719
  valid18 ||
@@ -20677,10 +20721,10 @@ function validate11(
20677
20721
  if (
20678
20722
  !valid18
20679
20723
  ) {
20680
- const _errs77 =
20724
+ const _errs79 =
20681
20725
  errors;
20682
20726
  if (
20683
- typeof data26 !==
20727
+ typeof data27 !==
20684
20728
  'string'
20685
20729
  ) {
20686
20730
  const err14 =
@@ -20715,7 +20759,7 @@ function validate11(
20715
20759
  errors++;
20716
20760
  }
20717
20761
  var _valid3 =
20718
- _errs77 ===
20762
+ _errs79 ===
20719
20763
  errors;
20720
20764
  valid18 =
20721
20765
  valid18 ||
@@ -20723,7 +20767,7 @@ function validate11(
20723
20767
  if (
20724
20768
  !valid18
20725
20769
  ) {
20726
- const _errs79 =
20770
+ const _errs81 =
20727
20771
  errors;
20728
20772
  const err15 =
20729
20773
  {
@@ -20754,7 +20798,7 @@ function validate11(
20754
20798
  }
20755
20799
  errors++;
20756
20800
  var _valid3 =
20757
- _errs79 ===
20801
+ _errs81 ===
20758
20802
  errors;
20759
20803
  valid18 =
20760
20804
  valid18 ||
@@ -20762,10 +20806,10 @@ function validate11(
20762
20806
  if (
20763
20807
  !valid18
20764
20808
  ) {
20765
- const _errs81 =
20809
+ const _errs83 =
20766
20810
  errors;
20767
20811
  if (
20768
- typeof data26 !==
20812
+ typeof data27 !==
20769
20813
  'boolean'
20770
20814
  ) {
20771
20815
  const err16 =
@@ -20801,7 +20845,7 @@ function validate11(
20801
20845
  }
20802
20846
  if (
20803
20847
  false !==
20804
- data26
20848
+ data27
20805
20849
  ) {
20806
20850
  const err17 =
20807
20851
  {
@@ -20835,7 +20879,7 @@ function validate11(
20835
20879
  errors++;
20836
20880
  }
20837
20881
  var _valid3 =
20838
- _errs81 ===
20882
+ _errs83 ===
20839
20883
  errors;
20840
20884
  valid18 =
20841
20885
  valid18 ||
@@ -20843,10 +20887,10 @@ function validate11(
20843
20887
  if (
20844
20888
  !valid18
20845
20889
  ) {
20846
- const _errs83 =
20890
+ const _errs85 =
20847
20891
  errors;
20848
20892
  if (
20849
- data26 !==
20893
+ data27 !==
20850
20894
  null
20851
20895
  ) {
20852
20896
  const err18 =
@@ -20881,7 +20925,7 @@ function validate11(
20881
20925
  errors++;
20882
20926
  }
20883
20927
  var _valid3 =
20884
- _errs83 ===
20928
+ _errs85 ===
20885
20929
  errors;
20886
20930
  valid18 =
20887
20931
  valid18 ||
@@ -20926,16 +20970,16 @@ function validate11(
20926
20970
  return false;
20927
20971
  } else {
20928
20972
  errors =
20929
- _errs75;
20973
+ _errs77;
20930
20974
  if (
20931
20975
  vErrors !==
20932
20976
  null
20933
20977
  ) {
20934
20978
  if (
20935
- _errs75
20979
+ _errs77
20936
20980
  ) {
20937
20981
  vErrors.length =
20938
- _errs75;
20982
+ _errs77;
20939
20983
  } else {
20940
20984
  vErrors =
20941
20985
  null;
@@ -20943,7 +20987,7 @@ function validate11(
20943
20987
  }
20944
20988
  }
20945
20989
  var valid17 =
20946
- _errs74 ===
20990
+ _errs76 ===
20947
20991
  errors;
20948
20992
  if (
20949
20993
  !valid17
@@ -20973,7 +21017,7 @@ function validate11(
20973
21017
  }
20974
21018
  }
20975
21019
  var valid0 =
20976
- _errs72 ===
21020
+ _errs74 ===
20977
21021
  errors;
20978
21022
  } else {
20979
21023
  var valid0 = true;
@@ -20983,7 +21027,7 @@ function validate11(
20983
21027
  data.$schema !==
20984
21028
  undefined
20985
21029
  ) {
20986
- const _errs85 =
21030
+ const _errs87 =
20987
21031
  errors;
20988
21032
  if (
20989
21033
  typeof data.$schema !==
@@ -21009,7 +21053,7 @@ function validate11(
21009
21053
  return false;
21010
21054
  }
21011
21055
  var valid0 =
21012
- _errs85 ===
21056
+ _errs87 ===
21013
21057
  errors;
21014
21058
  } else {
21015
21059
  var valid0 = true;