bump package version to 1.1.1 v1.1.1
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 13 Mar 2022 21:34:40 +0000 (14:34 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 13 Mar 2022 21:34:40 +0000 (14:34 -0700)
package-lock.json
package.json

index b210df716eb4f218d78c10d34d546a42d187d1cc..24b67b98c47954f19eda5d4bbe8ba8d651846dcb 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/indieauth-helper",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
       "requires": {
         "anymatch": "~3.1.2",
         "braces": "~3.0.2",
+        "fsevents": "~2.3.2",
         "glob-parent": "~5.1.2",
         "is-binary-path": "~2.1.0",
         "is-glob": "~4.0.1",
       "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
       "dev": true
     },
+    "fsevents": {
+      "version": "2.3.2",
+      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+      "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+      "dev": true,
+      "optional": true
+    },
     "function-bind": {
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
index c93d1e21a2b07ef0f6115c2db129f78965956d5b..b50e8e8ba6624d5de1e942954e968439fc568bfc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/indieauth-helper",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.",
   "main": "index.js",
   "scripts": {