@xylabs/crypto
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "@xylabs/crypto", | ||
"version": "4.0.3", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
"keywords": [ | ||
"crypto", | ||
"xylabs", | ||
"utility", | ||
"typescript", | ||
"esm" | ||
], | ||
"homepage": "https://xylabs.com", | ||
"bugs": { | ||
"url": "git+https://github.com/xylabs/sdk-js/issues", | ||
"email": "support@xylabs.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/xylabs/sdk-js.git" | ||
}, | ||
"license": "LGPL-3.0-only", | ||
"name": "@xylabs/crypto", | ||
"author": { | ||
"name": "XY Labs Development Team", | ||
"email": "support@xylabs.com", | ||
"name": "XY Labs Development Team", | ||
"url": "https://xylabs.com" | ||
}, | ||
"bugs": { | ||
"email": "support@xylabs.com", | ||
"url": "git+https://github.com/xylabs/sdk-js/issues" | ||
}, | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
@@ -25,14 +40,6 @@ ".": { | ||
}, | ||
"module": "./dist/node/index.mjs", | ||
"types": "./dist/node/index.d.ts", | ||
"module": "./dist/node/index.mjs", | ||
"homepage": "https://xylabs.com", | ||
"keywords": [ | ||
"crypto", | ||
"xylabs", | ||
"utility", | ||
"typescript", | ||
"esm" | ||
], | ||
"dependencies": { | ||
"@xylabs/platform": "^4.0.2", | ||
"@xylabs/platform": "^4.0.3", | ||
"crypto-js": "^4.2.0" | ||
@@ -42,6 +49,6 @@ }, | ||
"@types/crypto-js": "^4.2.2", | ||
"@types/node": "^22.4.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig-dom": "^4.0.0-rc.15", | ||
"@types/node": "^22.5.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0", | ||
"@xylabs/tsconfig": "^4.0.0", | ||
"@xylabs/tsconfig-dom": "^4.0.0", | ||
"typescript": "^5.5.4" | ||
@@ -54,10 +61,3 @@ }, | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/xylabs/sdk-js.git" | ||
}, | ||
"sideEffects": false, | ||
"version": "4.0.2", | ||
"type": "module" | ||
} | ||
} |
@@ -5,9 +5,5 @@ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
compile: { | ||
browser: { | ||
'src/browser': true, | ||
}, | ||
browser: { 'src/browser': true }, | ||
neutral: {}, | ||
node: { | ||
'src/node': true, | ||
}, | ||
node: { 'src/node': true }, | ||
}, | ||
@@ -14,0 +10,0 @@ } |
Sorry, the diff of this file is not supported yet
14255
76
Updated@xylabs/platform@^4.0.3