@iadvize-oss/hello-world
Advanced tools
Comparing version 0.0.24-beta.1-canary-cde10e28f1da5d0bc83355e2706b15819d8197c9 to 0.1.0-canary-727a2bccf77d1a7230d5ea8cc3a76c1b4dc9b3ad
@@ -10,5 +10,7 @@ # Changelog | ||
## [0.1.0] | ||
### Added | ||
- fake data | ||
- Use rollup to build | ||
@@ -155,4 +157,6 @@ ## [0.0.23] | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.23...HEAD | ||
[Unreleased]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.1.0...HEAD | ||
[0.1.0]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.23...v0.1.0 | ||
[0.0.23]: https://github.com/iadvize/hello-world-javascript-library/compare/v0.0.23-beta.0...v0.0.23 | ||
@@ -159,0 +163,0 @@ |
@@ -1,3 +0,1 @@ | ||
export function hello() { | ||
return 'hello world'; | ||
} | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.hello=function(){return"hello world"}; |
{ | ||
"name": "@iadvize-oss/hello-world", | ||
"version": "0.0.24-beta.1-canary-cde10e28f1da5d0bc83355e2706b15819d8197c9", | ||
"version": "0.1.0-canary-727a2bccf77d1a7230d5ea8cc3a76c1b4dc9b3ad", | ||
"description": "Say hello", | ||
"main": "dist/index.js", | ||
"module": "esm/index.js", | ||
"sideEffects": false, | ||
"files": [ | ||
@@ -10,5 +12,5 @@ "dist" | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "jest --coverage", | ||
"lint": "echo \"no lint\"", | ||
"build": "rm -rf dist esm && rollup -c", | ||
"test:js": "jest --coverage", | ||
"lint:js": "echo \"no lint\"", | ||
"bump-changelog": "VERSION=$(cat package.json | jq '.version') && remark CHANGELOG.md -o --use @jarrodldavis/changelog-version-bump=version:$VERSION && git add CHANGELOG.md", | ||
@@ -33,4 +35,6 @@ "docs": "typedoc" | ||
"@babel/core": "^7.8.3", | ||
"@babel/preset-env": "^7.8.4", | ||
"@babel/preset-env": "^7.8.3", | ||
"@jarrodldavis/remark-changelog-version-bump": "^0.1.1", | ||
"@rollup/plugin-commonjs": "^11.0.1", | ||
"@rollup/plugin-typescript": "^3.0.0", | ||
"@types/jest": "^25.1.0", | ||
@@ -40,3 +44,6 @@ "babel-jest": "^25.1.0", | ||
"remark-cli": "^7.0.1", | ||
"rollup": "^1.31.0", | ||
"rollup-plugin-terser": "^5.2.0", | ||
"ts-jest": "^25.0.0", | ||
"tslib": "^1.10.0", | ||
"typedoc": "^0.16.9", | ||
@@ -43,0 +50,0 @@ "typescript": "^3.7.5" |
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
7862
15
5
1
1