tpmkms_4wp 9.4.3 → 9.4.4-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.
package/package.json CHANGED
@@ -130,6 +130,13 @@
130
130
  "kirk",
131
131
  "spock"
132
132
  ]
133
+ },
134
+ {
135
+ "name": "Latin",
136
+ "description": "sententias latinas machina intelligere",
137
+ "includes": [
138
+ "latin"
139
+ ]
133
140
  }
134
141
  ],
135
142
  "keywords": [
@@ -228,6 +235,9 @@
228
235
  "common/kirk.instance.json",
229
236
  "common/kirk.js",
230
237
  "common/kirk.test.json",
238
+ "common/latin.instance.json",
239
+ "common/latin.js",
240
+ "common/latin.test.json",
231
241
  "common/length.instance.json",
232
242
  "common/length.js",
233
243
  "common/length.test.json",
@@ -341,8 +351,8 @@
341
351
  "scriptjs": "^2.5.9",
342
352
  "table": "^6.7.1",
343
353
  "uuid": "^9.0.0",
344
- "theprogrammablemind_4wp": "9.4.3"
354
+ "theprogrammablemind_4wp": "9.4.4-beta.1"
345
355
  },
346
- "version": "9.4.3",
356
+ "version": "9.4.4-beta.1",
347
357
  "license": "UNLICENSED"
348
358
  }