tpmkms_4wp 9.2.0-beta.9 → 9.3.0-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.
- package/common/avatar.js +2 -10
- package/common/colors.instance.json +0 -28
- package/common/dates.instance.json +78 -92
- package/common/dates.js +17 -2
- package/common/dates.test.json +5987 -0
- package/common/edible.instance.json +0 -112
- package/common/fastfood.instance.json +286 -486
- package/common/gdefaults.js +5 -1
- package/common/kirk.instance.json +30 -114
- package/common/pipboy.instance.json +0 -84
- package/common/reports.instance.json +2 -2
- package/common/self.instance.json +2 -0
- package/common/self.js +49 -0
- package/common/self.test.json +2 -0
- package/common/spock.instance.json +30 -114
- package/common/wp.instance.json +386 -58
- package/common/wp.js +0 -2
- package/main.js +2 -0
- package/package.json +6 -2
package/common/wp.instance.json
CHANGED
@@ -27,6 +27,198 @@
|
|
27
27
|
],
|
28
28
|
"associations": {
|
29
29
|
"positive": [
|
30
|
+
{
|
31
|
+
"context": [
|
32
|
+
[
|
33
|
+
"bold_wp",
|
34
|
+
0
|
35
|
+
],
|
36
|
+
[
|
37
|
+
"the",
|
38
|
+
0
|
39
|
+
],
|
40
|
+
[
|
41
|
+
"ordinal",
|
42
|
+
0
|
43
|
+
],
|
44
|
+
[
|
45
|
+
"word_wp",
|
46
|
+
0
|
47
|
+
],
|
48
|
+
[
|
49
|
+
"statefulElementInContext_wp",
|
50
|
+
0
|
51
|
+
],
|
52
|
+
[
|
53
|
+
"the",
|
54
|
+
0
|
55
|
+
],
|
56
|
+
[
|
57
|
+
"ordinal",
|
58
|
+
0
|
59
|
+
],
|
60
|
+
[
|
61
|
+
"list",
|
62
|
+
0
|
63
|
+
],
|
64
|
+
[
|
65
|
+
"ordinal",
|
66
|
+
0
|
67
|
+
],
|
68
|
+
[
|
69
|
+
"paragraph_wp",
|
70
|
+
0
|
71
|
+
]
|
72
|
+
],
|
73
|
+
"choose": {
|
74
|
+
"index": 0,
|
75
|
+
"increment": true
|
76
|
+
}
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"context": [
|
80
|
+
[
|
81
|
+
"bold_wp",
|
82
|
+
1
|
83
|
+
],
|
84
|
+
[
|
85
|
+
"the",
|
86
|
+
0
|
87
|
+
],
|
88
|
+
[
|
89
|
+
"ordinal",
|
90
|
+
0
|
91
|
+
],
|
92
|
+
[
|
93
|
+
"word_wp",
|
94
|
+
0
|
95
|
+
],
|
96
|
+
[
|
97
|
+
"statefulElementInContext_wp",
|
98
|
+
0
|
99
|
+
],
|
100
|
+
[
|
101
|
+
"the",
|
102
|
+
0
|
103
|
+
],
|
104
|
+
[
|
105
|
+
"ordinal",
|
106
|
+
0
|
107
|
+
],
|
108
|
+
[
|
109
|
+
"list",
|
110
|
+
0
|
111
|
+
],
|
112
|
+
[
|
113
|
+
"ordinal",
|
114
|
+
0
|
115
|
+
],
|
116
|
+
[
|
117
|
+
"paragraph_wp",
|
118
|
+
0
|
119
|
+
]
|
120
|
+
],
|
121
|
+
"choose": {
|
122
|
+
"index": 0,
|
123
|
+
"increment": true
|
124
|
+
}
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"context": [
|
128
|
+
[
|
129
|
+
"bold_wp",
|
130
|
+
1
|
131
|
+
],
|
132
|
+
[
|
133
|
+
"the",
|
134
|
+
0
|
135
|
+
],
|
136
|
+
[
|
137
|
+
"ordinal",
|
138
|
+
1
|
139
|
+
],
|
140
|
+
[
|
141
|
+
"word_wp",
|
142
|
+
0
|
143
|
+
],
|
144
|
+
[
|
145
|
+
"statefulElementInContext_wp",
|
146
|
+
0
|
147
|
+
],
|
148
|
+
[
|
149
|
+
"the",
|
150
|
+
0
|
151
|
+
],
|
152
|
+
[
|
153
|
+
"ordinal",
|
154
|
+
0
|
155
|
+
],
|
156
|
+
[
|
157
|
+
"list",
|
158
|
+
0
|
159
|
+
],
|
160
|
+
[
|
161
|
+
"ordinal",
|
162
|
+
0
|
163
|
+
],
|
164
|
+
[
|
165
|
+
"paragraph_wp",
|
166
|
+
0
|
167
|
+
]
|
168
|
+
],
|
169
|
+
"choose": {
|
170
|
+
"index": 0,
|
171
|
+
"increment": true
|
172
|
+
}
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"context": [
|
176
|
+
[
|
177
|
+
"bold_wp",
|
178
|
+
1
|
179
|
+
],
|
180
|
+
[
|
181
|
+
"the",
|
182
|
+
0
|
183
|
+
],
|
184
|
+
[
|
185
|
+
"ordinal",
|
186
|
+
1
|
187
|
+
],
|
188
|
+
[
|
189
|
+
"word_wp",
|
190
|
+
1
|
191
|
+
],
|
192
|
+
[
|
193
|
+
"statefulElementInContext_wp",
|
194
|
+
0
|
195
|
+
],
|
196
|
+
[
|
197
|
+
"the",
|
198
|
+
0
|
199
|
+
],
|
200
|
+
[
|
201
|
+
"ordinal",
|
202
|
+
0
|
203
|
+
],
|
204
|
+
[
|
205
|
+
"list",
|
206
|
+
0
|
207
|
+
],
|
208
|
+
[
|
209
|
+
"ordinal",
|
210
|
+
0
|
211
|
+
],
|
212
|
+
[
|
213
|
+
"paragraph_wp",
|
214
|
+
0
|
215
|
+
]
|
216
|
+
],
|
217
|
+
"choose": {
|
218
|
+
"index": 0,
|
219
|
+
"increment": true
|
220
|
+
}
|
221
|
+
},
|
30
222
|
{
|
31
223
|
"context": [
|
32
224
|
[
|
@@ -24623,20 +24815,6 @@
|
|
24623
24815
|
0
|
24624
24816
|
]
|
24625
24817
|
],
|
24626
|
-
[
|
24627
|
-
[
|
24628
|
-
"is",
|
24629
|
-
0
|
24630
|
-
],
|
24631
|
-
[
|
24632
|
-
"list",
|
24633
|
-
1
|
24634
|
-
],
|
24635
|
-
[
|
24636
|
-
"unknown",
|
24637
|
-
0
|
24638
|
-
]
|
24639
|
-
],
|
24640
24818
|
[
|
24641
24819
|
[
|
24642
24820
|
"is",
|
@@ -48129,20 +48307,6 @@
|
|
48129
48307
|
0
|
48130
48308
|
]
|
48131
48309
|
],
|
48132
|
-
[
|
48133
|
-
[
|
48134
|
-
"is",
|
48135
|
-
0
|
48136
|
-
],
|
48137
|
-
[
|
48138
|
-
"list",
|
48139
|
-
1
|
48140
|
-
],
|
48141
|
-
[
|
48142
|
-
"unknown",
|
48143
|
-
0
|
48144
|
-
]
|
48145
|
-
],
|
48146
48310
|
[
|
48147
48311
|
[
|
48148
48312
|
"is",
|
@@ -53356,6 +53520,198 @@
|
|
53356
53520
|
],
|
53357
53521
|
"associations": {
|
53358
53522
|
"positive": [
|
53523
|
+
{
|
53524
|
+
"context": [
|
53525
|
+
[
|
53526
|
+
"bold_wp",
|
53527
|
+
0
|
53528
|
+
],
|
53529
|
+
[
|
53530
|
+
"the",
|
53531
|
+
0
|
53532
|
+
],
|
53533
|
+
[
|
53534
|
+
"ordinal",
|
53535
|
+
0
|
53536
|
+
],
|
53537
|
+
[
|
53538
|
+
"word_wp",
|
53539
|
+
0
|
53540
|
+
],
|
53541
|
+
[
|
53542
|
+
"statefulElementInContext_wp",
|
53543
|
+
0
|
53544
|
+
],
|
53545
|
+
[
|
53546
|
+
"the",
|
53547
|
+
0
|
53548
|
+
],
|
53549
|
+
[
|
53550
|
+
"ordinal",
|
53551
|
+
0
|
53552
|
+
],
|
53553
|
+
[
|
53554
|
+
"list",
|
53555
|
+
0
|
53556
|
+
],
|
53557
|
+
[
|
53558
|
+
"ordinal",
|
53559
|
+
0
|
53560
|
+
],
|
53561
|
+
[
|
53562
|
+
"paragraph_wp",
|
53563
|
+
0
|
53564
|
+
]
|
53565
|
+
],
|
53566
|
+
"choose": {
|
53567
|
+
"index": 0,
|
53568
|
+
"increment": true
|
53569
|
+
}
|
53570
|
+
},
|
53571
|
+
{
|
53572
|
+
"context": [
|
53573
|
+
[
|
53574
|
+
"bold_wp",
|
53575
|
+
1
|
53576
|
+
],
|
53577
|
+
[
|
53578
|
+
"the",
|
53579
|
+
0
|
53580
|
+
],
|
53581
|
+
[
|
53582
|
+
"ordinal",
|
53583
|
+
0
|
53584
|
+
],
|
53585
|
+
[
|
53586
|
+
"word_wp",
|
53587
|
+
0
|
53588
|
+
],
|
53589
|
+
[
|
53590
|
+
"statefulElementInContext_wp",
|
53591
|
+
0
|
53592
|
+
],
|
53593
|
+
[
|
53594
|
+
"the",
|
53595
|
+
0
|
53596
|
+
],
|
53597
|
+
[
|
53598
|
+
"ordinal",
|
53599
|
+
0
|
53600
|
+
],
|
53601
|
+
[
|
53602
|
+
"list",
|
53603
|
+
0
|
53604
|
+
],
|
53605
|
+
[
|
53606
|
+
"ordinal",
|
53607
|
+
0
|
53608
|
+
],
|
53609
|
+
[
|
53610
|
+
"paragraph_wp",
|
53611
|
+
0
|
53612
|
+
]
|
53613
|
+
],
|
53614
|
+
"choose": {
|
53615
|
+
"index": 0,
|
53616
|
+
"increment": true
|
53617
|
+
}
|
53618
|
+
},
|
53619
|
+
{
|
53620
|
+
"context": [
|
53621
|
+
[
|
53622
|
+
"bold_wp",
|
53623
|
+
1
|
53624
|
+
],
|
53625
|
+
[
|
53626
|
+
"the",
|
53627
|
+
0
|
53628
|
+
],
|
53629
|
+
[
|
53630
|
+
"ordinal",
|
53631
|
+
1
|
53632
|
+
],
|
53633
|
+
[
|
53634
|
+
"word_wp",
|
53635
|
+
0
|
53636
|
+
],
|
53637
|
+
[
|
53638
|
+
"statefulElementInContext_wp",
|
53639
|
+
0
|
53640
|
+
],
|
53641
|
+
[
|
53642
|
+
"the",
|
53643
|
+
0
|
53644
|
+
],
|
53645
|
+
[
|
53646
|
+
"ordinal",
|
53647
|
+
0
|
53648
|
+
],
|
53649
|
+
[
|
53650
|
+
"list",
|
53651
|
+
0
|
53652
|
+
],
|
53653
|
+
[
|
53654
|
+
"ordinal",
|
53655
|
+
0
|
53656
|
+
],
|
53657
|
+
[
|
53658
|
+
"paragraph_wp",
|
53659
|
+
0
|
53660
|
+
]
|
53661
|
+
],
|
53662
|
+
"choose": {
|
53663
|
+
"index": 0,
|
53664
|
+
"increment": true
|
53665
|
+
}
|
53666
|
+
},
|
53667
|
+
{
|
53668
|
+
"context": [
|
53669
|
+
[
|
53670
|
+
"bold_wp",
|
53671
|
+
1
|
53672
|
+
],
|
53673
|
+
[
|
53674
|
+
"the",
|
53675
|
+
0
|
53676
|
+
],
|
53677
|
+
[
|
53678
|
+
"ordinal",
|
53679
|
+
1
|
53680
|
+
],
|
53681
|
+
[
|
53682
|
+
"word_wp",
|
53683
|
+
1
|
53684
|
+
],
|
53685
|
+
[
|
53686
|
+
"statefulElementInContext_wp",
|
53687
|
+
0
|
53688
|
+
],
|
53689
|
+
[
|
53690
|
+
"the",
|
53691
|
+
0
|
53692
|
+
],
|
53693
|
+
[
|
53694
|
+
"ordinal",
|
53695
|
+
0
|
53696
|
+
],
|
53697
|
+
[
|
53698
|
+
"list",
|
53699
|
+
0
|
53700
|
+
],
|
53701
|
+
[
|
53702
|
+
"ordinal",
|
53703
|
+
0
|
53704
|
+
],
|
53705
|
+
[
|
53706
|
+
"paragraph_wp",
|
53707
|
+
0
|
53708
|
+
]
|
53709
|
+
],
|
53710
|
+
"choose": {
|
53711
|
+
"index": 0,
|
53712
|
+
"increment": true
|
53713
|
+
}
|
53714
|
+
},
|
53359
53715
|
{
|
53360
53716
|
"context": [
|
53361
53717
|
[
|
@@ -53721,10 +54077,10 @@
|
|
53721
54077
|
],
|
53722
54078
|
"semantics": [
|
53723
54079
|
{
|
53724
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:
|
54080
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:374"
|
53725
54081
|
},
|
53726
54082
|
{
|
53727
|
-
"where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:
|
54083
|
+
"where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:383"
|
53728
54084
|
}
|
53729
54085
|
],
|
53730
54086
|
"priorities": [
|
@@ -54559,34 +54915,6 @@
|
|
54559
54915
|
0
|
54560
54916
|
]
|
54561
54917
|
],
|
54562
|
-
[
|
54563
|
-
[
|
54564
|
-
"is",
|
54565
|
-
0
|
54566
|
-
],
|
54567
|
-
[
|
54568
|
-
"list",
|
54569
|
-
1
|
54570
|
-
],
|
54571
|
-
[
|
54572
|
-
"unknown",
|
54573
|
-
0
|
54574
|
-
]
|
54575
|
-
],
|
54576
|
-
[
|
54577
|
-
[
|
54578
|
-
"is",
|
54579
|
-
0
|
54580
|
-
],
|
54581
|
-
[
|
54582
|
-
"list",
|
54583
|
-
1
|
54584
|
-
],
|
54585
|
-
[
|
54586
|
-
"unknown",
|
54587
|
-
0
|
54588
|
-
]
|
54589
|
-
],
|
54590
54918
|
[
|
54591
54919
|
[
|
54592
54920
|
"is",
|
package/common/wp.js
CHANGED
package/main.js
CHANGED
@@ -6,6 +6,7 @@ const numbers = require('./common/numbers')
|
|
6
6
|
const percentages = require('./common/percentages')
|
7
7
|
const colors = require('./common/colors')
|
8
8
|
const people = require('./common/people')
|
9
|
+
const self = require('./common/self')
|
9
10
|
const time = require('./common/time')
|
10
11
|
const dates = require('./common/dates')
|
11
12
|
const yesno = require('./common/yesno')
|
@@ -68,6 +69,7 @@ module.exports = {
|
|
68
69
|
percentages,
|
69
70
|
colors,
|
70
71
|
people,
|
72
|
+
self,
|
71
73
|
time,
|
72
74
|
dates,
|
73
75
|
yesno,
|
package/package.json
CHANGED
@@ -26,6 +26,7 @@
|
|
26
26
|
"percentages",
|
27
27
|
"colors",
|
28
28
|
"people",
|
29
|
+
"self",
|
29
30
|
"time",
|
30
31
|
"dates",
|
31
32
|
"yesno",
|
@@ -281,6 +282,9 @@
|
|
281
282
|
"common/scorekeeper.test.json",
|
282
283
|
"common/sdefaults.js",
|
283
284
|
"common/sdefaults.test.json",
|
285
|
+
"common/self.instance.json",
|
286
|
+
"common/self.js",
|
287
|
+
"common/self.test.json",
|
284
288
|
"common/sizeable.instance.json",
|
285
289
|
"common/sizeable.js",
|
286
290
|
"common/sizeable.test.json",
|
@@ -329,8 +333,8 @@
|
|
329
333
|
"scriptjs": "^2.5.9",
|
330
334
|
"table": "^6.7.1",
|
331
335
|
"uuid": "^9.0.0",
|
332
|
-
"theprogrammablemind_4wp": "9.
|
336
|
+
"theprogrammablemind_4wp": "9.3.0-beta.0"
|
333
337
|
},
|
334
|
-
"version": "9.
|
338
|
+
"version": "9.3.0-beta.0",
|
335
339
|
"license": "UNLICENSED"
|
336
340
|
}
|