undirected-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.
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "undirected-graph-typed",
|
|
3
|
-
"version": "1.41.
|
|
3
|
+
"version": "1.41.5",
|
|
4
4
|
"description": "Undirected Graph. Javascript & Typescript Data Structure.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -103,11 +103,12 @@
|
|
|
103
103
|
"UMD",
|
|
104
104
|
"esmodule",
|
|
105
105
|
"java.util",
|
|
106
|
+
"c++ stl",
|
|
106
107
|
"c++ std",
|
|
107
108
|
"Python collections",
|
|
108
109
|
"System.Collections.Generic",
|
|
109
|
-
"
|
|
110
|
-
"
|
|
110
|
+
"STL",
|
|
111
|
+
"stl",
|
|
111
112
|
"util",
|
|
112
113
|
"collection",
|
|
113
114
|
"Collection",
|
|
@@ -144,6 +145,6 @@
|
|
|
144
145
|
"typescript": "^4.9.5"
|
|
145
146
|
},
|
|
146
147
|
"dependencies": {
|
|
147
|
-
"data-structure-typed": "^1.41.
|
|
148
|
+
"data-structure-typed": "^1.41.5"
|
|
148
149
|
}
|
|
149
150
|
}
|