@xylabs/arraybuffer
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "@xylabs/arraybuffer", | ||
"version": "4.0.3", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
"keywords": [ | ||
"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/arraybuffer", | ||
"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,9 +39,9 @@ ".": { | ||
"@scure/base": "^1.1.7", | ||
"@xylabs/assert": "^4.0.2", | ||
"@xylabs/lodash": "^4.0.2", | ||
"@xylabs/typeof": "^4.0.2" | ||
"@xylabs/assert": "^4.0.3", | ||
"@xylabs/lodash": "^4.0.3", | ||
"@xylabs/typeof": "^4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig": "^4.0.0-rc.15", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0", | ||
"@xylabs/tsconfig": "^4.0.0", | ||
"typescript": "^5.5.4" | ||
@@ -38,19 +52,5 @@ }, | ||
}, | ||
"homepage": "https://xylabs.com", | ||
"keywords": [ | ||
"xylabs", | ||
"utility", | ||
"typescript", | ||
"esm" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/xylabs/sdk-js.git" | ||
}, | ||
"sideEffects": false, | ||
"version": "4.0.2", | ||
"type": "module" | ||
} | ||
} |
@@ -5,5 +5,3 @@ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
browser: {}, | ||
neutral: { | ||
src: true, | ||
}, | ||
neutral: { src: true }, | ||
node: {}, | ||
@@ -10,0 +8,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
20017
123
Updated@xylabs/assert@^4.0.3
Updated@xylabs/lodash@^4.0.3
Updated@xylabs/typeof@^4.0.3