X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=019eb5c37c18b9b81230f23c28b43ad465dcdf16;hb=10029033aa5b084adae7972466e791df210fbfc3;hp=3e90303ca626baf593990d65b6fa535740dcb2bf;hpb=57cb2f2fc75ae447dfcc750bb62dcc8bb487cd15;p=squeep-indieauth-helper diff --git a/package.json b/package.json index 3e90303..019eb5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.2.2", + "version": "1.3.0", "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { @@ -20,12 +20,12 @@ "url": "https://git.squeep.com/squeep-indieauth-helper/" }, "engines": { - "node": ">=14.18 || >=15.7" + "node": "^14 >=14.18 || >=15.7" }, "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/web-linking": "^1.0.7", + "@squeep/web-linking": "^1.0.8", "got": "^13.0.0", "iconv": "^3.0.1", "ip-address": "^8.1.0",