@nstudio/ionic
Advanced tools
Comparing version 13.4.2-rc.1 to 13.4.2-rc.2
{ | ||
"name": "@nstudio/ionic", | ||
"version": "13.4.2-rc.1", | ||
"version": "13.4.2-rc.2", | ||
"description": "Ionic Plugin for xplat", | ||
@@ -32,4 +32,4 @@ "homepage": "https://nstudio.io/xplat", | ||
"peerDependencies": { | ||
"@nstudio/xplat": "13.4.2-rc.1" | ||
"@nstudio/xplat": "13.4.2-rc.2" | ||
} | ||
} |
@@ -35,3 +35,3 @@ "use strict"; | ||
scripts[`sync.${platformApp}`] = `cd apps/${directory}${options.name} && npm run cap.copy`; | ||
scripts[`clean.${platformApp}`] = `cd apps/${directory}${options.name} && npx rimraf hooks node_modules platforms www plugins ios android package-lock.json && yarn config set ignore-engines true && yarn`; | ||
scripts[`clean.${platformApp}`] = `cd apps/${directory}${options.name} && npx rimraf hooks node_modules platforms www plugins ios android package-lock.json yarn.lock && yarn`; | ||
return (0, xplat_1.updatePackageScripts)(tree, scripts); | ||
@@ -38,0 +38,0 @@ }, |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.stencilSass = exports.stencilCore = exports.ionicCore = exports.capacitorVersion = exports.ionicNativeStatusbarVersion = exports.ionicNativeSplashScreenVersion = exports.ionicNativeCoreVersion = exports.xplatVersion = void 0; | ||
exports.xplatVersion = '13.4.2-rc.1'; | ||
exports.xplatVersion = '13.4.2-rc.2'; | ||
exports.ionicNativeCoreVersion = '^5.30.0'; | ||
@@ -6,0 +6,0 @@ exports.ionicNativeSplashScreenVersion = '^5.30.0'; |
88784