@magic/deep 0.1.8 → 0.1.11

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.
Files changed (2) hide show
  1. package/README.md +10 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -128,5 +128,14 @@ update @magic/types to avoid circular dependency
128
128
  * update dependencies
129
129
  * use @magic/types for all type comparisons
130
130
 
131
- ##### 0.1.9 - unreleased
131
+ ##### 0.1.9
132
+ update dependencies
133
+
134
+ ##### 0.1.10
135
+ update dependencies
136
+
137
+ ##### 0.1.11
138
+ update dependencies
139
+
140
+ ##### 0.1.12 - unreleased
132
141
  ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic/deep",
3
- "version": "0.1.8",
3
+ "version": "0.1.11",
4
4
  "author": "Wizards & Witches",
5
5
  "description": "manipulate nested objects and arrays",
6
6
  "homepage": "https://github.com/magic/deep",
@@ -30,11 +30,11 @@
30
30
  "src"
31
31
  ],
32
32
  "dependencies": {
33
- "@magic/types": "0.1.16"
33
+ "@magic/types": "0.1.19"
34
34
  },
35
35
  "devDependencies": {
36
- "@magic/format": "0.0.33",
37
- "@magic/test": "0.1.77"
36
+ "@magic/format": "0.0.38",
37
+ "@magic/test": "0.2.8"
38
38
  },
39
39
  "contributors": [
40
40
  {