@magic/types 0.1.18 → 0.1.19
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/README.md +4 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -281,5 +281,8 @@ deep.equal now does return true for objects that have undefined property values
|
|
|
281
281
|
* add isModule and isOwnProperty
|
|
282
282
|
* update dependencies
|
|
283
283
|
|
|
284
|
-
##### 0.1.19
|
|
284
|
+
##### 0.1.19
|
|
285
|
+
update dependencies
|
|
286
|
+
|
|
287
|
+
##### 0.1.20 - unreleased
|
|
285
288
|
...
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic/types",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
4
4
|
"author": "Wizards & Witches",
|
|
5
5
|
"homepage": "https://github.com/magic/types",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"@magic-modules/no-spy": "0.0.6",
|
|
40
40
|
"@magic-modules/pre": "0.0.11",
|
|
41
41
|
"@magic-themes/docs": "0.0.14",
|
|
42
|
-
"@magic/core": "0.0.
|
|
43
|
-
"@magic/format": "0.0.
|
|
44
|
-
"@magic/test": "0.2.
|
|
42
|
+
"@magic/core": "0.0.139",
|
|
43
|
+
"@magic/format": "0.0.38",
|
|
44
|
+
"@magic/test": "0.2.8"
|
|
45
45
|
},
|
|
46
46
|
"keywords": [
|
|
47
47
|
"magic",
|