@thi.ng/resolve-map 7.1.130 → 7.1.131

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/README.md +1 -1
  2. package/index.js +1 -0
  3. package/package.json +8 -8
package/README.md CHANGED
@@ -85,7 +85,7 @@ For Node.js REPL:
85
85
  const rm = await import("@thi.ng/resolve-map");
86
86
  ```
87
87
 
88
- Package sizes (brotli'd, pre-treeshake): ESM: 1.02 KB
88
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.11 KB
89
89
 
90
90
  ## Dependencies
91
91
 
package/index.js CHANGED
@@ -149,6 +149,7 @@ class Resolved {
149
149
  constructor(_value) {
150
150
  this._value = _value;
151
151
  }
152
+ _value;
152
153
  deref() {
153
154
  return this._value;
154
155
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/resolve-map",
3
- "version": "7.1.130",
3
+ "version": "7.1.131",
4
4
  "description": "DAG resolution of vanilla objects & arrays with internally linked values",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,14 +40,14 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.18",
44
- "@thi.ng/checks": "^3.8.8",
45
- "@thi.ng/errors": "^2.6.7",
46
- "@thi.ng/paths": "^5.2.37"
43
+ "@thi.ng/api": "^8.12.19",
44
+ "@thi.ng/checks": "^3.8.9",
45
+ "@thi.ng/errors": "^2.6.8",
46
+ "@thi.ng/paths": "^5.2.38"
47
47
  },
48
48
  "devDependencies": {
49
- "esbuild": "^0.27.2",
50
- "typedoc": "^0.28.16",
49
+ "esbuild": "^0.28.0",
50
+ "typedoc": "^0.28.18",
51
51
  "typescript": "^5.9.3"
52
52
  },
53
53
  "keywords": [
@@ -79,5 +79,5 @@
79
79
  ],
80
80
  "year": 2018
81
81
  },
82
- "gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
82
+ "gitHead": "a780d4a5f6f5fc595c9d28527686f63534927d32"
83
83
  }