@thi.ng/trie 2.1.0 → 2.1.3

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 (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,9 +7,11 @@
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 215 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
- > and anti-framework.
10
+
11
+ > This is one of 215 standalone projects. LLM-free, human-made and
12
+ > cared for software, maintained as part of the
13
+ > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
+ > anti-framework.
13
15
  >
14
16
  > 🚀 Please help me to work full-time on these projects by [sponsoring
15
17
  > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
@@ -144,7 +146,7 @@ For Node.js REPL:
144
146
  const trie = await import("@thi.ng/trie");
145
147
  ```
146
148
 
147
- Package sizes (brotli'd, pre-treeshake): ESM: 1.14 KB
149
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.21 KB
148
150
 
149
151
  ## Dependencies
150
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/trie",
3
- "version": "2.1.0",
3
+ "version": "2.1.3",
4
4
  "description": "Trie-based ES6-like Map data structures with prefix search/query support",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,7 +40,7 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.22"
43
+ "@thi.ng/api": "^8.12.25"
44
44
  },
45
45
  "devDependencies": {
46
46
  "esbuild": "^0.28.0",
@@ -94,5 +94,5 @@
94
94
  ],
95
95
  "year": 2020
96
96
  },
97
- "gitHead": "c7cac408d745321039d308ce3680a81c7fc23114"
97
+ "gitHead": "65b041e97110e16c01cf968949b72a0873f14445"
98
98
  }