@rivetkit/engine-runner 2.0.25 → 2.0.27

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.25 build /home/runner/work/rivet/rivet/engine/sdks/typescript/runner
2
+ > @rivetkit/engine-runner@2.0.27 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
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
+ DTS Build start
13
14
  ESM dist/mod.js 90.59 KB
14
15
  ESM dist/mod.js.map 179.70 KB
15
- ESM ⚡️ Build success in 411ms
16
+ ESM ⚡️ Build success in 444ms
16
17
  CJS dist/mod.cjs 91.64 KB
17
18
  CJS dist/mod.cjs.map 153.67 KB
18
- CJS ⚡️ Build success in 415ms
19
- DTS Build start
20
- DTS ⚡️ Build success in 1921ms
19
+ CJS ⚡️ Build success in 446ms
20
+ DTS ⚡️ Build success in 1855ms
21
21
  DTS dist/mod.d.cts 14.48 KB
22
22
  DTS dist/mod.d.ts 14.48 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivetkit/engine-runner",
3
- "version": "2.0.25",
3
+ "version": "2.0.27",
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.25"
19
+ "@rivetkit/engine-runner-protocol": "2.0.27"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^22.18.1",