data-structure-typed 1.38.3 → 1.38.4

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/CHANGELOG.md +1 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
8
8
  - [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
9
9
  - [`auto-changelog`](https://github.com/CookPete/auto-changelog)
10
10
 
11
- ## [v1.38.3](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...main) (upcoming)
11
+ ## [v1.38.4](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...main) (upcoming)
12
12
 
13
13
  ### Changes
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "data-structure-typed",
3
- "version": "1.38.3",
3
+ "version": "1.38.4",
4
4
  "description": "Data Structures of Javascript & TypeScript. Binary Tree, BST, Graph, Heap, Priority Queue, Linked List, Queue, Deque, Stack, AVL Tree, Tree Multiset, Trie, Directed Graph, Undirected Graph, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/mjs/index.js",
@@ -39,7 +39,7 @@
39
39
  "copy:to-subs": "sh scripts/copy_to_all_subs.sh",
40
40
  "publish:subs": "npm run copy:to-subs && sh scripts/publish_all_subs.sh",
41
41
  "publish:docs": "sh scripts/publish_docs.sh",
42
- "publish:all": "npm run ci && npm publish && npm run publish:subs && npm run publish:docs"
42
+ "publish:all": "npm run ci && npm publish && npm run publish:docs && npm run publish:subs"
43
43
  },
44
44
  "repository": {
45
45
  "type": "git",
@@ -61,10 +61,10 @@
61
61
  "@typescript-eslint/eslint-plugin": "^6.7.4",
62
62
  "@typescript-eslint/parser": "^6.7.4",
63
63
  "auto-changelog": "^2.4.0",
64
- "avl-tree-typed": "^1.38.2",
64
+ "avl-tree-typed": "^1.38.3",
65
65
  "benchmark": "^2.1.4",
66
- "binary-tree-typed": "^1.38.2",
67
- "bst-typed": "^1.38.2",
66
+ "binary-tree-typed": "^1.38.3",
67
+ "bst-typed": "^1.38.3",
68
68
  "dependency-cruiser": "^14.1.0",
69
69
  "eslint": "^8.50.0",
70
70
  "eslint-config-prettier": "^9.0.0",