min-heap-typed 1.41.4 → 1.41.5
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/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "min-heap-typed",
|
|
3
|
-
"version": "1.41.
|
|
3
|
+
"version": "1.41.5",
|
|
4
4
|
"description": "Min Heap. Javascript & Typescript Data Structure.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -91,11 +91,12 @@
|
|
|
91
91
|
"UMD",
|
|
92
92
|
"esmodule",
|
|
93
93
|
"java.util",
|
|
94
|
+
"c++ stl",
|
|
94
95
|
"c++ std",
|
|
95
96
|
"Python collections",
|
|
96
97
|
"System.Collections.Generic",
|
|
97
|
-
"
|
|
98
|
-
"
|
|
98
|
+
"STL",
|
|
99
|
+
"stl",
|
|
99
100
|
"util",
|
|
100
101
|
"collection",
|
|
101
102
|
"Collection",
|
|
@@ -131,6 +132,6 @@
|
|
|
131
132
|
"typescript": "^4.9.5"
|
|
132
133
|
},
|
|
133
134
|
"dependencies": {
|
|
134
|
-
"data-structure-typed": "^1.41.
|
|
135
|
+
"data-structure-typed": "^1.41.5"
|
|
135
136
|
}
|
|
136
137
|
}
|