@thi.ng/resolve-map 7.1.130 → 7.1.132

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 +2 -2
  2. package/index.js +1 -0
  3. package/package.json +8 -8
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 214 standalone projects, maintained as part
10
+ > This is one of 215 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
@@ -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.132",
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.20",
44
+ "@thi.ng/checks": "^3.9.0",
45
+ "@thi.ng/errors": "^2.6.9",
46
+ "@thi.ng/paths": "^5.2.39"
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": "92be63f24030506f09d6d156804da2798c381dc4"
83
83
  }