@travetto/model
Advanced tools
Comparing version 3.4.0-rc.7 to 3.4.0-rc.8
{ | ||
"name": "@travetto/model", | ||
"version": "3.4.0-rc.7", | ||
"version": "3.4.0-rc.8", | ||
"description": "Datastore abstraction for core operations.", | ||
@@ -29,10 +29,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/config": "^3.4.0-rc.6", | ||
"@travetto/di": "^3.4.0-rc.6", | ||
"@travetto/registry": "^3.4.0-rc.7", | ||
"@travetto/schema": "^3.4.0-rc.6" | ||
"@travetto/config": "^3.4.0-rc.7", | ||
"@travetto/di": "^3.4.0-rc.7", | ||
"@travetto/registry": "^3.4.0-rc.8", | ||
"@travetto/schema": "^3.4.0-rc.7" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/cli": "^3.4.0-rc.7", | ||
"@travetto/test": "^3.4.0-rc.6" | ||
"@travetto/cli": "^3.4.0-rc.9", | ||
"@travetto/test": "^3.4.0-rc.7" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependenciesMeta": { |
@@ -10,3 +10,3 @@ import { CliCommand } from '@travetto/cli'; | ||
*/ | ||
@CliCommand({ fields: ['env', 'module'] }) | ||
@CliCommand({ addEnv: true, addModule: true }) | ||
export class ModelExportCommand extends BaseModelCommand { | ||
@@ -13,0 +13,0 @@ |
@@ -10,3 +10,3 @@ import { CliCommand, cliTpl } from '@travetto/cli'; | ||
*/ | ||
@CliCommand({ fields: ['env', 'module'] }) | ||
@CliCommand({ addEnv: true, addModule: true }) | ||
export class ModelInstallCommand extends BaseModelCommand { | ||
@@ -13,0 +13,0 @@ |
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
160844
Updated@travetto/config@^3.4.0-rc.7
Updated@travetto/di@^3.4.0-rc.7
Updated@travetto/schema@^3.4.0-rc.7