@finos/legend-storage
Advanced tools
Comparing version 3.0.110 to 3.0.111
@@ -20,2 +20,4 @@ /** | ||
export * from './DependencyUtils.js'; | ||
export * from './DepotGeneration.js'; | ||
export * from './StoredFileGeneration.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -20,2 +20,4 @@ /** | ||
export * from './DependencyUtils.js'; | ||
export * from './DepotGeneration.js'; | ||
export * from './StoredFileGeneration.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@finos/legend-storage", | ||
"version": "3.0.110", | ||
"version": "3.0.111", | ||
"description": "Legend storage", | ||
@@ -40,3 +40,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@finos/legend-shared": "10.0.60" | ||
"@finos/legend-shared": "10.0.60", | ||
"serializr": "3.0.3" | ||
}, | ||
@@ -43,0 +44,0 @@ "devDependencies": { |
@@ -21,1 +21,3 @@ /** | ||
export * from './DependencyUtils.js'; | ||
export * from './DepotGeneration.js'; | ||
export * from './StoredFileGeneration.js'; |
@@ -47,5 +47,7 @@ { | ||
"./src/DependencyUtils.ts", | ||
"./src/DepotGeneration.ts", | ||
"./src/EntitiesWithOrigin.ts", | ||
"./src/Entity.ts", | ||
"./src/EntityUtils.ts", | ||
"./src/StoredFileGeneration.ts", | ||
"./src/index.ts" | ||
@@ -52,0 +54,0 @@ ], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46891
39
708
2
+ Addedserializr@3.0.3