@amalto/typings
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -10,3 +10,3 @@ export interface Id { | ||
description: string; | ||
calculatedContentMode: string; | ||
calculatedContentMode?: string; | ||
appInfo?: string; | ||
@@ -21,3 +21,3 @@ lastModifiedBy?: string; | ||
lastModifiedDate?: string; | ||
contentMode: string; | ||
contentMode?: string; | ||
revisionId?: string; | ||
@@ -24,0 +24,0 @@ } |
@@ -10,3 +10,3 @@ export interface Id { | ||
description: string | ||
calculatedContentMode: string | ||
calculatedContentMode?: string | ||
appInfo?: string | ||
@@ -22,3 +22,3 @@ lastModifiedBy?: string | ||
lastModifiedDate?: string | ||
contentMode: string | ||
contentMode?: string | ||
revisionId?: string | ||
@@ -25,0 +25,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "repository": { | ||
"dependencies": { | ||
"@amalto/service-helpers": "1.0.40", | ||
"@amalto/service-helpers": "1.0.41", | ||
"react": "15.6.2", | ||
@@ -38,0 +38,0 @@ "redux": "3.7.2" |
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
55561
+ Added@amalto/helpers@1.4.60(transitive)
+ Added@amalto/service-helpers@1.0.41(transitive)
- Removed@amalto/helpers@1.4.59(transitive)
- Removed@amalto/service-helpers@1.0.40(transitive)