@xylabs/buffer
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -0,5 +1,3 @@ | ||
export { bufferPolyfill } from './bufferPolyfill.ts'; | ||
export { Buffer } from 'buffer/'; | ||
declare const bufferPolyfill: () => void; | ||
export { bufferPolyfill }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,5 +1,3 @@ | ||
export * from './bufferPolyfill.ts'; | ||
export { Buffer } from 'node:buffer'; | ||
declare const bufferPolyfill: () => void; | ||
export { bufferPolyfill }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@xylabs/buffer", | ||
"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", | ||
"buffer": "^6.0.3" | ||
@@ -49,5 +49,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" | ||
@@ -54,0 +54,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
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
14946
22
Updated@xylabs/platform@^4.0.4