tpmkms_4wp 9.4.4 → 9.4.5-beta.1

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.
@@ -44,9 +44,6 @@ const config = {
44
44
  "literals": {
45
45
  "sally": [{"id": "character", development: true, "initial": "{ value: 'sally' }" }],
46
46
  "bob": [{"id": "character", development: true, "initial": "{ value: 'bob' }" }],
47
- //"product1": [{"id": "reportObject", "initial": "{ value: 'api1' }" }],
48
- //"api2": [{"id": "reportObject", "initial": "{ value: 'api2' }" }],
49
- //" ([0-9]+)": [{"id": "amount", "initial": "{ value: int(group[0]) }" }],
50
47
  },
51
48
  },
52
49
 
@@ -13229,24 +13229,6 @@
13229
13229
  0
13230
13230
  ]
13231
13231
  ],
13232
- [
13233
- [
13234
- "is",
13235
- 0
13236
- ],
13237
- [
13238
- "name",
13239
- 0
13240
- ],
13241
- [
13242
- "possession",
13243
- 0
13244
- ],
13245
- [
13246
- "spock",
13247
- 0
13248
- ]
13249
- ],
13250
13232
  [
13251
13233
  [
13252
13234
  "is",
@@ -22686,6 +22668,24 @@
22686
22668
  0
22687
22669
  ]
22688
22670
  ],
22671
+ [
22672
+ [
22673
+ "is",
22674
+ 0
22675
+ ],
22676
+ [
22677
+ "mccoy",
22678
+ 0
22679
+ ],
22680
+ [
22681
+ "name",
22682
+ 0
22683
+ ],
22684
+ [
22685
+ "possession",
22686
+ 0
22687
+ ]
22688
+ ],
22689
22689
  [
22690
22690
  [
22691
22691
  "is",
@@ -30514,6 +30514,24 @@
30514
30514
  0
30515
30515
  ]
30516
30516
  ],
30517
+ [
30518
+ [
30519
+ "is",
30520
+ 0
30521
+ ],
30522
+ [
30523
+ "propertyOf",
30524
+ 0
30525
+ ],
30526
+ [
30527
+ "the",
30528
+ 0
30529
+ ],
30530
+ [
30531
+ "unknown",
30532
+ 0
30533
+ ]
30534
+ ],
30517
30535
  [
30518
30536
  [
30519
30537
  "is",
@@ -52537,6 +52555,10 @@
52537
52555
  "mccoy",
52538
52556
  0
52539
52557
  ],
52558
+ [
52559
+ "name",
52560
+ 0
52561
+ ],
52540
52562
  [
52541
52563
  "possession",
52542
52564
  0
@@ -52552,7 +52574,7 @@
52552
52574
  0
52553
52575
  ],
52554
52576
  [
52555
- "readonly",
52577
+ "possession",
52556
52578
  0
52557
52579
  ]
52558
52580
  ],
@@ -52562,19 +52584,11 @@
52562
52584
  0
52563
52585
  ],
52564
52586
  [
52565
- "means",
52566
- 0
52567
- ],
52568
- [
52569
- "not",
52570
- 0
52571
- ],
52572
- [
52573
- "propertyOf",
52587
+ "mccoy",
52574
52588
  0
52575
52589
  ],
52576
52590
  [
52577
- "unknown",
52591
+ "readonly",
52578
52592
  0
52579
52593
  ]
52580
52594
  ],
@@ -52587,6 +52601,10 @@
52587
52601
  "means",
52588
52602
  0
52589
52603
  ],
52604
+ [
52605
+ "not",
52606
+ 0
52607
+ ],
52590
52608
  [
52591
52609
  "propertyOf",
52592
52610
  0
@@ -52625,7 +52643,7 @@
52625
52643
  ],
52626
52644
  [
52627
52645
  "propertyOf",
52628
- 1
52646
+ 0
52629
52647
  ],
52630
52648
  [
52631
52649
  "unknown",
@@ -52659,6 +52677,10 @@
52659
52677
  "means",
52660
52678
  0
52661
52679
  ],
52680
+ [
52681
+ "propertyOf",
52682
+ 1
52683
+ ],
52662
52684
  [
52663
52685
  "unknown",
52664
52686
  0
@@ -52684,15 +52706,11 @@
52684
52706
  0
52685
52707
  ],
52686
52708
  [
52687
- "name",
52688
- 0
52689
- ],
52690
- [
52691
- "possession",
52709
+ "means",
52692
52710
  0
52693
52711
  ],
52694
52712
  [
52695
- "spock",
52713
+ "unknown",
52696
52714
  0
52697
52715
  ]
52698
52716
  ],
@@ -53140,6 +53158,24 @@
53140
53158
  0
53141
53159
  ]
53142
53160
  ],
53161
+ [
53162
+ [
53163
+ "is",
53164
+ 0
53165
+ ],
53166
+ [
53167
+ "propertyOf",
53168
+ 0
53169
+ ],
53170
+ [
53171
+ "the",
53172
+ 0
53173
+ ],
53174
+ [
53175
+ "unknown",
53176
+ 0
53177
+ ]
53178
+ ],
53143
53179
  [
53144
53180
  [
53145
53181
  "is",
@@ -167,6 +167,7 @@
167
167
  "before": [
168
168
  "preposition"
169
169
  ],
170
+ "separators": "||||",
170
171
  "convolution": true,
171
172
  "bridge": "{ ...next(operator), day: after[2], month: after[0], year: after[4], interpolate: '${month}/${day}/${year}' }",
172
173
  "check": [
@@ -16901,6 +16902,7 @@
16901
16902
  "before": [
16902
16903
  "preposition"
16903
16904
  ],
16905
+ "separators": "||||",
16904
16906
  "convolution": true,
16905
16907
  "bridge": "{ ...next(operator), day: after[2], month: after[0], year: after[4], interpolate: '${month}/${day}/${year}' }",
16906
16908
  "check": [
package/common/dates.js CHANGED
@@ -134,6 +134,7 @@ const template = {
134
134
  id: 'monthDayYearWithSlashes_dates',
135
135
  isA: ['date_dates'],
136
136
  before: ['preposition'],
137
+ separators: "||||",
137
138
  convolution: true,
138
139
  bridge: "{ ...next(operator), day: after[2], month: after[0], year: after[4], interpolate: '${month}/${day}/${year}' }",
139
140
  check: defaultContextCheckProperties(['day', 'month', 'year']),