@rivetkit/engine-runner 2.0.22-rc.2 → 2.0.22

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.22-rc.2 build /home/runner/work/rivet/rivet/engine/sdks/typescript/runner
2
+ > @rivetkit/engine-runner@2.0.22 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 61.25 KB
14
14
  ESM dist/mod.js.map 117.35 KB
15
- ESM ⚡️ Build success in 256ms
15
+ ESM ⚡️ Build success in 280ms
16
16
  CJS dist/mod.cjs 62.25 KB
17
17
  CJS dist/mod.cjs.map 99.90 KB
18
- CJS ⚡️ Build success in 257ms
18
+ CJS ⚡️ Build success in 343ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1525ms
20
+ DTS ⚡️ Build success in 1598ms
21
21
  DTS dist/mod.d.cts 3.26 KB
22
22
  DTS dist/mod.d.ts 3.26 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivetkit/engine-runner",
3
- "version": "2.0.22-rc.2",
3
+ "version": "2.0.22",
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.22-rc.2"
19
+ "@rivetkit/engine-runner-protocol": "2.0.22"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^22.18.1",