@cdot65/daystrom 1.0.3 → 1.0.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 CHANGED
@@ -11,7 +11,7 @@ Daystrom uses an LLM to produce topic definitions, deploys them to Prisma AIRS,
11
11
  ## Install
12
12
 
13
13
  ```bash
14
- npm install -g daystrom
14
+ npm install -g @cdot65/daystrom
15
15
  ```
16
16
 
17
17
  Requires **Node.js >= 20**.
package/dist/cli/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cdot65/daystrom",
3
3
  "packageManager": "pnpm@10.6.5",
4
- "version": "1.0.3",
4
+ "version": "1.0.5",
5
5
  "description": "Automated Prisma AIRS custom topic guardrail generator with iterative refinement",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",