tpmkms 7.12.3-beta.5 → 7.12.4-beta.0

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.
@@ -32759,6 +32759,40 @@
32759
32759
  1
32760
32760
  ]
32761
32761
  ],
32762
+ [
32763
+ [
32764
+ "disarm",
32765
+ 0
32766
+ ],
32767
+ [
32768
+ "is",
32769
+ 0
32770
+ ],
32771
+ [
32772
+ "means",
32773
+ 0
32774
+ ],
32775
+ [
32776
+ "not",
32777
+ 0
32778
+ ],
32779
+ [
32780
+ "propertyOf",
32781
+ 0
32782
+ ],
32783
+ [
32784
+ "the",
32785
+ 0
32786
+ ],
32787
+ [
32788
+ "unknown",
32789
+ 0
32790
+ ],
32791
+ [
32792
+ "unknown",
32793
+ 1
32794
+ ]
32795
+ ],
32762
32796
  [
32763
32797
  [
32764
32798
  "disarm",
@@ -33416,6 +33450,40 @@
33416
33450
  1
33417
33451
  ]
33418
33452
  ],
33453
+ [
33454
+ [
33455
+ "disarm",
33456
+ 0
33457
+ ],
33458
+ [
33459
+ "is",
33460
+ 0
33461
+ ],
33462
+ [
33463
+ "means",
33464
+ 0
33465
+ ],
33466
+ [
33467
+ "not",
33468
+ 0
33469
+ ],
33470
+ [
33471
+ "propertyOf",
33472
+ 0
33473
+ ],
33474
+ [
33475
+ "the",
33476
+ 0
33477
+ ],
33478
+ [
33479
+ "unknown",
33480
+ 0
33481
+ ],
33482
+ [
33483
+ "unknown",
33484
+ 1
33485
+ ]
33486
+ ],
33419
33487
  [
33420
33488
  [
33421
33489
  "disarm",
@@ -131,6 +131,7 @@ let configStruct = {
131
131
  where: where(),
132
132
  id: "to",
133
133
  level: 0,
134
+ isA: ['preposition'],
134
135
  bridge: "{ ...next(operator), toObject: after[0] }",
135
136
  generatorp: ({context, gp}) => {
136
137
  return `to ${gp(context.toObject)}`