graph-typed
Advanced tools
Comparing version
@@ -8,2 +8,4 @@ /** | ||
*/ | ||
export * from 'data-structure-typed'; | ||
export * from 'data-structure-typed/src/data-structures/graph'; | ||
export * from 'data-structure-typed/src/types/data-structures/graph'; | ||
export * from 'data-structure-typed/src/types/helpers'; |
@@ -38,2 +38,4 @@ "use strict"; | ||
// } from 'data-structure-typed'; | ||
__exportStar(require("data-structure-typed"), exports); | ||
__exportStar(require("data-structure-typed/src/data-structures/graph"), exports); | ||
__exportStar(require("data-structure-typed/src/types/data-structures/graph"), exports); | ||
__exportStar(require("data-structure-typed/src/types/helpers"), exports); |
{ | ||
"name": "graph-typed", | ||
"version": "1.37.4", | ||
"version": "1.37.5", | ||
"description": "Graph. Javascript & Typescript Data Structure.", | ||
@@ -138,4 +138,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"data-structure-typed": "^1.37.4" | ||
"data-structure-typed": "^1.37.5" | ||
} | ||
} |
@@ -22,2 +22,4 @@ /** | ||
// } from 'data-structure-typed'; | ||
export * from 'data-structure-typed'; | ||
export * from 'data-structure-typed/src/data-structures/graph'; | ||
export * from 'data-structure-typed/src/types/data-structures/graph'; | ||
export * from 'data-structure-typed/src/types/helpers'; |
1275231
0.04%3191
0.19%Updated