From b1505a797059c109864a8adcc0c8636c8a6d07cc Mon Sep 17 00:00:00 2001 From: Doug Lance Date: Tue, 19 Jul 2022 17:25:48 -0400 Subject: [PATCH 1/2] Adds npx to postinstall script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df1cdb92..64508b9f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "commit": "git-cz", "lint:fix": "eslint --fix src --ext .ts", "lint": "eslint src --ext .ts", - "postinstall": "patch-package", + "postinstall": "npx patch-package", "precommit": "npm run lint:fix && npm run test", "prepublish": "", "test": "vitest /src/__test__/unit /src/__test__/integration", From 36ff5a5a20d0fc06b33a63f905261a2b5472d3b3 Mon Sep 17 00:00:00 2001 From: Doug Lance Date: Tue, 19 Jul 2022 18:08:20 -0400 Subject: [PATCH 2/2] Bumps to v2.2.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ee47fb2..bda0b8d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gridplus-sdk", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gridplus-sdk", - "version": "2.2.1", + "version": "2.2.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 64508b9f..47096829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridplus-sdk", - "version": "2.2.1", + "version": "2.2.2", "description": "SDK to interact with GridPlus Lattice1 device", "scripts": { "build": "NODE_ENV=production vite build",