@xylabs/api
Advanced tools
Comparing version 2.9.3 to 2.10.0
@@ -17,18 +17,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" | ||
} | ||
}, | ||
@@ -38,4 +34,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", | ||
@@ -49,8 +60,10 @@ "keywords": [ | ||
"dependencies": { | ||
"axios": "^1.4.0" | ||
"axios": "^1.5.0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/eslint-config": "2.17.17", | ||
"@xylabs/ts-scripts-yarn3": "^2.17.17", | ||
"eslint": "^8.43.0" | ||
"@xylabs/ts-scripts-yarn3": "^2.19.5", | ||
"@xylabs/tsconfig": "^2.19.5", | ||
"publint": "^0.2.2", | ||
"tsup": "^7.2.0" | ||
}, | ||
@@ -65,4 +78,4 @@ "publishConfig": { | ||
"sideEffects": false, | ||
"version": "2.9.3", | ||
"version": "2.10.0", | ||
"packageManager": "yarn@3.3.1" | ||
} |
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
45568
2
4
46
601
1
+ Addedtslib@^2.6.2
+ Addedtslib@2.8.1(transitive)
Updatedaxios@^1.5.0