@rivetkit/engine-test-runner 0.0.0-pr.4663.5c5437e → 0.0.0-pr.4663.97d5a98
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.
- package/.turbo/turbo-build.log +3 -3
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @rivetkit/engine-test-runner@0.0.0-pr.4663.
|
|
2
|
+
> @rivetkit/engine-test-runner@0.0.0-pr.4663.97d5a98 build /home/runner/work/rivet/rivet/engine/sdks/typescript/test-runner
|
|
3
3
|
> tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[32mESM[39m [1mdist/index.js [22m[32m10.71 KB[39m
|
|
13
13
|
[32mESM[39m [1mdist/index.js.map [22m[32m20.96 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 10ms
|
|
15
15
|
[34mDTS[39m Build start
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 726ms
|
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m175.00 B[39m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivetkit/engine-test-runner",
|
|
3
|
-
"version": "0.0.0-pr.4663.
|
|
3
|
+
"version": "0.0.0-pr.4663.97d5a98",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "tsx src/index.ts",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@hono/node-server": "^1.19.1",
|
|
12
|
-
"@rivetkit/engine-runner": "0.0.0-pr.4663.
|
|
13
|
-
"@rivetkit/engine-runner-protocol": "0.0.0-pr.4663.
|
|
12
|
+
"@rivetkit/engine-runner": "0.0.0-pr.4663.97d5a98",
|
|
13
|
+
"@rivetkit/engine-runner-protocol": "0.0.0-pr.4663.97d5a98",
|
|
14
14
|
"hono": "^4.7.0",
|
|
15
15
|
"pino": "^9.9.5",
|
|
16
16
|
"ws": "^8.18.3"
|