@readme/data-urls
Advanced tools
+10
-4
| { | ||
| "name": "@readme/data-urls", | ||
| "version": "4.0.0", | ||
| "version": "4.0.1", | ||
| "description": "A utility for parsing and validating data URLs.", | ||
@@ -10,4 +10,10 @@ "license": "ISC", | ||
| ".": { | ||
| "require": "./dist/index.cjs", | ||
| "import": "./dist/index.js" | ||
| "import": { | ||
| "types": "./dist/index.d.mts", | ||
| "default": "./dist/index.mjs" | ||
| }, | ||
| "require": { | ||
| "types": "./dist/index.d.cts", | ||
| "default": "./dist/index.cjs" | ||
| } | ||
| }, | ||
@@ -17,3 +23,3 @@ "./package.json": "./package.json" | ||
| "main": "dist/index.cjs", | ||
| "module": "dist/index.js", | ||
| "module": "dist/index.mjs", | ||
| "types": "dist/index.d.cts", | ||
@@ -20,0 +26,0 @@ "engines": { |
16726
0.83%