bump package version to 1.3.0
[squeep-indieauth-helper] / package.json
index 3e90303ca626baf593990d65b6fa535740dcb2bf..019eb5c37c18b9b81230f23c28b43ad465dcdf16 100644 (file)
@@ -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": {
     "url": "https://git.squeep.com/squeep-indieauth-helper/"
   },
   "engines": {
-    "node": ">=14.18 || >=15.7"
+    "node": "^14 >=14.18 || >=15.7"
   },
   "author": "Justin Wind <jwind-npm@squeep.com>",
   "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",