@promise-inc/devlog 0.1.3 → 0.1.5
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/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,12 +52,16 @@ logger.info("Custom logger");
|
|
|
52
52
|
- **Node.js** — Colored output with ANSI escape codes
|
|
53
53
|
- **Browser** — `console.groupCollapsed` with `%c` styling. Data nested inside collapsible groups
|
|
54
54
|
|
|
55
|
-
##
|
|
55
|
+
## Also by Promise Inc.
|
|
56
56
|
|
|
57
57
|
| Package | Description |
|
|
58
58
|
|---------|-------------|
|
|
59
|
-
| [`@promise-inc/ui-states`](https://www.npmjs.com/package/@promise-inc/ui-states) | Auto-
|
|
60
|
-
| [`@promise-inc/ai-guard`](https://www.npmjs.com/package/@promise-inc/ai-guard) | Detect AI-generated code patterns
|
|
59
|
+
| [`@promise-inc/ui-states`](https://www.npmjs.com/package/@promise-inc/ui-states) | Auto-skeleton from real DOM |
|
|
60
|
+
| [`@promise-inc/ai-guard`](https://www.npmjs.com/package/@promise-inc/ai-guard) | Detect AI-generated code patterns |
|
|
61
|
+
|
|
62
|
+
## License
|
|
63
|
+
|
|
64
|
+
MIT
|
|
61
65
|
|
|
62
66
|
---
|
|
63
67
|
|