@123samir/gonna-build-a-mountain-po-sync
Advanced tools
Comparing version 7.0.0-rc.0 to 7.0.0
{ | ||
"name": "@123samir/gonna-build-a-mountain-po-sync", | ||
"version": "7.0.0-rc.0", | ||
"version": "7.0.0", | ||
"description": "PO UI - Sync", | ||
@@ -23,5 +23,5 @@ "author": "PO UI", | ||
"@ionic-native/network": "5.23.0", | ||
"@po-ui/ng-storage": "7.0.0-rc.0", | ||
"@po-ui/ng-storage": "7.0.0", | ||
"http-status-codes": "^1.4.0", | ||
"@po-ui/ng-schematics": "7.0.0-rc.0", | ||
"@po-ui/ng-schematics": "7.0.0", | ||
"tslib": "^2.0.0" | ||
@@ -33,3 +33,3 @@ }, | ||
"@ionic-native/network": "5.23.0", | ||
"@po-ui/ng-storage": "7.0.0-rc.0", | ||
"@po-ui/ng-storage": "7.0.0", | ||
"http-status-codes": "^1.4.0", | ||
@@ -36,0 +36,0 @@ "rxjs": "~6.5.5", |
@@ -27,3 +27,3 @@ "use strict"; | ||
return (tree, context) => { | ||
package_config_1.addPackageToPackageJson(tree, '@po-ui/ng-sync', '7.0.0-rc.0'); | ||
package_config_1.addPackageToPackageJson(tree, '@po-ui/ng-sync', '7.0.0'); | ||
// install packages | ||
@@ -30,0 +30,0 @@ context.addTask(new tasks_1.NodePackageInstallTask()); |
@@ -12,3 +12,3 @@ "use strict"; | ||
return schematics_1.chain([ | ||
updatePackageJson('7.0.0-rc.0', changes_1.dependeciesChanges), | ||
updatePackageJson('7.0.0', changes_1.dependeciesChanges), | ||
replace_1.replaceInFile('tslint.json', changes_1.tsLintChanges), | ||
@@ -15,0 +15,0 @@ createUpgradeRule(), |
@@ -9,3 +9,3 @@ "use strict"; | ||
function updateToV3() { | ||
return schematics_1.chain([package_config_1.updatePackageJson('7.0.0-rc.0', changes_1.updateDepedenciesVersion), postUpdate()]); | ||
return schematics_1.chain([package_config_1.updatePackageJson('7.0.0', changes_1.updateDepedenciesVersion), postUpdate()]); | ||
} | ||
@@ -12,0 +12,0 @@ exports.updateToV3 = updateToV3; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
1295033
Updated@po-ui/ng-schematics@7.0.0
Updated@po-ui/ng-storage@7.0.0