From 206430e0d337ffb0c3d95c0ce92f9c141cf67a6c Mon Sep 17 00:00:00 2001 From: mathieuprog <5883963+mathieuprog@users.noreply.github.com> Date: Tue, 8 Mar 2022 03:51:03 +0100 Subject: [PATCH] Bump version to 0.15.0 --- package-lock.json | 25 ++----------------------- package.json | 2 +- 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38a5756..e231573 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graphql-light", - "version": "0.14.0", + "version": "0.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "graphql-light", - "version": "0.14.0", + "version": "0.15.0", "license": "Apache-2.0", "dependencies": { "@js-temporal/polyfill": "^0.3.0", @@ -3425,20 +3425,6 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -9521,13 +9507,6 @@ "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", diff --git a/package.json b/package.json index 2f638f3..52fbd84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-light", - "version": "0.14.0", + "version": "0.15.0", "description": "A simple GraphQL client", "funding": "https://github.com/mathieuprog/graphql-light?sponsor=1", "scripts": {