avl-tree-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": "avl-tree-typed",
3
- "version": "1.41.4",
3
+ "version": "1.41.5",
4
4
  "description": "AVLTree(Adelson-Velsky and Landis Tree). Javascript & Typescript Data Structure.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -127,11 +127,12 @@
127
127
  "UMD",
128
128
  "esmodule",
129
129
  "java.util",
130
+ "c++ stl",
130
131
  "c++ std",
131
132
  "Python collections",
132
133
  "System.Collections.Generic",
133
- "STD",
134
- "std",
134
+ "STL",
135
+ "stl",
135
136
  "util",
136
137
  "collection",
137
138
  "Collection",
@@ -162,6 +163,6 @@
162
163
  "typescript": "^4.9.5"
163
164
  },
164
165
  "dependencies": {
165
- "data-structure-typed": "^1.41.4"
166
+ "data-structure-typed": "^1.41.5"
166
167
  }
167
168
  }