@xylabs/crypto
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -1,5 +0,3 @@ | ||
export { default as Crypto } from 'crypto-js'; | ||
declare const cryptoPolyfill: () => void; | ||
export { cryptoPolyfill }; | ||
export * from './Crypto.ts'; | ||
export * from './cryptoPolyfill.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,5 +0,3 @@ | ||
export { default as Crypto } from 'node:crypto'; | ||
declare const cryptoPolyfill: () => void; | ||
export { cryptoPolyfill }; | ||
export * from './Crypto.ts'; | ||
export * from './cryptoPolyfill.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@xylabs/crypto", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@xylabs/platform": "^4.0.3", | ||
"@xylabs/platform": "^4.0.4", | ||
"crypto-js": "^4.2.0" | ||
@@ -50,5 +50,5 @@ }, | ||
"@types/node": "^22.5.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0", | ||
"@xylabs/tsconfig": "^4.0.0", | ||
"@xylabs/tsconfig-dom": "^4.0.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.7", | ||
"@xylabs/tsconfig": "^4.0.7", | ||
"@xylabs/tsconfig-dom": "^4.0.7", | ||
"typescript": "^5.5.4" | ||
@@ -55,0 +55,0 @@ }, |
15536
28
78
Updated@xylabs/platform@^4.0.4