externality
Advanced tools
Comparing version 1.0.0 to 1.0.2
import { ResolveOptions as ResolveOptions$1 } from 'enhanced-resolve'; | ||
import { Plugin } from 'rollup'; | ||
declare type ModuleType = "commonjs" | "module" | "unknown"; | ||
type ModuleType = "commonjs" | "module" | "unknown"; | ||
interface ResolveOptions extends Partial<ResolveOptions$1> { | ||
@@ -20,3 +20,3 @@ /** | ||
declare type Matcher<T = any> = RegExp | ((input: string, context?: T) => boolean); | ||
type Matcher<T = any> = RegExp | ((input: string, context?: T) => boolean); | ||
declare function getProtocol(id: string): string | null; | ||
@@ -23,0 +23,0 @@ declare function matches<T = any>(input: string, matchers: Matcher<T>[], context?: T): boolean; |
{ | ||
"name": "externality", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"repository": "unjs/externality", | ||
"license": "MIT", | ||
@@ -20,30 +21,22 @@ "sideEffects": false, | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest", | ||
"lint": "eslint --ext .ts .", | ||
"prepack": "pnpm build", | ||
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish", | ||
"test": "pnpm lint && vitest run" | ||
}, | ||
"dependencies": { | ||
"enhanced-resolve": "^5.10.0", | ||
"mlly": "^1.0.0", | ||
"pathe": "^1.0.0", | ||
"ufo": "^1.0.0" | ||
"enhanced-resolve": "^5.14.1", | ||
"mlly": "^1.3.0", | ||
"pathe": "^1.1.1", | ||
"ufo": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.11.9", | ||
"@vitest/coverage-c8": "^0.25.2", | ||
"@types/node": "^20.2.5", | ||
"@vitest/coverage-c8": "^0.31.1", | ||
"allowlist": "^0.1.1", | ||
"c8": "^7.12.0", | ||
"eslint": "^8.27.0", | ||
"eslint-config-unjs": "^0.0.2", | ||
"rollup": "^3.3.0", | ||
"c8": "^7.14.0", | ||
"eslint": "^8.41.0", | ||
"eslint-config-unjs": "^0.1.0", | ||
"rollup": "^3.23.0", | ||
"standard-version": "^9.3.2", | ||
"typescript": "^4.8.4", | ||
"unbuild": "^0.9.4", | ||
"vite": "^3.2.3", | ||
"vitest": "^0.25.2", | ||
"webpack": "^5.75.0" | ||
"typescript": "^5.1.3", | ||
"unbuild": "^1.2.1", | ||
"vite": "^4.3.9", | ||
"vitest": "^0.31.4", | ||
"webpack": "^5.85.0" | ||
}, | ||
@@ -55,3 +48,10 @@ "build": { | ||
}, | ||
"packageManager": "pnpm@7.16.0" | ||
} | ||
"packageManager": "pnpm@8.6.1", | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest", | ||
"lint": "eslint --ext .ts .", | ||
"release": "pnpm test && standard-version && git push --follow-tags && pnpm publish", | ||
"test": "pnpm lint && vitest run" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
20890
7
533
Updatedenhanced-resolve@^5.14.1
Updatedmlly@^1.3.0
Updatedpathe@^1.1.1
Updatedufo@^1.1.2