@vercel/sandbox 1.1.6 → 1.1.7
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 +1 -1
- package/.turbo/turbo-test.log +10 -10
- package/.turbo/turbo-typecheck.log +1 -1
- package/CHANGELOG.md +6 -0
- package/dist/sandbox.d.ts +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/src/sandbox.ts +1 -1
- package/src/version.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
|
|
2
|
-
> @vercel/sandbox@1.1.
|
|
2
|
+
> @vercel/sandbox@1.1.7 test /home/runner/work/sandbox-sdk/sandbox-sdk/packages/vercel-sandbox
|
|
3
3
|
> vitest run
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
[1m[46m RUN [49m[22m [36mv3.2.1 [39m[90m/home/runner/work/sandbox-sdk/sandbox-sdk/packages/vercel-sandbox[39m
|
|
7
7
|
|
|
8
|
-
[32m✓[39m src/utils/dev-credentials.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
8
|
+
[32m✓[39m src/utils/dev-credentials.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m 550[2mms[22m[39m
|
|
9
9
|
[33m[2m✓[22m[39m signInAndGetToken[2m > [22mtimes out after provided timeout [33m 539[2mms[22m[39m
|
|
10
|
-
[32m✓[39m src/api-client/api-client.test.ts [2m([22m[2m7 tests[22m[2m)[22m[32m
|
|
11
|
-
[32m✓[39m src/auth/infer-scope.test.ts [2m([22m[2m9 tests[22m[2m)[22m[32m
|
|
12
|
-
[32m✓[39m src/utils/jwt-expiry.test.ts [2m([22m[2m10 tests[22m[2m)[22m[32m
|
|
10
|
+
[32m✓[39m src/api-client/api-client.test.ts [2m([22m[2m7 tests[22m[2m)[22m[32m 106[2mms[22m[39m
|
|
11
|
+
[32m✓[39m src/auth/infer-scope.test.ts [2m([22m[2m9 tests[22m[2m)[22m[32m 45[2mms[22m[39m
|
|
12
|
+
[32m✓[39m src/utils/jwt-expiry.test.ts [2m([22m[2m10 tests[22m[2m)[22m[32m 45[2mms[22m[39m
|
|
13
13
|
[2m[90m↓[39m[22m src/sandbox.test.ts [2m([22m[2m4 tests[22m[2m | [22m[33m4 skipped[39m[2m)[22m
|
|
14
|
-
[32m✓[39m src/utils/normalizePath.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m
|
|
14
|
+
[32m✓[39m src/utils/normalizePath.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m 28[2mms[22m[39m
|
|
15
15
|
[2m[90m↓[39m[22m src/command.test.ts [2m([22m[2m5 tests[22m[2m | [22m[33m5 skipped[39m[2m)[22m
|
|
16
|
-
[32m✓[39m src/auth/linked-project.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m
|
|
16
|
+
[32m✓[39m src/auth/linked-project.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m 53[2mms[22m[39m
|
|
17
17
|
[32m✓[39m src/utils/get-credentials.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m 30[2mms[22m[39m
|
|
18
|
-
[32m✓[39m src/utils/types.test.js [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
18
|
+
[32m✓[39m src/utils/types.test.js [2m([22m[2m1 test[22m[2m)[22m[32m 12[2mms[22m[39m
|
|
19
19
|
|
|
20
20
|
[2m Test Files [22m [1m[32m8 passed[39m[22m[2m | [22m[33m2 skipped[39m[90m (10)[39m
|
|
21
21
|
[2m Tests [22m [1m[32m48 passed[39m[22m[2m | [22m[33m9 skipped[39m[90m (57)[39m
|
|
22
|
-
[2m Start at [22m
|
|
23
|
-
[2m Duration [22m
|
|
22
|
+
[2m Start at [22m 11:47:33
|
|
23
|
+
[2m Duration [22m 12.79s[2m (transform 953ms, setup 317ms, collect 3.53s, tests 868ms, environment 3ms, prepare 3.13s)[22m
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
package/dist/sandbox.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ export interface BaseCreateSandboxParams {
|
|
|
54
54
|
};
|
|
55
55
|
/**
|
|
56
56
|
* The runtime of the sandbox, currently only `node24`, `node22` and `python3.13` are supported.
|
|
57
|
-
* If not specified, the default runtime `
|
|
57
|
+
* If not specified, the default runtime `node24` will be used.
|
|
58
58
|
*/
|
|
59
59
|
runtime?: RUNTIMES | (string & {});
|
|
60
60
|
/**
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "1.1.
|
|
1
|
+
export declare const VERSION = "1.1.7";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/src/sandbox.ts
CHANGED
|
@@ -54,7 +54,7 @@ export interface BaseCreateSandboxParams {
|
|
|
54
54
|
|
|
55
55
|
/**
|
|
56
56
|
* The runtime of the sandbox, currently only `node24`, `node22` and `python3.13` are supported.
|
|
57
|
-
* If not specified, the default runtime `
|
|
57
|
+
* If not specified, the default runtime `node24` will be used.
|
|
58
58
|
*/
|
|
59
59
|
runtime?: RUNTIMES | (string & {});
|
|
60
60
|
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Autogenerated by inject-version.ts
|
|
2
|
-
export const VERSION = "1.1.
|
|
2
|
+
export const VERSION = "1.1.7";
|