@thi.ng/resolve-map 7.1.24 → 7.1.25
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 +1 -1
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -298,7 +298,7 @@ res.e(2);
|
|
|
298
298
|
#### Protecting values
|
|
299
299
|
|
|
300
300
|
Values can be protected from further resolution attempts by wrapping them via
|
|
301
|
-
[`resolved()`](https://docs.thi.ng/umbrella/resolve-map/
|
|
301
|
+
[`resolved()`](https://docs.thi.ng/umbrella/resolve-map/functions/resolved.html).
|
|
302
302
|
By default, these wrapped values are only used during the resolution phase and
|
|
303
303
|
the final result object/array will only contain the original, unwrapped values.
|
|
304
304
|
Unwrapped values will also be supplied to any lookup functions, no
|
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.25",
|
|
4
4
|
"description": "DAG resolution of vanilla objects & arrays with internally linked values",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@microsoft/api-extractor": "^7.34.2",
|
|
44
|
-
"@thi.ng/testament": "^0.3.
|
|
44
|
+
"@thi.ng/testament": "^0.3.12",
|
|
45
45
|
"rimraf": "^4.1.2",
|
|
46
46
|
"tools": "^0.0.1",
|
|
47
47
|
"typedoc": "^0.23.24",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
],
|
|
77
77
|
"year": 2018
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
|
|
80
80
|
}
|