@ai-matrx/content-ir 0.10.4 → 0.11.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/content-ir",
3
- "version": "0.10.4",
3
+ "version": "0.11.1",
4
4
  "description": "The pure AI Matrx Content IR parser, normalized envelope, session, schema conversion, and structural validation kernel.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -83,6 +83,16 @@
83
83
  "default": "./dist/wire.cjs"
84
84
  }
85
85
  },
86
+ "./directives": {
87
+ "import": {
88
+ "types": "./dist/directives.d.ts",
89
+ "default": "./dist/directives.js"
90
+ },
91
+ "require": {
92
+ "types": "./dist/directives.d.cts",
93
+ "default": "./dist/directives.cjs"
94
+ }
95
+ },
86
96
  "./package.json": "./package.json"
87
97
  },
88
98
  "typesVersions": {
@@ -102,6 +112,9 @@
102
112
  "wire": [
103
113
  "./dist/wire.d.ts"
104
114
  ],
115
+ "directives": [
116
+ "./dist/directives.d.ts"
117
+ ],
105
118
  "*": [
106
119
  "./dist/index.d.ts"
107
120
  ]
@@ -136,4 +149,4 @@
136
149
  "test:watch": "vitest",
137
150
  "verify:tarball": "node ./scripts/verify-tarball.mjs"
138
151
  }
139
- }
152
+ }