ekms 8.0.0-beta.56 → 8.0.0-beta.58
Sign up to get free protection for your applications and to get access to all the features.
- package/common/comparable.instance.json +1736 -0
- package/common/comparable.js +35 -11
- package/common/dimension.instance.json +215 -0
- package/common/formulas.instance.json +215 -0
- package/common/length.instance.json +3399 -174
- package/common/math.instance.json +225 -0
- package/common/pipboy.instance.json +3867 -212
- package/common/pressure.instance.json +886 -26
- package/common/reports.instance.json +420 -0
- package/common/temperature.instance.json +877 -17
- package/common/ui.instance.json +215 -0
- package/common/weight.instance.json +2691 -111
- package/package.json +3 -2
package/package.json
CHANGED
@@ -142,6 +142,7 @@
|
|
142
142
|
"common/colors.instance.json",
|
143
143
|
"common/colors.js",
|
144
144
|
"common/colors.test.json",
|
145
|
+
"common/comparable.instance.json",
|
145
146
|
"common/comparable.js",
|
146
147
|
"common/comparable.test.json",
|
147
148
|
"common/concept.instance.json",
|
@@ -294,8 +295,8 @@
|
|
294
295
|
"table": "^6.7.1",
|
295
296
|
"base-64": "^1.0.0",
|
296
297
|
"argparse": "^2.0.1",
|
297
|
-
"theprogrammablemind": "8.0.0-beta.
|
298
|
+
"theprogrammablemind": "8.0.0-beta.58"
|
298
299
|
},
|
299
|
-
"version": "8.0.0-beta.
|
300
|
+
"version": "8.0.0-beta.58",
|
300
301
|
"license": "UNLICENSED"
|
301
302
|
}
|