@hasna/shortlinks 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/serve/index.js +1 -1
- package/package.json +1 -1
package/dist/serve/index.js
CHANGED
|
@@ -4907,7 +4907,7 @@ var require_lib2 = __commonJS((exports, module) => {
|
|
|
4907
4907
|
var require_package = __commonJS((exports, module) => {
|
|
4908
4908
|
module.exports = {
|
|
4909
4909
|
name: "@hasna/shortlinks",
|
|
4910
|
-
version: "0.2.
|
|
4910
|
+
version: "0.2.5",
|
|
4911
4911
|
description: "Shortlink manager for custom domains and click tracking, with local SQLite or self-hosted cloud (/v1 API + bearer key) storage and Cloudflare setup helpers",
|
|
4912
4912
|
type: "module",
|
|
4913
4913
|
main: "dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasna/shortlinks",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Shortlink manager for custom domains and click tracking, with local SQLite or self-hosted cloud (/v1 API + bearer key) storage and Cloudflare setup helpers",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|