min-priority-queue-typed 1.36.5 → 1.36.8
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.
- package/README.md +8 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+

|
|
2
|
+

|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
8
|
+
|
|
1
9
|
# What
|
|
2
10
|
## Brief
|
|
3
11
|
This is a standalone Min Priority Queue data structure from the data-structure-typed collection. If you wish to access more data structures or advanced features, you can transition to directly installing the complete [data-structure-typed](https://www.npmjs.com/package/data-structure-typed) package
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "min-priority-queue-typed",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.8",
|
|
4
4
|
"description": "Min Priority Queue. Javascript & Typescript Data Structure.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -124,6 +124,6 @@
|
|
|
124
124
|
"typescript": "^4.9.5"
|
|
125
125
|
},
|
|
126
126
|
"dependencies": {
|
|
127
|
-
"data-structure-typed": "^1.36.
|
|
127
|
+
"data-structure-typed": "^1.36.8"
|
|
128
128
|
}
|
|
129
129
|
}
|