@kamalyb/errors
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@kamalyb/errors", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "errors", | ||
@@ -13,7 +13,2 @@ "publishConfig": { | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
@@ -24,3 +19,4 @@ "scripts": { | ||
"build-fast": "tsup src/index.ts --format cjs,esm", | ||
"build": "yarn run build-fast -- --dts-resolve", | ||
"build-fast2": "tsup src/index.ts --format cjs", | ||
"build": "yarn run build-fast2 -- --dts-resolve", | ||
"test": "vitest run", | ||
@@ -27,0 +23,0 @@ "prepublishOnly": "yarn run build" |
export * from "./utils"; | ||
export * from "./errors"; | ||
export * from "./types"; | ||
// { | ||
// "module": "./dist/index.mjs", | ||
// "exports": { | ||
// "require": "./dist/index.js", | ||
// "import": "./dist/index.mjs" | ||
// }, | ||
// } |
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
19623
17
623