@vercel/static-config
Advanced tools
+3
-0
@@ -47,2 +47,5 @@ import { Project } from 'ts-morph'; | ||
| }; | ||
| readonly useWebApi: { | ||
| readonly type: "boolean"; | ||
| }; | ||
| }; | ||
@@ -49,0 +52,0 @@ }; |
+3
-0
@@ -55,2 +55,5 @@ "use strict"; | ||
| oneOf: [{ type: "string" }, { type: "array", items: { type: "string" } }] | ||
| }, | ||
| useWebApi: { | ||
| type: "boolean" | ||
| } | ||
@@ -57,0 +60,0 @@ } |
+6
-5
| { | ||
| "name": "@vercel/static-config", | ||
| "version": "3.3.0", | ||
| "version": "3.4.0", | ||
| "license": "Apache-2.0", | ||
@@ -21,5 +21,4 @@ "main": "./dist/index", | ||
| "@swc/core": "1.2.182", | ||
| "@types/jest": "27.4.1", | ||
| "@types/node": "20.11.0", | ||
| "jest-junit": "16.0.0" | ||
| "vitest": "2.0.3" | ||
| }, | ||
@@ -29,5 +28,7 @@ "scripts": { | ||
| "test-unit": "pnpm test", | ||
| "test": "jest --reporters=default --reporters=jest-junit --env node --verbose --runInBand --bail", | ||
| "type-check": "tsc --noEmit" | ||
| "test": "vitest run --config ../../vitest.config.mts", | ||
| "type-check": "tsc --noEmit", | ||
| "vitest-run": "vitest -c ../../vitest.config.mts", | ||
| "vitest-unit": "glob --absolute 'test/**/*.test.js' 'test/**/*.test.ts' 'test/**/*.test.mjs' 'test/**/*.test.mts' 'tests/**/*.test.js' 'tests/**/*.test.ts'" | ||
| } | ||
| } |
24374
1.09%3
-25%355
1.72%