@promise-inc/ui-states 0.1.2 → 0.1.3

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -164,8 +164,9 @@ Cache is stored in `sessionStorage` and auto-invalidates when:
164
164
 
165
165
  | Package | Description |
166
166
  |---------|-------------|
167
- | [`@promise-inc/devlog`](https://www.npmjs.com/package/@promise-inc/devlog) | Simple logger with automatic context (file + line). Zero dependencies |
168
- | [`@promise-inc/ai-guard`](https://www.npmjs.com/package/@promise-inc/ai-guard) | Detect AI-generated code patterns before commit/push. Not a linter — a guard |
167
+ | [`@promise-inc/fs-guard`](https://www.npmjs.com/package/@promise-inc/fs-guard) | Validate project folder and file structure |
168
+ | [`@promise-inc/devlog`](https://www.npmjs.com/package/@promise-inc/devlog) | Logger with automatic context |
169
+ | [`@promise-inc/ai-guard`](https://www.npmjs.com/package/@promise-inc/ai-guard) | Detect AI-generated code patterns |
169
170
 
170
171
  ## License
171
172
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promise-inc/ui-states",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Auto-generated skeleton loading states from real DOM — zero config React component",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",