diff --git a/build/package-lock.json b/build/package-lock.json index 4fafb44..55af7a3 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -15,16 +15,16 @@ }, "..": { "name": "@noble/ciphers", - "version": "0.2.0", + "version": "0.4.1", "dev": true, "license": "MIT", "devDependencies": { - "@scure/base": "1.1.1", + "@scure/base": "1.1.3", "fast-check": "3.0.0", "micro-bmark": "0.3.1", "micro-should": "0.4.0", - "prettier": "2.8.4", - "typescript": "5.0.2" + "prettier": "3.1.1", + "typescript": "5.3.2" }, "funding": { "url": "https://paulmillr.com/funding/" diff --git a/package.json b/package.json index aea8fe4..c98a3aa 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://paulmillr.com/noble/", "repository": { "type": "git", - "url": "https://github.com/paulmillr/noble-ciphers.git" + "url": "git+https://github.com/paulmillr/noble-ciphers.git" }, "license": "MIT", "devDependencies": { @@ -134,4 +134,4 @@ "ff1" ], "funding": "https://paulmillr.com/funding/" -} \ No newline at end of file +}