@finos/legend-model-storage
Advanced tools
Comparing version 0.0.15 to 0.0.16
# @finos/legend-model-storage | ||
## 0.0.16 | ||
## 0.0.15 | ||
@@ -4,0 +6,0 @@ |
@@ -16,3 +16,3 @@ /** | ||
*/ | ||
export declare class Entity { | ||
export interface Entity { | ||
classifierPath: string; | ||
@@ -19,0 +19,0 @@ path: string; |
@@ -16,7 +16,3 @@ /** | ||
*/ | ||
export class Entity { | ||
classifierPath; | ||
path; | ||
content; | ||
} | ||
export {}; | ||
//# sourceMappingURL=Entity.js.map |
{ | ||
"name": "@finos/legend-model-storage", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Legend storage models", | ||
@@ -40,8 +40,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@finos/legend-shared": "1.1.1" | ||
"@finos/legend-shared": "1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@finos/legend-dev-utils": "0.3.7", | ||
"@finos/legend-dev-utils": "0.3.8", | ||
"cross-env": "7.0.3", | ||
"eslint": "8.7.0", | ||
"eslint": "8.8.0", | ||
"jest": "27.4.7", | ||
@@ -48,0 +48,0 @@ "lodash": "4.17.21", |
@@ -17,6 +17,6 @@ /** | ||
export class Entity { | ||
classifierPath!: string; | ||
path!: string; | ||
content!: Record<PropertyKey, unknown>; | ||
export interface Entity { | ||
classifierPath: string; | ||
path: string; | ||
content: Record<PropertyKey, unknown>; | ||
} |
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
22849
208
+ Added@finos/legend-shared@1.1.2(transitive)
- Removed@finos/legend-shared@1.1.1(transitive)
Updated@finos/legend-shared@1.1.2