Release paskia-js 0.1.3 with minor updates on styling and metadata.

This commit is contained in:
2026-02-05 19:49:39 +00:00
parent 5deb57435b
commit f515daeecd
+13 -4
View File
@@ -1,7 +1,15 @@
{ {
"name": "paskia", "name": "paskia",
"version": "0.1.2", "version": "0.1.3",
"description": "Paskia authentication utilities for JavaScript", "description": "Paskia authentication utilities for JavaScript",
"author": "Leo Vasanko",
"license": "Unlicense",
"homepage": "https://git.zi.fi/LeoVasanko/paskia",
"repository": {
"type": "git",
"url": "https://github.com/LeoVasanko/paskia",
"directory": "paskia-js"
},
"type": "module", "type": "module",
"main": "./dist/paskia.js", "main": "./dist/paskia.js",
"types": "./dist/paskia.d.ts", "types": "./dist/paskia.d.ts",
@@ -26,7 +34,8 @@
"keywords": [ "keywords": [
"auth", "auth",
"authentication", "authentication",
"paskia" "paskia",
], "passkey",
"license": "Unlicense" "webauthn"
]
} }