@thi.ng/resolve-map 5.0.7 → 5.0.8

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@5.0.7...@thi.ng/resolve-map@5.0.8) (2021-11-10)
7
+
8
+ **Note:** Version bump only for package @thi.ng/resolve-map
9
+
10
+
11
+
12
+
13
+
6
14
  ## [5.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@5.0.6...@thi.ng/resolve-map@5.0.7) (2021-11-03)
7
15
 
8
16
  **Note:** Version bump only for package @thi.ng/resolve-map
package/README.md CHANGED
@@ -75,7 +75,7 @@ node --experimental-repl-await
75
75
  > const resolveMap = await import("@thi.ng/resolve-map");
76
76
  ```
77
77
 
78
- Package sizes (gzipped, pre-treeshake): ESM: 958 bytes
78
+ Package sizes (gzipped, pre-treeshake): ESM: 920 bytes
79
79
 
80
80
  ## Dependencies
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/resolve-map",
3
- "version": "5.0.7",
3
+ "version": "5.0.8",
4
4
  "description": "DAG resolution of vanilla objects & arrays with internally linked values",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,10 +34,10 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.1.0",
38
- "@thi.ng/checks": "^3.0.6",
37
+ "@thi.ng/api": "^8.2.0",
38
+ "@thi.ng/checks": "^3.0.7",
39
39
  "@thi.ng/errors": "^2.0.6",
40
- "@thi.ng/paths": "^5.0.7"
40
+ "@thi.ng/paths": "^5.0.8"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@thi.ng/testament": "^0.1.6"
@@ -71,5 +71,5 @@
71
71
  ],
72
72
  "year": 2018
73
73
  },
74
- "gitHead": "852cd2450617c86d15d18477dc634f17f04202eb"
74
+ "gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159"
75
75
  }