@xylabs/promise
Advanced tools
Comparing version 2.9.3 to 2.10.0
@@ -14,18 +14,14 @@ { | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
"browser": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"docs": "dist/docs.json", | ||
"types": "dist/types/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"node": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
}, | ||
"browser": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"default": "./dist/esm/index.js" | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
} | ||
}, | ||
@@ -35,4 +31,19 @@ "./dist/docs.json": { | ||
}, | ||
"./cjs": { | ||
"default": "./dist/index.js" | ||
}, | ||
"./docs": { | ||
"default": "./dist/docs.json" | ||
}, | ||
"./esm": { | ||
"default": "./dist/index.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"scripts": { | ||
"package-compile": "tsup && publint", | ||
"package-recompile": "tsup && publint" | ||
}, | ||
"homepage": "https://xylabs.com", | ||
@@ -46,3 +57,6 @@ "keywords": [ | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^2.17.17" | ||
"@xylabs/ts-scripts-yarn3": "^2.19.5", | ||
"@xylabs/tsconfig": "^2.19.5", | ||
"publint": "^0.2.2", | ||
"tsup": "^7.2.0" | ||
}, | ||
@@ -57,3 +71,3 @@ "publishConfig": { | ||
"sideEffects": false, | ||
"version": "2.9.3" | ||
"version": "2.10.0" | ||
} |
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
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
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
31192
4
32
275
1