mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
234df15a6d
* build(deps): refresh dependencies after cooldown Apply dependency, toolchain, action, image, and exact tool updates released by the inclusive 2026-08-16 seven-day cutoff. Adapt owner boundaries for the resulting CUA, logging, Teams, Markdown, native, and test-harness contract changes while retaining versions blocked by upstream compatibility constraints. * fix(ui): align markdown renderer env typing * fix(deps): align postcss and mistral peer contracts * fix(deps): repair refreshed dependency contracts * fix(deps): retain tslog startup budget * fix(ci): verify Android tools with SHA-256 * fix(ci): fence Android SDK cache version
76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"name": "@openclaw/media-core",
|
|
"version": "0.0.0-private",
|
|
"private": true,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"import": "./dist/index.mjs",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./base64": {
|
|
"types": "./dist/base64.d.mts",
|
|
"import": "./dist/base64.mjs",
|
|
"default": "./dist/base64.mjs"
|
|
},
|
|
"./attachment-classify": {
|
|
"types": "./dist/attachment-classify.d.mts",
|
|
"import": "./dist/attachment-classify.mjs",
|
|
"default": "./dist/attachment-classify.mjs"
|
|
},
|
|
"./constants": {
|
|
"types": "./dist/constants.d.mts",
|
|
"import": "./dist/constants.mjs",
|
|
"default": "./dist/constants.mjs"
|
|
},
|
|
"./content-length": {
|
|
"types": "./dist/content-length.d.mts",
|
|
"import": "./dist/content-length.mjs",
|
|
"default": "./dist/content-length.mjs"
|
|
},
|
|
"./file-name": {
|
|
"types": "./dist/file-name.d.mts",
|
|
"import": "./dist/file-name.mjs",
|
|
"default": "./dist/file-name.mjs"
|
|
},
|
|
"./inbound-path-policy": {
|
|
"types": "./dist/inbound-path-policy.d.mts",
|
|
"import": "./dist/inbound-path-policy.mjs",
|
|
"default": "./dist/inbound-path-policy.mjs"
|
|
},
|
|
"./inline-image-data-url": {
|
|
"types": "./dist/inline-image-data-url.d.mts",
|
|
"import": "./dist/inline-image-data-url.mjs",
|
|
"default": "./dist/inline-image-data-url.mjs"
|
|
},
|
|
"./media-source-url": {
|
|
"types": "./dist/media-source-url.d.mts",
|
|
"import": "./dist/media-source-url.mjs",
|
|
"default": "./dist/media-source-url.mjs"
|
|
},
|
|
"./mime": {
|
|
"types": "./dist/mime.d.mts",
|
|
"import": "./dist/mime.mjs",
|
|
"default": "./dist/mime.mjs"
|
|
},
|
|
"./read-byte-stream-with-limit": {
|
|
"types": "./dist/read-byte-stream-with-limit.d.mts",
|
|
"import": "./dist/read-byte-stream-with-limit.mjs",
|
|
"default": "./dist/read-byte-stream-with-limit.mjs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@openclaw/normalization-core": "workspace:*",
|
|
"file-type": "22.0.2"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown src/index.ts src/attachment-classify.ts src/base64.ts src/constants.ts src/content-length.ts src/file-name.ts src/inbound-path-policy.ts src/inline-image-data-url.ts src/media-source-url.ts src/mime.ts src/read-byte-stream-with-limit.ts --no-config --platform node --format esm --dts --out-dir dist --clean"
|
|
}
|
|
}
|