bump package version to 1.1.0 v1.1.0
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 21 Feb 2022 20:56:30 +0000 (12:56 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 21 Feb 2022 20:56:30 +0000 (12:56 -0800)
package-lock.json
package.json

index 049166fad1c0076479945d4d6011a8915b48f5e3..19fde0c85bdc7f99aed14573baba9f5e0b9b7342 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/indieauth-helper",
-  "version": "1.0.2",
+  "version": "1.1.0",
   "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 d1b8ce5106a67022f487bc83a3919700be8d2595..a7e42839c92447d5dd8066578b57c4e87368017b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/indieauth-helper",
-  "version": "1.0.2",
+  "version": "1.1.0",
   "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.",
   "main": "index.js",
   "scripts": {