@promise-inc/ai-guard 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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -136,8 +136,8 @@ console.log(analysis.totalViolations); // number
136
136
 
137
137
  | Package | Description |
138
138
  |---------|-------------|
139
- | [`@promise-inc/devlog`](https://www.npmjs.com/package/@promise-inc/devlog) | Simple logger with automatic context (file + line). Zero dependencies. |
140
- | [`@promise-inc/ui-states`](https://www.npmjs.com/package/@promise-inc/ui-states) | Auto-generated skeleton loading states from real DOM — zero config React component. |
139
+ | [`@promise-inc/devlog`](https://www.npmjs.com/package/@promise-inc/devlog) | Logger with automatic context |
140
+ | [`@promise-inc/ui-states`](https://www.npmjs.com/package/@promise-inc/ui-states) | Auto-skeleton from real DOM |
141
141
 
142
142
  ## License
143
143
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promise-inc/ai-guard",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Detect AI-generated code patterns before commit/push. Not a linter — a guard.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",