repo-contract 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,12 @@
1
1
  # Changelog
2
2
 
3
- All notable changes to this project are documented here. This file is generated by
4
- [release-please](https://github.com/googleapis/release-please) from the Conventional Commits on
5
- `main` — do not edit it by hand. The project follows
6
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html); before 1.0, a breaking change is a
7
- minor version bump (see [`VERSIONING.md`](VERSIONING.md)).
3
+ ## [0.1.1](https://github.com/MaverickCER/repo-contract/compare/repo-contract-v0.1.0...repo-contract-v0.1.1) (2026-09-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * clear Socket supply-chain alerts (unminified dist, no prepare script) ([71c9230](https://github.com/MaverickCER/repo-contract/commit/71c92306fcf00e3858f0596c2d56f3272199339d))
9
+ * publish the dist bundle unminified ([266ae47](https://github.com/MaverickCER/repo-contract/commit/266ae47919753c55f10364713fe0c7c5876815b7))
10
+ * remove the prepare install script from the published package ([9153540](https://github.com/MaverickCER/repo-contract/commit/9153540e4f0f1a069e07c12ddfee8ba62827ce5b))
11
+
12
+ ## Changelog
package/README.md CHANGED
@@ -1,15 +1,11 @@
1
1
  # repo-contract
2
2
 
3
- <!--
4
- [![CI](https://github.com/maverickcer/repo-contract/actions/workflows/ci.yml/badge.svg)](https://github.com/maverickcer/repo-contract/actions/workflows/ci.yml)
3
+ [![CI](https://github.com/MaverickCER/repo-contract/actions/workflows/ci.yml/badge.svg)](https://github.com/MaverickCER/repo-contract/actions/workflows/ci.yml)
5
4
  [![npm version](https://img.shields.io/npm/v/repo-contract.svg)](https://www.npmjs.com/package/repo-contract)
6
5
  [![License](https://img.shields.io/npm/l/repo-contract.svg)](LICENSE)
7
- [![Coverage](https://img.shields.io/badge/coverage-pending-lightgrey)]()
8
- [![Bundle size](https://img.shields.io/badge/gzip-%3C8KB-brightgreen)]()
9
- [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue)]()
10
- [![Node](https://img.shields.io/node/v/repo-contract.svg)]()
11
- TODO(readme-badges): uncomment once the first version is published to npm and CI is live.
12
- -->
6
+ [![Coverage](https://img.shields.io/badge/coverage-%E2%89%A585%25-brightgreen)](scripts/coverage-thresholds.mjs)
7
+ [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue)](tsconfig.json)
8
+ [![Node](https://img.shields.io/node/v/repo-contract.svg)](package.json)
13
9
 
14
10
  **Turn your repository's engineering standards into enforceable contracts.**
15
11