@tophat/commit-utils-core
Advanced tools
Comparing version 0.6.1 to 1.0.0
@@ -1,27 +0,19 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<!-- MONODEPLOY:BELOW --> | ||
## [0.0.9](https://github.com/tophat/commit-utils/compare/@tophat/commit-utils-core@0.0.8...@tophat/commit-utils-core@0.0.9) (2019-04-25) | ||
## [1.0.0](https://github.com/tophat/commit-utils/compare/@tophat/commit-utils-core@0.6.1...@tophat/commit-utils-core@1.0.0) "@tophat/commit-utils-core" (2022-10-19)<a name="1.0.0"></a> | ||
### Breaking Changes | ||
### Bug Fixes | ||
* Migration to TypeScript means types are now stricter, and exports may have changed. ([17da220](https://github.com/tophat/commit-utils/commits/17da220)) | ||
* update docs ([01e268c](https://github.com/tophat/commit-utils/commit/01e268c)) | ||
### Dependencies | ||
* update all dependencies (#147) ([0d03000](https://github.com/tophat/commit-utils/commits/0d03000)) | ||
### Features | ||
* migrate to TypeScript (#134) ([17da220](https://github.com/tophat/commit-utils/commits/17da220)) | ||
## 0.0.8 (2019-04-25) | ||
## 0.0.7 (2019-04-23) | ||
## 0.0.6 (2019-04-23) | ||
**Note:** Version bump only for package @tophat/commit-utils-core |
{ | ||
"name": "@tophat/commit-utils-core", | ||
"version": "0.6.1", | ||
"version": "1.0.0", | ||
"description": "Shared code between all of Top Hat's commit utils", | ||
@@ -8,10 +8,9 @@ "author": "Top Hat", | ||
"license": "Apache-2.0", | ||
"main": "src/index.js", | ||
"directories": { | ||
"lib": "src", | ||
"test": "__tests__" | ||
}, | ||
"main": "lib/index.js", | ||
"files": [ | ||
"src" | ||
"lib" | ||
], | ||
"devDependencies": { | ||
"@types/jest": "^29.2.0" | ||
}, | ||
"repository": { | ||
@@ -23,3 +22,3 @@ "type": "git", | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
"prepack": "run workspace:build \"$(pwd)\"" | ||
}, | ||
@@ -31,4 +30,5 @@ "bugs": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
"registry": "https://registry.npmjs.org/", | ||
"main": "lib/index.js" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7579
7
157
0
1
1