@emseepea/create-progress-streaming-server 0.0.10 → 0.0.13

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
@@ -7,7 +7,7 @@ This directory is both the maintained example and its public npm initializer.
7
7
  Use this template for a tool that reports bounded progress while its HTTP call
8
8
  remains open. Choose the [tool server](../tool-server/README.md) when the result
9
9
  can return promptly. This template does not add replay, reconnectable sessions,
10
- or subscriptions. [Compare all eight templates](https://emseepea.github.io/emseepea/examples/).
10
+ or subscriptions. [Compare all templates](https://emseepea.github.io/emseepea/examples/).
11
11
 
12
12
  ## Create a Project
13
13
 
@@ -14,7 +14,7 @@
14
14
  "lint": "oxlint src test eval"
15
15
  },
16
16
  "devDependencies": {
17
- "@emseepea/testing": "0.4.0",
17
+ "@emseepea/testing": "0.5.3",
18
18
  "@types/node": "24.13.3",
19
19
  "typescript": "6.0.3",
20
20
  "oxlint": "1.80.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emseepea/create-progress-streaming-server",
3
- "version": "0.0.10",
3
+ "version": "0.0.13",
4
4
  "description": "Create an Em See Pea server that streams tool progress.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -20,7 +20,7 @@
20
20
  "devDependencies": {
21
21
  "@emseepea/server": "0.3.3",
22
22
  "zod": "4.4.3",
23
- "@emseepea/testing": "0.4.0",
23
+ "@emseepea/testing": "0.5.3",
24
24
  "@types/node": "24.13.3",
25
25
  "typescript": "6.0.3",
26
26
  "oxlint": "1.80.0"