@panguard-ai/core 1.7.3 → 1.8.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 +17 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @panguard-ai/core
2
+
3
+ Shared UI, format, and logging primitives for the PanGuard Community suite.
4
+
5
+ Core modules providing consistent interfaces and utilities across PanGuard packages:
6
+
7
+ - UI components and styling foundations
8
+ - Standard logging and telemetry
9
+ - Shared data formats and validators
10
+
11
+ Part of the **PanGuard Community** suite — 100% free and open source (MIT).
12
+
13
+ ```bash
14
+ npm install @panguard-ai/core
15
+ ```
16
+
17
+ **License**: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panguard-ai/core",
3
- "version": "1.7.3",
3
+ "version": "1.8.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",