capacitor-plugin-standard-version
Advanced tools
Comparing version
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.1.1](https://github.com/Cap-go/capacitor-plugin-standard-version/compare/v1.1.0...v1.1.1) (2023-01-12) | ||
### Bug Fixes | ||
* issue script ([9caca1b](https://github.com/Cap-go/capacitor-plugin-standard-version/commit/9caca1bce32f6c39086e48b0783fee518a4036e5)) | ||
## 1.1.0 (2023-01-12) | ||
@@ -7,0 +14,0 @@ |
#!/usr/bin/env node | ||
(()=>{"use strict";var e={360:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.writeVersion=t.readVersion=void 0,t.readVersion=e=>e.match(/String PLUGIN_VERSION = "(.*)";/).toString(),t.writeVersion=(e,t)=>e.replace(/String PLUGIN_VERSION = ".*";/g,`String PLUGIN_VERSION = "${t}";`)},93:function(e,t,r){var i=this&&this.__createBinding||(Object.create?function(e,t,r,i){void 0===i&&(i=r);var n=Object.getOwnPropertyDescriptor(t,r);n&&!("get"in n?!t.__esModule:n.writable||n.configurable)||(n={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,i,n)}:function(e,t,r,i){void 0===i&&(i=r),e[i]=t[r]}),n=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&i(t,e,r);return n(t,e),t},a=this&&this.__awaiter||function(e,t,r,i){return new(r||(r=Promise))((function(n,o){function a(e){try{u(i.next(e))}catch(e){o(e)}}function s(e){try{u(i.throw(e))}catch(e){o(e)}}function u(e){var t;e.done?n(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}u((i=i.apply(e,t||[])).next())}))},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const u=o(r(360)),c=o(r(290)),d=r(147),l=r(292),f=s(r(389)),p=r(17),v=s(r(322)),_=s(r(731)),h={noVerify:!0,tagPrefix:"",packageFiles:[{filename:"./package.json",type:"json"}],bumpFiles:[{filename:"",updater:u},{filename:"",updater:c},{filename:"./package.json",type:"json"},{filename:"./package-lock.json",type:"json"}]};!function(){a(this,void 0,void 0,(function*(){try{const{iosPath:e,androidPath:t}=yield a(void 0,void 0,void 0,(function*(){const e=(yield a(void 0,void 0,void 0,(function*(){const e=[],t=yield(0,l.readdir)("./ios/Plugin");for(const r of t){const t=(0,p.extname)(r);if(".m"===t){const i=r.replace(t,"");e.push(i)}}return e})))[0];return{iosPath:`./ios/Plugin/${e}.swift`,androidPath:`./android/src/main/java/${(0,d.readFileSync)("./android/build.gradle","utf8").match(/namespace "(.*)"/g)[0].replace(/namespace "(.*)"/g,"$1").split(".").join("/")}/${e}.java`}}));h.bumpFiles[0].filename=e,h.bumpFiles[1].filename=t;const r=(0,f.default)(_.default.argv,h);yield(0,v.default)(r)}catch(e){throw console.error(e),e}}))}()},290:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.writeVersion=t.readVersion=void 0,t.readVersion=e=>e.match(/let PLUGIN_VERSION = "(.*)"/).toString(),t.writeVersion=(e,t)=>e.replace(/let PLUGIN_VERSION = ".*"/g,`let PLUGIN_VERSION = "${t}"`)},389:e=>{e.exports=require("merge-deep")},322:e=>{e.exports=require("standard-version")},731:e=>{e.exports=require("standard-version/command")},147:e=>{e.exports=require("fs")},292:e=>{e.exports=require("fs/promises")},17:e=>{e.exports=require("path")}},t={};!function r(i){var n=t[i];if(void 0!==n)return n.exports;var o=t[i]={exports:{}};return e[i].call(o.exports,o,o.exports,r),o.exports}(93)})(); | ||
(()=>{"use strict";var e={360:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.writeVersion=t.readVersion=void 0;const r=/String\sPLUGIN_VERSION\s=\s"(.*)";/g;t.readVersion=function(e){const t=e.match(r);return t?t[0].replace(r,"$1"):null},t.writeVersion=function(e,t){return e.replace(r,`String PLUGIN_VERSION = "${t}";`)}},93:function(e,t,r){var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&n(t,e,r);return i(t,e),t},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(i,o){function a(e){try{u(n.next(e))}catch(e){o(e)}}function s(e){try{u(n.throw(e))}catch(e){o(e)}}function u(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}u((n=n.apply(e,t||[])).next())}))},s=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const u=o(r(360)),c=o(r(290)),l=r(147),d=r(292),f=s(r(389)),p=r(17),v=s(r(322)),h=s(r(731)),m={noVerify:!0,tagPrefix:"",packageFiles:[{filename:"./package.json",type:"json"}],bumpFiles:[{filename:"",updater:u},{filename:"",updater:c},{filename:"./package.json",type:"json"},{filename:"./package-lock.json",type:"json"}]};!function(){a(this,void 0,void 0,(function*(){try{const{iosPath:e,androidPath:t}=yield a(void 0,void 0,void 0,(function*(){const e=(yield a(void 0,void 0,void 0,(function*(){const e=[],t=yield(0,d.readdir)("./ios/Plugin");for(const r of t){const t=(0,p.extname)(r);if(".m"===t){const n=r.replace(t,"");e.push(n)}}return e})))[0];return{iosPath:`./ios/Plugin/${e}.swift`,androidPath:`./android/src/main/java/${(0,l.readFileSync)("./android/build.gradle","utf8").match(/namespace "(.*)"/g)[0].replace(/namespace "(.*)"/g,"$1").split(".").join("/")}/${e}.java`}}));m.bumpFiles[0].filename=t,m.bumpFiles[1].filename=e;const r=(0,f.default)(h.default.argv,m);yield(0,v.default)(r)}catch(e){throw console.error(e),e}}))}()},290:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.writeVersion=t.readVersion=void 0;const r=/let\sPLUGIN_VERSION:\sString\s=\s"(.*)"/g;t.readVersion=function(e){const t=e.match(r);return t?t[0].replace(r,"$1"):null},t.writeVersion=function(e,t){return e.replace(r,`let PLUGIN_VERSION = "${t}"`)}},389:e=>{e.exports=require("merge-deep")},322:e=>{e.exports=require("standard-version")},731:e=>{e.exports=require("standard-version/command")},147:e=>{e.exports=require("fs")},292:e=>{e.exports=require("fs/promises")},17:e=>{e.exports=require("path")}},t={};!function r(n){var i=t[n];if(void 0!==i)return i.exports;var o=t[n]={exports:{}};return e[n].call(o.exports,o,o.exports,r),o.exports}(93)})(); |
{ | ||
"name": "capacitor-plugin-standard-version", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Default standard-version config for capacitor plugin", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,13 +0,14 @@ | ||
export const readVersion = contents => { | ||
const marketingVersionString = contents.match(/String PLUGIN_VERSION = "(.*)";/); | ||
const version = marketingVersionString.toString(); | ||
const regexAndroid = /String\sPLUGIN_VERSION\s=\s"(.*)";/g; | ||
export function readVersion(contents) { | ||
const marketingVersionString = contents.match(regexAndroid); | ||
const version = marketingVersionString | ||
? marketingVersionString[0].replace(regexAndroid, '$1') | ||
: null; | ||
return version; | ||
}; | ||
} | ||
export const writeVersion = (contents, version) => { | ||
const newContent = contents.replace( | ||
/String PLUGIN_VERSION = ".*";/g, | ||
`String PLUGIN_VERSION = "${version}";` | ||
); | ||
export function writeVersion(contents, version) { | ||
const newContent = contents.replace(regexAndroid, `String PLUGIN_VERSION = "${version}";`); | ||
return newContent; | ||
}; | ||
} |
@@ -78,4 +78,4 @@ import * as android from './android'; | ||
const { iosPath, androidPath } = await findPathPlugin(); | ||
baseConfig.bumpFiles[0].filename = iosPath; | ||
baseConfig.bumpFiles[1].filename = androidPath; | ||
baseConfig.bumpFiles[0].filename = androidPath; | ||
baseConfig.bumpFiles[1].filename = iosPath; | ||
const finalConfig = merge(command.argv, baseConfig); | ||
@@ -82,0 +82,0 @@ await standardVersion(finalConfig); |
@@ -1,13 +0,11 @@ | ||
export const readVersion = contents => { | ||
const marketingVersionString = contents.match(/let PLUGIN_VERSION = "(.*)"/); | ||
const version = marketingVersionString.toString(); | ||
const regexIos = /let\sPLUGIN_VERSION:\sString\s=\s"(.*)"/g; | ||
export function readVersion(contents) { | ||
const marketingVersionString = contents.match(regexIos); | ||
const version = marketingVersionString ? marketingVersionString[0].replace(regexIos, '$1') : null; | ||
return version; | ||
}; | ||
} | ||
export const writeVersion = (contents, version) => { | ||
const newContent = contents.replace( | ||
/let PLUGIN_VERSION = ".*"/g, | ||
`let PLUGIN_VERSION = "${version}"` | ||
); | ||
export function writeVersion(contents, version) { | ||
const newContent = contents.replace(regexIos, `let PLUGIN_VERSION = "${version}"`); | ||
return newContent; | ||
}; | ||
} |
29323
1.63%347
-0.57%