release: 1.51.4

This commit is contained in:
Revone 2024-01-17 22:43:32 +08:00
parent 18b1fab16d
commit c6b9564db7
3 changed files with 33 additions and 33 deletions

View file

@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
- [`auto-changelog`](https://github.com/CookPete/auto-changelog)
## [v1.51.3](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...main) (upcoming)
## [v1.51.4](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...main) (upcoming)
### Changes

52
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "data-structure-typed",
"version": "1.51.3",
"version": "1.51.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "data-structure-typed",
"version": "1.51.3",
"version": "1.51.4",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.3.96",
@ -16,11 +16,11 @@
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"auto-changelog": "^2.4.0",
"avl-tree-typed": "^1.51.2",
"avl-tree-typed": "^1.51.3",
"benchmark": "^2.1.4",
"binary-tree-typed": "^1.51.2",
"bst-typed": "^1.51.2",
"data-structure-typed": "^1.51.2",
"binary-tree-typed": "^1.51.3",
"bst-typed": "^1.51.3",
"data-structure-typed": "^1.51.3",
"dependency-cruiser": "^14.1.0",
"doctoc": "^2.2.1",
"eslint": "^8.50.0",
@ -29,7 +29,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"fast-glob": "^3.3.1",
"heap-typed": "^1.51.2",
"heap-typed": "^1.51.3",
"istanbul-badges-readme": "^1.8.5",
"jest": "^29.7.0",
"js-sdsl": "^4.4.2",
@ -3097,12 +3097,12 @@
}
},
"node_modules/avl-tree-typed": {
"version": "1.51.2",
"resolved": "https://registry.npmjs.org/avl-tree-typed/-/avl-tree-typed-1.51.2.tgz",
"integrity": "sha512-lH48F6SbRTlDEEB6k7TjqkdDpGoXmbnPcxHsEfOaeaKKRxuL1JpfyZCXpEIl8h/kz6dhe3UQYPfp6vKP57Sczw==",
"version": "1.51.3",
"resolved": "https://registry.npmjs.org/avl-tree-typed/-/avl-tree-typed-1.51.3.tgz",
"integrity": "sha512-YLJqVGgO1UMrCstScmdxzEL3X21seRTF2TIFzPwOVyyPZvAx5Uvw7mt4Pt2yoQdLPyrI1B2evTfA+VL70L1vZw==",
"dev": true,
"dependencies": {
"data-structure-typed": "^1.51.2"
"data-structure-typed": "^1.51.3"
}
},
"node_modules/babel-jest": {
@ -3306,12 +3306,12 @@
}
},
"node_modules/binary-tree-typed": {
"version": "1.51.2",
"resolved": "https://registry.npmjs.org/binary-tree-typed/-/binary-tree-typed-1.51.2.tgz",
"integrity": "sha512-2gw8LHOAHq6TeVQvs9G7hR+34GDrU5fbb9Ip9qXI5ByIPNLyFio0ZdYW9b4IWoFXTltdb/yKCC10Crscj5J4hg==",
"version": "1.51.3",
"resolved": "https://registry.npmjs.org/binary-tree-typed/-/binary-tree-typed-1.51.3.tgz",
"integrity": "sha512-fiVyhKXnhMEo4x6S+Nv+s7HrLSmlw9D3xMf0zYr9aGBy6oOamOKTacS9iM6+o9imgZaR4i/gYe67VbzaSRETCQ==",
"dev": true,
"dependencies": {
"data-structure-typed": "^1.51.2"
"data-structure-typed": "^1.51.3"
}
},
"node_modules/brace-expansion": {
@ -3390,12 +3390,12 @@
}
},
"node_modules/bst-typed": {
"version": "1.51.2",
"resolved": "https://registry.npmjs.org/bst-typed/-/bst-typed-1.51.2.tgz",
"integrity": "sha512-HZAin1lXSA3wdbzbsx654O+b98rS1ZDKk4eyoFF11n5x09hhCMeMpq8RbNudqf4T8/O6iCipeRJHrlhvYjILoQ==",
"version": "1.51.3",
"resolved": "https://registry.npmjs.org/bst-typed/-/bst-typed-1.51.3.tgz",
"integrity": "sha512-z+NvQrAKjGg0dsMEV7JWxcf4T9BSxzn1WQ40+240T/giU2BeCrplUFa95wgwUvhEcaHL5Z265RJSqV4F4pGvCg==",
"dev": true,
"dependencies": {
"data-structure-typed": "^1.51.2"
"data-structure-typed": "^1.51.3"
}
},
"node_modules/buffer-from": {
@ -3838,9 +3838,9 @@
}
},
"node_modules/data-structure-typed": {
"version": "1.51.2",
"resolved": "https://registry.npmjs.org/data-structure-typed/-/data-structure-typed-1.51.2.tgz",
"integrity": "sha512-SsHwBgy/X3xHb8Myj9S5fReO21tEyqK0IVho9HBdhtbIrf5qqnMH+LPOxnS6iAAomrSu50yiSLytpPaecbOXhA==",
"version": "1.51.3",
"resolved": "https://registry.npmjs.org/data-structure-typed/-/data-structure-typed-1.51.3.tgz",
"integrity": "sha512-1CBAwjcxP8QN8z/f2mv+/27l4lI6xgg4lM4Sabi4d0FkmcyrJ+FW1I70B+2uoG+lfqMSKDqC9iVy6+2w+2NFDQ==",
"dev": true
},
"node_modules/debug": {
@ -5363,12 +5363,12 @@
}
},
"node_modules/heap-typed": {
"version": "1.51.2",
"resolved": "https://registry.npmjs.org/heap-typed/-/heap-typed-1.51.2.tgz",
"integrity": "sha512-bHoMxZ2nhDmgX4H1VYEBRCfTnO2VjU3TFU4UbR9vfnhWAVIKdnf617j0n6p8o9leA32cozsy49YEmSvW2qFAZg==",
"version": "1.51.3",
"resolved": "https://registry.npmjs.org/heap-typed/-/heap-typed-1.51.3.tgz",
"integrity": "sha512-43PfekhgUy3VmdTgH1Hn6hvYJqOtAJqEvHw8qO7h8pK37E0df550QbwcU9/f+5dqwPE7mi00bgsT4V8EYLf19g==",
"dev": true,
"dependencies": {
"data-structure-typed": "^1.51.2"
"data-structure-typed": "^1.51.3"
}
},
"node_modules/html-escaper": {

View file

@ -1,6 +1,6 @@
{
"name": "data-structure-typed",
"version": "1.51.3",
"version": "1.51.4",
"description": "Javascript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree(BST), AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack. Benchmark compared with C++ STL. API aligned with ES6 and Java.util. Usability is comparable to Python",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
@ -66,11 +66,11 @@
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"auto-changelog": "^2.4.0",
"avl-tree-typed": "^1.51.2",
"avl-tree-typed": "^1.51.3",
"benchmark": "^2.1.4",
"binary-tree-typed": "^1.51.2",
"bst-typed": "^1.51.2",
"data-structure-typed": "^1.51.2",
"binary-tree-typed": "^1.51.3",
"bst-typed": "^1.51.3",
"data-structure-typed": "^1.51.3",
"dependency-cruiser": "^14.1.0",
"doctoc": "^2.2.1",
"eslint": "^8.50.0",
@ -79,7 +79,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"fast-glob": "^3.3.1",
"heap-typed": "^1.51.2",
"heap-typed": "^1.51.3",
"istanbul-badges-readme": "^1.8.5",
"jest": "^29.7.0",
"js-sdsl": "^4.4.2",