@iadvize-oss/hello-world
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -10,4 +10,10 @@ # Changelog | ||
## [0.0.20] | ||
## [0.0.21] | ||
## [0.0.21] | ||
### Added | ||
- fake data | ||
## [0.0.20] | ||
@@ -131,6 +137,8 @@ | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.20...HEAD | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.21...HEAD | ||
[0.0.20]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.20...v0.0.20 | ||
[0.0.21]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.21...v0.0.21 | ||
[0.0.21]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.20...v0.0.21 | ||
[0.0.20]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.19...v0.0.20 | ||
@@ -137,0 +145,0 @@ |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.0.20", | ||
"description": "Does nothing.", | ||
"version": "0.0.21", | ||
"description": "Say hello", | ||
"main": "dist/index.js", | ||
@@ -11,3 +11,3 @@ "files": [ | ||
"build": "tsc", | ||
"test": "echo \"no test\"", | ||
"test": "jest --coverage", | ||
"lint": "echo \"no lint\"", | ||
@@ -31,6 +31,12 @@ "version": "VERSION=$(cat package.json | jq '.version') && remark CHANGELOG.md -o --use @jarrodldavis/changelog-version-bump=version:$VERSION && git add CHANGELOG.md " | ||
"devDependencies": { | ||
"@babel/core": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@jarrodldavis/remark-changelog-version-bump": "^0.1.1", | ||
"@types/jest": "^25.1.0", | ||
"babel-jest": "^25.1.0", | ||
"jest": "^25.1.0", | ||
"remark-cli": "^7.0.1", | ||
"ts-jest": "^25.0.0", | ||
"typescript": "^3.7.5" | ||
} | ||
} |
# hello-world-javascript-library | ||
![Continuous integration](https://github.com/iadvize/hello-world-javascript-library/workflows/Continuous%20integration/badge.svg) | ||
This is a repo template for other javascript libraries at iAdvize | ||
This is a repo template for other javascript oss libraries at iAdvize. Use it | ||
for your new library to have a repository set up with lint, test and usefull | ||
github workflows. | ||
# Features | ||
## Continuous integration | ||
Runs lint, test and build on every commit. | ||
## Continuous delivery | ||
Publish canary versions of the library for pull requests. Publish latest version | ||
once a pull request is merged on master. | ||
## Automatic version bump | ||
Flag your pull requests with `patch`, `minor`, `major` to increment the version | ||
of your package or with `no-release` otherwise. | ||
## Automatic changelog bump | ||
Simply complete the `Unreleased` section of the changelog in your pull request. | ||
It will be update to the new version once merge. | ||
## Automatic release creation | ||
Github releases are created automatically on a new version, using the | ||
corresponding part of the changelog as content. | ||
## Automatic rebase and merge | ||
Flagging a pull request with the `keep-rebased-then-merge` flag with keep it | ||
rebased until it can me merged. | ||
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
6879
6
11
1
39
0
9