@btmills/release-please-test
Advanced tools
Comparing version 1.1.3 to 2.0.0
# Changelog | ||
## [2.0.0](https://github.com/btmills/release-please-test/compare/v1.1.3...v2.0.0) (2023-02-23) | ||
### ⚠ BREAKING CHANGES | ||
* Remove fortyThree | ||
### Features | ||
* Remove fortyThree ([fc1da3e](https://github.com/btmills/release-please-test/commit/fc1da3e7b37a788c445e0cbc1af5c3af70ac54b8)) | ||
## [1.1.3](https://github.com/btmills/release-please-test/compare/v1.1.2...v1.1.3) (2023-02-23) | ||
@@ -4,0 +15,0 @@ |
@@ -5,6 +5,1 @@ /** Returns forty-two. */ | ||
} | ||
/** Returns forty-three. */ | ||
export function fortyThree() { | ||
return 43; | ||
} |
{ | ||
"name": "@btmills/release-please-test", | ||
"version": "1.1.3", | ||
"version": "2.0.0", | ||
"description": "Just a test", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/btmills/release-please-test#readme", |
import assert from 'node:assert'; | ||
import test from 'node:test'; | ||
import fortyTwo, { fortyThree } from './index.js'; | ||
import fortyTwo from './index.js'; | ||
@@ -9,5 +9,1 @@ test('returns 42', t => { | ||
}); | ||
test('returns 43', t => { | ||
assert.strictEqual(fortyThree(), 43); | ||
}); |
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
3318
10
1