Latest versions.
For which package is this issue?
HTML
Describe the issue in a sentence or two.
The HTML package depends on TypeScript, despite only using as a Dev Dep
Issue Type (Can be multiple)
Steps to reproduce
https://www.npmjs.com/package/@cloudinary/html?activeTab=dependencies
Error screenshots
n/a
Browsers (if issue relates to UI, else ignore)
n/a
Versions and Libraries (fill in the version numbers)
package SDK version
Node - n/a (Deno)
NPM - n/a (Deno)
Config Files (Please paste the following files if possible)
package.json (n/a)
deno.json (trimmed for brevity):
{
"nodeModulesDir": "auto",
"imports": {
"@biomejs/biome": "npm:@biomejs/biome@^1.9.4",
"@cloudinary/react": "https://esm.sh/@cloudinary/react@1.14.0?external=*",
"@cloudinary/url-gen": "npm:@cloudinary/url-gen@^1.21.0",
"@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@^0.0.1-alpha.7",
"@preact/signals": "npm:@preact/signals@^1.3.2",
"fresh": "jsr:@fresh/core@^2.0.0-alpha.29",
"preact": "npm:preact@^10.26.2",
"tailwindcss": "npm:tailwindcss@^3.4.17"
},
"scopes": {
"https://esm.sh/": {
"@cloudinary/hrml": "npm:@cloudinary/html@",
"@types/react": "npm:preact@10.26.2/compat",
"client-only": "npm:client-only@0.0.1",
"react": "npm:preact@10.26.2/compat",
"react/jsx-runtime": "npm:preact@10.26.2/jsx-runtime",
"react-dom": "npm:preact@10.26.2/compat",
"react-dom/test-utils": "npm:preact@10.26.2/test-utils"
}
}
}
Repository
n/a
Latest versions.
For which package is this issue?
HTML
Describe the issue in a sentence or two.
The HTML package depends on TypeScript, despite only using as a Dev Dep
Issue Type (Can be multiple)
Steps to reproduce
https://www.npmjs.com/package/@cloudinary/html?activeTab=dependencies
Error screenshots
n/a
Browsers (if issue relates to UI, else ignore)
n/a
Versions and Libraries (fill in the version numbers)
package SDK version
Node - n/a (Deno)
NPM - n/a (Deno)
Config Files (Please paste the following files if possible)
package.json (n/a)
deno.json (trimmed for brevity):
{ "nodeModulesDir": "auto", "imports": { "@biomejs/biome": "npm:@biomejs/biome@^1.9.4", "@cloudinary/react": "https://esm.sh/@cloudinary/react@1.14.0?external=*", "@cloudinary/url-gen": "npm:@cloudinary/url-gen@^1.21.0", "@fresh/plugin-tailwind": "jsr:@fresh/plugin-tailwind@^0.0.1-alpha.7", "@preact/signals": "npm:@preact/signals@^1.3.2", "fresh": "jsr:@fresh/core@^2.0.0-alpha.29", "preact": "npm:preact@^10.26.2", "tailwindcss": "npm:tailwindcss@^3.4.17" }, "scopes": { "https://esm.sh/": { "@cloudinary/hrml": "npm:@cloudinary/html@", "@types/react": "npm:preact@10.26.2/compat", "client-only": "npm:client-only@0.0.1", "react": "npm:preact@10.26.2/compat", "react/jsx-runtime": "npm:preact@10.26.2/jsx-runtime", "react-dom": "npm:preact@10.26.2/compat", "react-dom/test-utils": "npm:preact@10.26.2/test-utils" } } }Repository
n/a