@vercel/sandbox 1.1.3 → 1.1.4

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,4 +1,4 @@
1
1
 
2
- > @vercel/sandbox@1.1.3 build /home/runner/work/sandbox-sdk/sandbox-sdk/packages/vercel-sandbox
2
+ > @vercel/sandbox@1.1.4 build /home/runner/work/sandbox-sdk/sandbox-sdk/packages/vercel-sandbox
3
3
  > tsc
4
4
 
@@ -1,18 +1,18 @@
1
1
 
2
- > @vercel/sandbox@1.1.3 test /home/runner/work/sandbox-sdk/sandbox-sdk/packages/vercel-sandbox
2
+ > @vercel/sandbox@1.1.4 test /home/runner/work/sandbox-sdk/sandbox-sdk/packages/vercel-sandbox
3
3
  > vitest run
4
4
 
5
5
 
6
6
   RUN  v3.2.1 /home/runner/work/sandbox-sdk/sandbox-sdk/packages/vercel-sandbox
7
7
 
8
- ✓ src/utils/jwt-expiry.test.ts (10 tests) 32ms
8
+ ✓ src/utils/jwt-expiry.test.ts (10 tests) 21ms
9
9
  ↓ src/sandbox.test.ts (4 tests | 4 skipped)
10
- ✓ src/utils/normalizePath.test.ts (6 tests) 19ms
10
+ ✓ src/utils/normalizePath.test.ts (6 tests) 8ms
11
11
  ↓ src/command.test.ts (5 tests | 5 skipped)
12
- ✓ src/utils/types.test.js (1 test) 18ms
12
+ ✓ src/utils/types.test.js (1 test) 16ms
13
13
 
14
14
   Test Files  3 passed | 2 skipped (5)
15
15
   Tests  17 passed | 9 skipped (26)
16
-  Start at  16:03:15
17
-  Duration  5.29s (transform 529ms, setup 148ms, collect 1.54s, tests 69ms, environment 1ms, prepare 1.19s)
16
+  Start at  19:22:27
17
+  Duration  5.68s (transform 592ms, setup 184ms, collect 1.83s, tests 45ms, environment 12ms, prepare 1.26s)
18
18
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @vercel/sandbox@1.1.3 typecheck /home/runner/work/sandbox-sdk/sandbox-sdk/packages/vercel-sandbox
2
+ > @vercel/sandbox@1.1.4 typecheck /home/runner/work/sandbox-sdk/sandbox-sdk/packages/vercel-sandbox
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vercel/sandbox
2
2
 
3
+ ## 1.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Update @vercel/oidc to 3.1.0 ([#204](https://github.com/vercel/sandbox-sdk/pull/204))
8
+
3
9
  ## 1.1.3
4
10
 
5
11
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "1.1.3";
1
+ export declare const VERSION = "1.1.4";
package/dist/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // Autogenerated by inject-version.ts
5
- exports.VERSION = "1.1.3";
5
+ exports.VERSION = "1.1.4";
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/sandbox",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "author": "",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@vercel/oidc": "^3.0.5",
12
+ "@vercel/oidc": "^3.1.0",
13
13
  "async-retry": "1.3.3",
14
14
  "jsonlines": "0.1.1",
15
15
  "ms": "2.1.3",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Autogenerated by inject-version.ts
2
- export const VERSION = "1.1.3";
2
+ export const VERSION = "1.1.4";