@majikah/majik-slink 0.2.0 → 0.2.1

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@majikah/majik-slink",
3
3
  "type": "module",
4
4
  "description": "Majik SLink is a specialized TypeScript library designed for URL ownership verification and cryptographic identity linking. It provides a robust mechanism to prove that a specific digital identity (a MajikKey) controls a publicly accessible web resource (such as a YouTube channel, social media profile, or personal blog).",
5
- "version": "0.2.0",
5
+ "version": "0.2.1",
6
6
  "license": "Apache-2.0",
7
7
  "author": "Zelijah",
8
8
  "main": "./dist/index.js",
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@majikah/majik-key": "^0.4.0",
54
- "@majikah/majik-signature": "^0.3.0",
54
+ "@majikah/majik-signature": "^0.4.1",
55
55
  "@types/psl": "^1.1.3",
56
56
  "psl": "^1.15.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@types/node": "^26.2.0",
60
- "vitest": "^4.1.10"
59
+ "@types/node": "^26.5.1",
60
+ "vitest": "^5.0.0"
61
61
  }
62
62
  }