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