@holisticon/nativescript-buildhelper
Advanced tools
Comparing version 0.3.0 to 0.3.1-develop-58
@@ -1,2 +0,5 @@ | ||
<a name="0.3.0"></a> | ||
## [0.3.1](https://github.com/holisticon/nativescript-buildhelper/compare/v0.3.0...v0.3.1) (2018-11-01) | ||
# [0.3.0](https://github.com/holisticon/nativescript-buildhelper/compare/v0.2.1...v0.3.0) (2018-08-29) | ||
@@ -18,3 +21,2 @@ | ||
<a name="0.2.1"></a> | ||
## [0.2.1](https://github.com/holisticon/nativescript-buildhelper/compare/v0.2.0...v0.2.1) (2017-12-14) | ||
@@ -24,3 +26,2 @@ | ||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/holisticon/nativescript-buildhelper/compare/a3339fc...v0.2.0) (2017-11-10) | ||
@@ -27,0 +28,0 @@ |
134
package.json
{ | ||
"name": "@holisticon/nativescript-buildhelper", | ||
"version": "0.3.0", | ||
"description": "Basic NPM package for helping on automate releasing of NativeScript Apps", | ||
"bin": { | ||
"tns-buildnumbering": "tns-buildnumbering.js", | ||
"tns-package": "tns-package.js", | ||
"tns-changelog": "tns-changelog.js", | ||
"tns-release-notes": "tns-release-notes.js" | ||
}, | ||
"scripts": { | ||
"preclean": "npm i rimraf", | ||
"clean": "rimraf node_modules && npm i", | ||
"build": "npm run tsc", | ||
"tsc": "tsc", | ||
"postclean": "", | ||
"debug": "node --debug-brk node_modules/jasmine-node/lib/jasmine-node/cli.js test/specs/*.spec.js", | ||
"e2e": "jasmine-node test/e2e/*.spec.js --junitreport --output target/e2e-reports/ --verbose --color", | ||
"jsdoc": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md ./etc", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'", | ||
"release:pre": "npm run build && npm run test", | ||
"release:post": "npm run changelog && npm run changelog:add", | ||
"release:major": "npm run release:pre && npm version major && npm run release:post && git push origin && git push origin --tags && npm run version-and-push", | ||
"release:minor": "npm run release:pre && npm version minor && npm run release:post && git push origin && git push origin --tags && npm run version-and-push", | ||
"release:patch": "npm run release:pre && npm version patch && npm run release:post && git push origin && git push origin --tags && npm run version-and-push", | ||
"merge-and-publish:pre": "git checkout master && git merge develop", | ||
"merge-and-publish": "mv ../README.md .&& mv ../LICENSE . && npm publish && git reset --hard && git clean -f", | ||
"merge-and-publish:post": "git checkout master && git merge develop" | ||
}, | ||
"dependencies": { | ||
"xml2js": "0.4.16", | ||
"yargs": "12.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/core-js": "2.5.0", | ||
"@types/jasmine": "2.8.4", | ||
"@types/node": "9.6.3", | ||
"conventional-changelog-cli": "1.3.22", | ||
"fs": "0.0.2", | ||
"ink-docstrap": "1.3.2", | ||
"jasmine-core": "3.1.0", | ||
"jasmine-json": "0.0.3", | ||
"jasmine-node": "1.14.6", | ||
"rimraf": "^2.6.2", | ||
"rxjs": "5.5.6", | ||
"tsdoc": "0.0.4", | ||
"tslint": "5.9.0", | ||
"tslint-eslint-rules": "5.2.0", | ||
"typescript": "2.2.2" | ||
}, | ||
"peerDependencies": {}, | ||
"keywords": [ | ||
"angular2", | ||
"nativescript", | ||
"holisticon" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/holisticon/nativescript-buildhelper.git" | ||
}, | ||
"author": "Martin Reinhardt", | ||
"license": "MIT", | ||
"engine-strict": true, | ||
"engines": { | ||
"node": ">= 4.4", | ||
"npm": ">= 3" | ||
} | ||
"name": "@holisticon/nativescript-buildhelper", | ||
"version": "0.3.1-develop-58", | ||
"description": "Basic NPM package for helping on automate releasing of NativeScript Apps", | ||
"bin": { | ||
"tns-buildnumbering": "tns-buildnumbering.js", | ||
"tns-package": "tns-package.js", | ||
"tns-changelog": "tns-changelog.js", | ||
"tns-release-notes": "tns-release-notes.js" | ||
}, | ||
"scripts": { | ||
"preclean": "npm i rimraf", | ||
"clean": "rimraf node_modules && npm i", | ||
"build": "npm run tsc", | ||
"tsc": "tsc", | ||
"postclean": "", | ||
"debug": "node --debug-brk node_modules/jasmine-node/lib/jasmine-node/cli.js test/specs/*.spec.js", | ||
"e2e": "jasmine-node test/e2e/*.spec.js --junitreport --output target/e2e-reports/ --verbose --color", | ||
"jsdoc": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md ./etc", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'", | ||
"release:pre": "npm run build && npm run test", | ||
"release:post": "npm run changelog && npm run changelog:add", | ||
"release:major": "npm run release:pre && npm version major && npm run release:post && git push origin && git push origin --tags && npm run version-and-push", | ||
"release:minor": "npm run release:pre && npm version minor && npm run release:post && git push origin && git push origin --tags && npm run version-and-push", | ||
"release:patch": "npm run release:pre && npm version patch && npm run release:post && git push origin && git push origin --tags && npm run version-and-push", | ||
"merge-and-publish:pre": "git checkout master && git merge develop", | ||
"merge-and-publish": "mv ../README.md .&& mv ../LICENSE . && npm publish && git reset --hard && git clean -f", | ||
"merge-and-publish:post": "git checkout master && git merge develop" | ||
}, | ||
"dependencies": { | ||
"xml2js": "0.4.16", | ||
"yargs": "12.0.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/tsdoc": "0.11.0", | ||
"@types/core-js": "2.5.0", | ||
"@types/jasmine": "2.8.4", | ||
"@types/node": "9.6.3", | ||
"conventional-changelog-cli": "2.0.7", | ||
"fs": "0.0.2", | ||
"ink-docstrap": "1.3.2", | ||
"jasmine-core": "3.3.0", | ||
"jasmine-json": "0.0.3", | ||
"jasmine-node": "1.14.6", | ||
"rimraf": "^2.6.2", | ||
"rxjs": "5.5.6", | ||
"tslint": "5.9.0", | ||
"tslint-eslint-rules": "5.2.0", | ||
"typescript": "2.2.2" | ||
}, | ||
"peerDependencies": {}, | ||
"keywords": [ | ||
"angular2", | ||
"nativescript", | ||
"holisticon" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/holisticon/nativescript-buildhelper.git" | ||
}, | ||
"author": "Martin Reinhardt", | ||
"license": "MIT", | ||
"engine-strict": true, | ||
"engines": { | ||
"node": ">= 4.4", | ||
"npm": ">= 3" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15851
14
175