@promise-inc/devlog 0.1.5 → 0.1.6

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,6 +56,7 @@ logger.info("Custom logger");
56
56
 
57
57
  | Package | Description |
58
58
  |---------|-------------|
59
+ | [`@promise-inc/fs-guard`](https://www.npmjs.com/package/@promise-inc/fs-guard) | Validate project folder and file structure |
59
60
  | [`@promise-inc/ui-states`](https://www.npmjs.com/package/@promise-inc/ui-states) | Auto-skeleton from real DOM |
60
61
  | [`@promise-inc/ai-guard`](https://www.npmjs.com/package/@promise-inc/ai-guard) | Detect AI-generated code patterns |
61
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promise-inc/devlog",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "description": "Simple logger with automatic context (file + line)",
6
6
  "main": "./dist/index.js",