bst-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": "bst-typed",
3
- "version": "1.41.4",
3
+ "version": "1.41.5",
4
4
  "description": "BST (Binary Search Tree). Javascript & Typescript Data Structure.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -99,11 +99,12 @@
99
99
  "UMD",
100
100
  "esmodule",
101
101
  "java.util",
102
+ "c++ stl",
102
103
  "c++ std",
103
104
  "Python collections",
104
105
  "System.Collections.Generic",
105
- "STD",
106
- "std",
106
+ "STL",
107
+ "stl",
107
108
  "util",
108
109
  "collection",
109
110
  "Collection",
@@ -143,6 +144,6 @@
143
144
  "typescript": "^4.9.5"
144
145
  },
145
146
  "dependencies": {
146
- "data-structure-typed": "^1.41.4"
147
+ "data-structure-typed": "^1.41.5"
147
148
  }
148
149
  }