max-priority-queue-typed 1.19.7 → 1.20.0

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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,7 +14,8 @@ npm i max-priority-queue
14
14
  ```bash
15
15
  yarn add max-priority-queue
16
16
  ```
17
-
17
+ ### methods
18
+ ![](https://github.com/zrwusa/assets/blob/master/images/data-structure-typed/methods-8bit/max-priority-queue.png?raw=true)
18
19
  ### snippet
19
20
  #### TS
20
21
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "max-priority-queue-typed",
3
- "version": "1.19.7",
3
+ "version": "1.20.0",
4
4
  "description": "Max Priority Queue. Javascript & Typescript Data Structure.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -54,7 +54,7 @@
54
54
  "typescript": "^4.9.5"
55
55
  },
56
56
  "dependencies": {
57
- "data-structure-typed": "^1.19.7",
57
+ "data-structure-typed": "^1.20.0",
58
58
  "zod": "^3.22.2"
59
59
  }
60
60
  }