@rivetkit/engine-test-runner 0.0.0-pr.4948.7561c0c → 0.0.0-pr.4949.4add738
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 +14 -14
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
|
-
> @rivetkit/engine-test-runner@0.0.0-pr.
|
|
2
|
+
> @rivetkit/engine-test-runner@0.0.0-pr.4949.4add738 build /home/nathan/r7/engine/sdks/typescript/test-runner
|
|
3
3
|
> tsup src/index.ts
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
5
|
+
CLI Building entry: src/index.ts
|
|
6
|
+
CLI Using tsconfig: tsconfig.json
|
|
7
|
+
CLI tsup v8.5.1
|
|
8
|
+
CLI Using tsup config: /home/nathan/r7/engine/sdks/typescript/test-runner/tsup.config.ts
|
|
9
|
+
CLI Target: node16
|
|
10
|
+
CLI Cleaning output folder
|
|
11
|
+
ESM Build start
|
|
12
|
+
ESM dist/index.js 10.71 KB
|
|
13
|
+
ESM dist/index.js.map 20.96 KB
|
|
14
|
+
ESM ⚡️ Build success in 9ms
|
|
15
|
+
DTS Build start
|
|
16
|
+
DTS ⚡️ Build success in 632ms
|
|
17
|
+
DTS dist/index.d.ts 175.00 B
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivetkit/engine-test-runner",
|
|
3
|
-
"version": "0.0.0-pr.
|
|
3
|
+
"version": "0.0.0-pr.4949.4add738",
|
|
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.
|
|
13
|
-
"@rivetkit/engine-runner-protocol": "0.0.0-pr.
|
|
12
|
+
"@rivetkit/engine-runner": "0.0.0-pr.4949.4add738",
|
|
13
|
+
"@rivetkit/engine-runner-protocol": "0.0.0-pr.4949.4add738",
|
|
14
14
|
"hono": "^4.7.0",
|
|
15
15
|
"pino": "^9.9.5",
|
|
16
16
|
"ws": "^8.18.3"
|