@rivetkit/engine-test-runner 2.2.1-pr.4600.252b48e → 2.2.1-pr.4600.43afc5b

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.
@@ -11,7 +11,7 @@
11
11
  ESM Build start
12
12
  ESM dist/index.js 10.71 KB
13
13
  ESM dist/index.js.map 20.96 KB
14
- ESM ⚡️ Build success in 8ms
14
+ ESM ⚡️ Build success in 9ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 730ms
16
+ DTS ⚡️ Build success in 741ms
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": "2.2.1-pr.4600.252b48e",
3
+ "version": "2.2.1-pr.4600.43afc5b",
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": "2.2.1-pr.4600.252b48e",
13
- "@rivetkit/engine-runner-protocol": "2.2.1-pr.4600.252b48e",
12
+ "@rivetkit/engine-runner": "2.2.1-pr.4600.43afc5b",
13
+ "@rivetkit/engine-runner-protocol": "2.2.1-pr.4600.43afc5b",
14
14
  "hono": "^4.7.0",
15
15
  "pino": "^9.9.5",
16
16
  "ws": "^8.18.3"