@ionic/cli-plugin-ionic-angular
Advanced tools
Comparing version
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="1.4.0-alpha.584ae753"></a> | ||
# 1.4.0-alpha.584ae753 (2017-07-10) | ||
<a name="1.3.2"></a> | ||
## [1.3.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-plugin-ionic-angular@1.3.1...@ionic/cli-plugin-ionic-angular@1.3.2) (2017-07-11) | ||
@@ -10,0 +10,0 @@ |
@@ -39,17 +39,23 @@ "use strict"; | ||
yield AppScripts.processPageRequest(context, name); | ||
break; | ||
case 'component': | ||
const componentData = yield promptQuestions(context); | ||
yield AppScripts.processComponentRequest(context, name, componentData); | ||
break; | ||
case 'directive': | ||
const directiveData = yield promptQuestions(context); | ||
yield AppScripts.processDirectiveRequest(context, name, directiveData); | ||
break; | ||
case 'pipe': | ||
const pipeData = yield promptQuestions(context); | ||
yield AppScripts.processPipeRequest(context, name, pipeData); | ||
break; | ||
case 'provider': | ||
const providerData = yield promptQuestions(context); | ||
yield AppScripts.processProviderRequest(context, name, providerData); | ||
break; | ||
case 'tabs': | ||
const tabsData = yield generate_1.tabsPrompt(args.env); | ||
yield AppScripts.processTabsRequest(context, name, tabsData); | ||
break; | ||
} | ||
@@ -56,0 +62,0 @@ return []; |
@@ -18,3 +18,3 @@ "use strict"; | ||
exports.name = '@ionic/cli-plugin-ionic-angular'; | ||
exports.version = '1.4.0-alpha.584ae753'; | ||
exports.version = '1.4.0-alpha.5dcf250b'; | ||
exports.preferGlobal = false; | ||
@@ -21,0 +21,0 @@ function getIonicAngularVersion(env) { |
{ | ||
"name": "@ionic/cli-plugin-ionic-angular", | ||
"version": "1.4.0-alpha.584ae753", | ||
"version": "1.4.0-alpha.5dcf250b", | ||
"description": "Ionic CLI build plugin for Ionic Angular projects", | ||
@@ -45,3 +45,3 @@ "homepage": "https://ionic.io/", | ||
"dependencies": { | ||
"@ionic/cli-utils": "1.5.0-alpha.584ae753", | ||
"@ionic/cli-utils": "1.6.0-alpha.5dcf250b", | ||
"chalk": "^2.0.0" | ||
@@ -54,3 +54,3 @@ }, | ||
"@ionic/app-scripts": "^2.0.0", | ||
"@ionic/cli-scripts": "0.3.0-alpha.584ae753", | ||
"@ionic/cli-scripts": "0.3.0-alpha.5dcf250b", | ||
"@types/chalk": "^0.4.31", | ||
@@ -57,0 +57,0 @@ "@types/clean-css": "^3.4.30", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
19947
1.21%314
1.95%+ Added
- Removed