Comparing version 0.7.10 to 0.7.11
@@ -138,3 +138,3 @@ /** | ||
declare function isEmptyURL(url: string): boolean; | ||
declare function isNonEmptyURL(url: string): boolean | ""; | ||
declare function isNonEmptyURL(url: string): boolean; | ||
declare function joinURL(base: string, ...input: string[]): string; | ||
@@ -141,0 +141,0 @@ declare function createURL(input: string): $URL; |
{ | ||
"name": "ufo", | ||
"version": "0.7.10", | ||
"version": "0.7.11", | ||
"description": "URL utils for humans", | ||
@@ -10,3 +10,3 @@ "repository": "unjs/ufo", | ||
".": { | ||
"require": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
@@ -16,3 +16,3 @@ }, | ||
}, | ||
"main": "./dist/index.js", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
@@ -24,7 +24,8 @@ "types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "siroc build", | ||
"build": "unbuild", | ||
"dev": "vitest", | ||
"lint": "eslint --ext .ts .", | ||
"prepublishOnly": "yarn build", | ||
"prepack": "yarn build", | ||
"release": "yarn test && standard-version && git push --follow-tags && npm publish", | ||
"test": "yarn lint && jest" | ||
"test": "yarn lint && vitest run" | ||
}, | ||
@@ -35,11 +36,10 @@ "dependencies": {}, | ||
"@types/flat": "latest", | ||
"@types/jest": "latest", | ||
"@types/node": "latest", | ||
"c8": "^7.11.0", | ||
"eslint": "latest", | ||
"jest": "latest", | ||
"siroc": "latest", | ||
"standard-version": "latest", | ||
"ts-jest": "latest", | ||
"typescript": "latest" | ||
"typescript": "latest", | ||
"unbuild": "latest", | ||
"vitest": "latest" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9
38145