@thi.ng/resolve-map 7.1.13 → 7.1.15
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 +6 -6
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
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.
|
|
@@ -106,15 +106,15 @@ and/or version bumps of transitive dependencies.
|
|
|
106
106
|
|
|
107
107
|
#### ♻️ Refactoring
|
|
108
108
|
|
|
109
|
+
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
110
|
+
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
111
|
+
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
109
112
|
- update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
|
|
110
113
|
- largely related to recent updates/restructuring of these packages:
|
|
111
114
|
- api
|
|
112
115
|
- defmulti
|
|
113
116
|
- errors
|
|
114
117
|
- logger
|
|
115
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
116
|
-
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
117
|
-
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
118
118
|
|
|
119
119
|
### [4.2.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/resolve-map@4.2.9) (2020-12-07)
|
|
120
120
|
|
|
@@ -219,11 +219,11 @@ and/or version bumps of transitive dependencies.
|
|
|
219
219
|
|
|
220
220
|
#### 🩹 Bug fixes
|
|
221
221
|
|
|
222
|
+
- add private _resolveDeep ([558f4f8](https://github.com/thi-ng/umbrella/commit/558f4f8))
|
|
223
|
+
- fixes resolution issue if a function dynamically created deep values
|
|
222
224
|
- also use _resolvePath for plain lookups, optimize ([48c796f](https://github.com/thi-ng/umbrella/commit/48c796f))
|
|
223
225
|
- rename _resolveDeep => _resolvePath
|
|
224
226
|
- update docs
|
|
225
|
-
- add private _resolveDeep ([558f4f8](https://github.com/thi-ng/umbrella/commit/558f4f8))
|
|
226
|
-
- fixes resolution issue if a function dynamically created deep values
|
|
227
227
|
|
|
228
228
|
#### ♻️ Refactoring
|
|
229
229
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/resolve-map",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.15",
|
|
4
4
|
"description": "DAG resolution of vanilla objects & arrays with internally linked values",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,17 +34,17 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.
|
|
38
|
-
"@thi.ng/checks": "^3.3.
|
|
39
|
-
"@thi.ng/errors": "^2.2.
|
|
40
|
-
"@thi.ng/paths": "^5.1.
|
|
37
|
+
"@thi.ng/api": "^8.5.0",
|
|
38
|
+
"@thi.ng/checks": "^3.3.3",
|
|
39
|
+
"@thi.ng/errors": "^2.2.4",
|
|
40
|
+
"@thi.ng/paths": "^5.1.23"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@microsoft/api-extractor": "^7.33.5",
|
|
44
|
-
"@thi.ng/testament": "^0.3.
|
|
44
|
+
"@thi.ng/testament": "^0.3.5",
|
|
45
45
|
"rimraf": "^3.0.2",
|
|
46
46
|
"tools": "^0.0.1",
|
|
47
|
-
"typedoc": "^0.23.
|
|
47
|
+
"typedoc": "^0.23.20",
|
|
48
48
|
"typescript": "^4.8.4"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"node": ">=12.7"
|
|
62
62
|
},
|
|
63
63
|
"files": [
|
|
64
|
-
"
|
|
65
|
-
"
|
|
64
|
+
"./*.js",
|
|
65
|
+
"./*.d.ts"
|
|
66
66
|
],
|
|
67
67
|
"exports": {
|
|
68
68
|
".": {
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
],
|
|
77
77
|
"year": 2018
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
|
|
80
80
|
}
|