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 df1cdb92..47096829 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "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", "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",