list-toolkit 2.3.1 → 2.3.2

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 +1 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -127,6 +127,7 @@ BSD 3-Clause "New" or "Revised" License. See the LICENSE file for details.
127
127
 
128
128
  ## Release History
129
129
 
130
+ - 2.3.2 _Updated dev dependencies._
130
131
  - 2.3.1 _Bugfixes. Improved TS typing tests. Updated docs. Updated dev dependencies._
131
132
  - 2.3.0 _Added TypeScript declarations for all modules. Added JSDoc. Removed CJS build. Bugfixes. Added missing methods._
132
133
  - 2.2.6 _Updated dev dependencies._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "list-toolkit",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Zero-dependency list-based data structures: linked lists (doubly/singly linked, circular), caches (LRU, LFU, FIFO), heaps, queues, stacks, splay trees.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -60,10 +60,10 @@
60
60
  "llms": "https://raw.githubusercontent.com/uhop/list-toolkit/master/llms.txt",
61
61
  "llmsFull": "https://raw.githubusercontent.com/uhop/list-toolkit/master/llms-full.txt",
62
62
  "devDependencies": {
63
- "nano-benchmark": "^1.0.12",
63
+ "nano-benchmark": "^1.0.13",
64
64
  "prettier": "^3.8.1",
65
- "tape-six": "^1.7.11",
66
- "tape-six-proc": "^1.2.6",
65
+ "tape-six": "^1.7.12",
66
+ "tape-six-proc": "^1.2.7",
67
67
  "typescript": "^5.9.3"
68
68
  },
69
69
  "files": [