@rivetkit/engine-runner 2.0.25-rc.1 → 2.0.25

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-rc.1 build /home/runner/work/rivet/rivet/engine/sdks/typescript/runner
2
+ > @rivetkit/engine-runner@2.0.25 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
- CJS dist/mod.cjs 91.64 KB
14
- CJS dist/mod.cjs.map 153.67 KB
15
- CJS ⚡️ Build success in 367ms
16
13
  ESM dist/mod.js 90.59 KB
17
14
  ESM dist/mod.js.map 179.70 KB
18
- ESM ⚡️ Build success in 367ms
15
+ ESM ⚡️ Build success in 411ms
16
+ CJS dist/mod.cjs 91.64 KB
17
+ CJS dist/mod.cjs.map 153.67 KB
18
+ CJS ⚡️ Build success in 415ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1843ms
20
+ DTS ⚡️ Build success in 1921ms
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-rc.1",
3
+ "version": "2.0.25",
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-rc.1"
19
+ "@rivetkit/engine-runner-protocol": "2.0.25"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^22.18.1",