Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "uuid25", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "25-digit case-insensitive UUID encoding", | ||
@@ -8,4 +8,8 @@ "type": "module", | ||
"types": "./uuid25.d.ts", | ||
"exports": "./uuid25.js", | ||
"exports": { | ||
"require": "./cjs/uuid25.cjs", | ||
"default": "./uuid25.js" | ||
}, | ||
"files": [ | ||
"cjs/uuid25.cjs", | ||
"uuid25.d.ts" | ||
@@ -17,2 +21,3 @@ ], | ||
"doc": "typedoc ./uuid25.ts --gitRevision \"v$npm_package_version\"", | ||
"postbuild": "rm -rf ./cjs/*.d.cts", | ||
"predoc": "rm -rf ./docs", | ||
@@ -37,5 +42,5 @@ "prepare": "npm run build && npm run doc && npm run test", | ||
"mocha": "^10.2.0", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.6" | ||
"typedoc": "^0.25.4", | ||
"typescript": "^5.3.2" | ||
} | ||
} |
@@ -40,2 +40,8 @@ # Uuid25: 25-digit case-insensitive UUID encoding | ||
## CommonJS support | ||
The CommonJS entry point is deprecated and provided for backward compatibility | ||
purposes only. The entry point is no longer tested and will be removed in the | ||
future. | ||
## License | ||
@@ -42,0 +48,0 @@ |
46374
6
899
53