bump package version to 1.3.0 v1.3.0
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 10 Jun 2023 19:02:05 +0000 (12:02 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 10 Jun 2023 19:15:57 +0000 (12:15 -0700)
package-lock.json
package.json

index 2c24b23f7338cf912e04a0a53e43544ebd78be72..38d63dea37f80ada25d5761a44f8f1b65f7ba22a 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/indieauth-helper",
-  "version": "1.2.2",
+  "version": "1.3.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/indieauth-helper",
-      "version": "1.2.2",
+      "version": "1.3.0",
       "license": "ISC",
       "dependencies": {
         "@squeep/web-linking": "^1.0.8",
@@ -27,7 +27,7 @@
         "sinon": "^15.1.0"
       },
       "engines": {
-        "node": ">=14.18 || >=15.7"
+        "node": "^14 >=14.18 || >=15.7"
       }
     },
     "node_modules/@ampproject/remapping": {
index a7452635d16e2aa8ebfef969d620b528b9e8dfb3..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": {