@nugehs/bouncer 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,10 +2,12 @@
2
2
 
3
3
  **Static compliance-controls checker — the controls a regulation requires, verified in your code.**
4
4
 
5
- [![npm](https://img.shields.io/npm/v/@nugehs/bouncer?style=flat-square&color=dc0000)](https://www.npmjs.com/package/@nugehs/bouncer) [![CI](https://img.shields.io/github/actions/workflow/status/nugehs/bouncer/ci.yml?style=flat-square&label=CI)](https://github.com/nugehs/bouncer/actions/workflows/ci.yml) [![license: MIT](https://img.shields.io/badge/license-MIT-dc0000?style=flat-square)](LICENSE) [![node](https://img.shields.io/badge/node-%3E%3D18-dc0000?style=flat-square)](#) [![dependencies](https://img.shields.io/badge/dependencies-0-dc0000?style=flat-square)](#)
5
+ [![npm](https://img.shields.io/npm/v/@nugehs/bouncer?style=flat-square)](https://www.npmjs.com/package/@nugehs/bouncer) [![CI](https://img.shields.io/github/actions/workflow/status/nugehs/bouncer/ci.yml?style=flat-square&label=CI)](https://github.com/nugehs/bouncer/actions/workflows/ci.yml) [![license: MIT](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE) [![node](https://img.shields.io/badge/node-%3E%3D18-blue?style=flat-square)](#) [![dependencies](https://img.shields.io/badge/dependencies-0-brightgreen?style=flat-square)](#)
6
6
 
7
7
  **[nugehs.github.io/bouncer-web](https://nugehs.github.io/bouncer-web/)** (site)
8
8
 
9
+ ![bouncer demo](bouncer-demo.gif)
10
+
9
11
  bouncer verifies that the controls a
10
12
  regulation *requires* actually exist in your code — UK Online Safety Act, ICO
11
13
  Children's Code (AADC) — expressed as deterministic **rule packs**. It runs in CI,
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@nugehs/bouncer",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "mcpName": "io.github.nugehs/bouncer",
5
- "description": "bouncer \u2014 static compliance-controls checker. Verifies the controls a regulation requires actually exist in your code (UK Online Safety Act, ICO Children's Code), as deterministic rule packs. No LLM required.",
5
+ "description": "bouncer static compliance-controls checker. Verifies the controls a regulation requires actually exist in your code (UK Online Safety Act, ICO Children's Code), as deterministic rule packs. No LLM required.",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "bouncer": "src/cli.js"