@thi.ng/resolve-map 7.1.60 → 7.1.61

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
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-22T11:59:16Z
3
+ - **Last updated**: 2024-02-25T14:07:53Z
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/index.d.ts CHANGED
@@ -54,6 +54,8 @@ export interface ResolveOpts {
54
54
  *
55
55
  * @example
56
56
  * ```ts
57
+ * import { resolve } from "@thi.ng/resolve-map";
58
+ *
57
59
  * // `c` references sibling `d`
58
60
  * // `d` references parent `a`
59
61
  * resolve({ a: 1, b: { c: "@d", d: "@/a" } })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/resolve-map",
3
- "version": "7.1.60",
3
+ "version": "7.1.61",
4
4
  "description": "DAG resolution of vanilla objects & arrays with internally linked values",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,10 +35,10 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.25",
38
+ "@thi.ng/api": "^8.9.26",
39
39
  "@thi.ng/checks": "^3.5.0",
40
40
  "@thi.ng/errors": "^2.4.18",
41
- "@thi.ng/paths": "^5.1.67"
41
+ "@thi.ng/paths": "^5.1.68"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.40.1",
@@ -76,5 +76,5 @@
76
76
  ],
77
77
  "year": 2018
78
78
  },
79
- "gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n"
79
+ "gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n"
80
80
  }