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": "graph-typed",
3
- "version": "1.41.4",
3
+ "version": "1.41.5",
4
4
  "description": "Graph. Javascript & Typescript Data Structure.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -94,11 +94,12 @@
94
94
  "UMD",
95
95
  "esmodule",
96
96
  "java.util",
97
+ "c++ stl",
97
98
  "c++ std",
98
99
  "Python collections",
99
100
  "System.Collections.Generic",
100
- "STD",
101
- "std",
101
+ "STL",
102
+ "stl",
102
103
  "util",
103
104
  "collection",
104
105
  "Collection",
@@ -135,6 +136,6 @@
135
136
  "typescript": "^4.9.5"
136
137
  },
137
138
  "dependencies": {
138
- "data-structure-typed": "^1.41.4"
139
+ "data-structure-typed": "^1.41.5"
139
140
  }
140
141
  }