directed-graph-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": "directed-graph-typed",
3
- "version": "1.41.4",
3
+ "version": "1.41.5",
4
4
  "description": "Directed Graph. Javascript & Typescript Data Structure.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -105,11 +105,12 @@
105
105
  "UMD",
106
106
  "esmodule",
107
107
  "java.util",
108
+ "c++ stl",
108
109
  "c++ std",
109
110
  "Python collections",
110
111
  "System.Collections.Generic",
111
- "STD",
112
- "std",
112
+ "STL",
113
+ "stl",
113
114
  "util",
114
115
  "collection",
115
116
  "Collection",
@@ -146,6 +147,6 @@
146
147
  "typescript": "^4.9.5"
147
148
  },
148
149
  "dependencies": {
149
- "data-structure-typed": "^1.41.4"
150
+ "data-structure-typed": "^1.41.5"
150
151
  }
151
152
  }