@arnilo/prism-server 0.0.10 → 0.0.96

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/CHANGELOG.md +1 -10
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,20 +1,11 @@
1
1
  # Changelog
2
- ## [0.0.10] - 2026-07-21
3
-
4
- ### Changed
5
-
6
- - Released with exact 0.0.10 graph.
7
-
8
- ### Changed
9
-
10
- - Released with exact 0.0.10 graph.
11
-
12
2
  ## [0.0.96] - 2026-07-21
13
3
 
14
4
  ### Changed
15
5
 
16
6
  - Released with exact 0.0.96 graph.
17
7
 
8
+
18
9
  ## [0.0.9] - 2026-07-21
19
10
 
20
11
  - Released with the exact 0.0.9 first-party package graph.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arnilo/prism-server",
3
- "version": "0.0.10",
3
+ "version": "0.0.96",
4
4
  "description": "Optional framework-free Web Request-to-Response handler for explicitly selected Prism agents and workflows.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,8 +25,8 @@
25
25
  "pack:dry-run": "npm pack --dry-run"
26
26
  },
27
27
  "peerDependencies": {
28
- "@arnilo/prism": "0.0.10",
29
- "@arnilo/prism-workflows": "0.0.10"
28
+ "@arnilo/prism": "0.0.96",
29
+ "@arnilo/prism-workflows": "0.0.96"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@arnilo/prism": "file:../..",