@thi.ng/resolve-map 6.0.0 → 6.0.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-05-02T11:57:05Z
3
+ - **Last updated**: 2022-05-07T11:33:35Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
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: 922 bytes
78
+ Package sizes (gzipped, pre-treeshake): ESM: 929 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": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "DAG resolution of vanilla objects & arrays with internally linked values",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,18 +34,18 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.5",
38
- "@thi.ng/checks": "^3.1.5",
39
- "@thi.ng/errors": "^2.1.5",
40
- "@thi.ng/paths": "^5.1.5"
37
+ "@thi.ng/api": "^8.3.6",
38
+ "@thi.ng/checks": "^3.1.6",
39
+ "@thi.ng/errors": "^2.1.6",
40
+ "@thi.ng/paths": "^5.1.6"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.19.4",
44
- "@thi.ng/testament": "^0.2.5",
43
+ "@microsoft/api-extractor": "^7.23.1",
44
+ "@thi.ng/testament": "^0.2.6",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
- "typedoc": "^0.22.13",
48
- "typescript": "^4.6.2"
47
+ "typedoc": "^0.22.15",
48
+ "typescript": "^4.6.4"
49
49
  },
50
50
  "keywords": [
51
51
  "configuration",
@@ -76,5 +76,5 @@
76
76
  ],
77
77
  "year": 2018
78
78
  },
79
- "gitHead": "8329baf8b824e76f196f67740993d92d9ddcafa8\n"
79
+ "gitHead": "cf084be5fd5932226054d2dd32bad35481379f5d\n"
80
80
  }