@rivetkit/engine-runner 2.0.25-rc.2 → 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.2 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
@@ -12,11 +12,11 @@
12
12
  ESM Build start
13
13
  ESM dist/mod.js 90.59 KB
14
14
  ESM dist/mod.js.map 179.70 KB
15
- ESM ⚡️ Build success in 289ms
15
+ ESM ⚡️ Build success in 411ms
16
16
  CJS dist/mod.cjs 91.64 KB
17
17
  CJS dist/mod.cjs.map 153.67 KB
18
- CJS ⚡️ Build success in 291ms
18
+ CJS ⚡️ Build success in 415ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1740ms
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.2",
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.2"
19
+ "@rivetkit/engine-runner-protocol": "2.0.25"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^22.18.1",