@rivetkit/engine-runner 2.0.23 → 2.0.24-rc.1

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-runner@2.0.23 build /home/runner/work/rivet/rivet/engine/sdks/typescript/runner
2
+ > @rivetkit/engine-runner@2.0.24-rc.1 build /home/runner/work/rivet/rivet/engine/sdks/typescript/runner
3
3
  > tsup src/mod.ts
4
4
 
5
5
  CLI Building entry: src/mod.ts
@@ -12,11 +12,11 @@
12
12
  ESM Build start
13
13
  ESM dist/mod.js 68.62 KB
14
14
  ESM dist/mod.js.map 133.07 KB
15
- ESM ⚡️ Build success in 241ms
15
+ ESM ⚡️ Build success in 227ms
16
16
  CJS dist/mod.cjs 69.61 KB
17
17
  CJS dist/mod.cjs.map 112.63 KB
18
- CJS ⚡️ Build success in 301ms
18
+ CJS ⚡️ Build success in 289ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1667ms
20
+ DTS ⚡️ Build success in 1639ms
21
21
  DTS dist/mod.d.cts 3.30 KB
22
22
  DTS dist/mod.d.ts 3.30 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivetkit/engine-runner",
3
- "version": "2.0.23",
3
+ "version": "2.0.24-rc.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "import": {
@@ -16,7 +16,7 @@
16
16
  "uuid": "^12.0.0",
17
17
  "pino": "^9.9.5",
18
18
  "ws": "^8.18.3",
19
- "@rivetkit/engine-runner-protocol": "2.0.23"
19
+ "@rivetkit/engine-runner-protocol": "2.0.24-rc.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^22.18.1",