@cspell/url
Advanced tools
Comparing version 8.17.1 to 8.17.2
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "8.17.1", | ||
"version": "8.17.2", | ||
"description": "URL parsing and manipulation utilities for cspell", | ||
@@ -19,7 +19,7 @@ "keywords": [ | ||
"sideEffects": false, | ||
"module": "./dist/index.mjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.js" | ||
} | ||
@@ -39,3 +39,3 @@ }, | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"build": "tsup-node", | ||
"build:clean": "pnpm clean && pnpm build", | ||
@@ -46,3 +46,4 @@ "clean": "shx rm -rf dist coverage", | ||
"test-watch": "vitest", | ||
"test": "vitest run", | ||
"test:build": "tsc -p .", | ||
"test": "pnpm test:build && vitest run", | ||
"test:perf": "insight --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000", | ||
@@ -64,3 +65,3 @@ "test:perf:ts": "insight --register ts-node/esm --file \"src/perf/**/*.perf.{mts,ts}\" -t 1000", | ||
}, | ||
"gitHead": "476a03accde11d8bb97c2fd09322f962c83b116a" | ||
"gitHead": "160c982e8d1e3b4951acb6fc003d013f3b0597e0" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
600
24872
5
1