@diagrampilot/icons 0.2.16 → 0.3.0

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 +8 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,15 @@
1
1
  # @diagrampilot/icons
2
2
 
3
- Packaged icon metadata used by DiagramPilot renderers and exporters.
3
+ Icon reference validation helpers for DiagramPilot.
4
4
 
5
- This package is part of the DiagramPilot Public Package Set. Most users should
6
- install the `diagrampilot` CLI instead of depending on icon metadata directly.
5
+ Most users should install the `diagrampilot` CLI. Use this package when tooling
6
+ needs the same packaged icon reference behavior as DiagramPilot core
7
+ validation.
8
+
9
+ DiagramPilot v0.3.0 validates packaged `lucide:*` Icon References while keeping
10
+ DiagramSpec source renderer-neutral.
7
11
 
8
12
  Public documentation:
9
13
 
10
14
  - https://diagrampilot.com/docs/agents/spec.md
11
-
15
+ - https://diagrampilot.com/docs/agents/quickstart.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diagrampilot/icons",
3
- "version": "0.2.16",
3
+ "version": "0.3.0",
4
4
  "description": "Packaged icon metadata for DiagramPilot.",
5
5
  "type": "module",
6
6
  "license": "MIT",