@rivetkit/engine-test-runner 0.0.0-fix-engine-autospawn-binary-path.e5bdda7 → 0.0.0-http-body-streaming.6d1723c

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @rivetkit/engine-test-runner@0.0.0-fix-engine-autospawn-binary-path.e5bdda7 build /home/runner/work/rivet/rivet/engine/sdks/typescript/test-runner
2
+ > @rivetkit/engine-test-runner@0.0.0-http-body-streaming.6d1723c build /home/runner/work/rivet/rivet/engine/sdks/typescript/test-runner
3
3
  > tsup src/index.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -13,5 +13,5 @@
13
13
  ESM dist/index.js.map 20.97 KB
14
14
  ESM ⚡️ Build success in 8ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 680ms
16
+ DTS ⚡️ Build success in 894ms
17
17
  DTS dist/index.d.ts 175.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivetkit/engine-test-runner",
3
- "version": "0.0.0-fix-engine-autospawn-binary-path.e5bdda7",
3
+ "version": "0.0.0-http-body-streaming.6d1723c",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "tsx src/index.ts",
@@ -9,8 +9,8 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "@hono/node-server": "^1.19.1",
12
- "@rivetkit/engine-runner": "0.0.0-fix-engine-autospawn-binary-path.e5bdda7",
13
- "@rivetkit/engine-runner-protocol": "0.0.0-fix-engine-autospawn-binary-path.e5bdda7",
12
+ "@rivetkit/engine-runner": "0.0.0-http-body-streaming.6d1723c",
13
+ "@rivetkit/engine-runner-protocol": "0.0.0-http-body-streaming.6d1723c",
14
14
  "hono": "^4.7.0",
15
15
  "pino": "^9.9.5",
16
16
  "ws": "^8.18.3"