@craftercms/models
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -16,11 +16,11 @@ /* | ||
*/ | ||
export * from './src/crafter-config'; | ||
export * from './src/CrafterConfig'; | ||
export * from './src/descriptor'; | ||
export * from './src/item'; | ||
export * from './src/navigation-item'; | ||
export * from './src/NavigationItem'; | ||
export * from './src/page'; | ||
export * from './src/lookup-table'; | ||
export * from './src/redux-store'; | ||
export * from './src/LookupTable'; | ||
export * from './src/ReduxStore'; | ||
export * from './src/message'; | ||
export * from './src/ContentInstance'; | ||
//# sourceMappingURL=models.js.map |
@@ -16,11 +16,11 @@ /* | ||
*/ | ||
export * from './src/crafter-config'; | ||
export * from './src/CrafterConfig'; | ||
export * from './src/descriptor'; | ||
export * from './src/item'; | ||
export * from './src/navigation-item'; | ||
export * from './src/NavigationItem'; | ||
export * from './src/page'; | ||
export * from './src/lookup-table'; | ||
export * from './src/redux-store'; | ||
export * from './src/LookupTable'; | ||
export * from './src/ReduxStore'; | ||
export * from './src/message'; | ||
export * from './src/ContentInstance'; | ||
//# sourceMappingURL=models.js.map |
@@ -1,9 +0,9 @@ | ||
export * from './src/crafter-config'; | ||
export * from './src/CrafterConfig'; | ||
export * from './src/descriptor'; | ||
export * from './src/item'; | ||
export * from './src/navigation-item'; | ||
export * from './src/NavigationItem'; | ||
export * from './src/page'; | ||
export * from './src/lookup-table'; | ||
export * from './src/redux-store'; | ||
export * from './src/LookupTable'; | ||
export * from './src/ReduxStore'; | ||
export * from './src/message'; | ||
export * from './src/ContentInstance'; |
{ | ||
"name": "@craftercms/models", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Crafter CMS data model definitions", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/models.umd.js", |
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
77246
814