From b252375b49dfce726f03064d421088044fd1b088 Mon Sep 17 00:00:00 2001 From: cwlee Date: Thu, 27 Jan 2022 14:54:46 +0800 Subject: [PATCH 1/2] fix: reduce min node version --- examples/vue-app/package.json | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/vue-app/package.json b/examples/vue-app/package.json index a3081f8..a59af79 100644 --- a/examples/vue-app/package.json +++ b/examples/vue-app/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@solana/web3.js": "^1.31.0", - "@toruslabs/solana-embed": "file:../../toruslabs-solana-embed-0.0.8.tgz", + "@toruslabs/solana-embed": "file:../../toruslabs-solana-embed-0.0.10.tgz", "bs58": "^4.0.1", "core-js": "^3.8.3", "tweetnacl": "^1.0.3", @@ -29,5 +29,8 @@ "eslint-plugin-vue": "^7.2.0", "stream-browserify": "^3.0.0", "typescript": "~4.1.5" + }, + "engines": { + "node": ">=14.16.0" } } diff --git a/package.json b/package.json index 9ded0c8..82bfc70 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ ] }, "engines": { - "node": ">=14.17.0", + "node": ">=14.16.0", "npm": ">=6.x" } } From 5c957f3e90f26c5e3703a2de6b4c0432785b4801 Mon Sep 17 00:00:00 2001 From: cwlee Date: Thu, 27 Jan 2022 17:48:59 +0800 Subject: [PATCH 2/2] fix: reduce node min version --- examples/vue-app/package.json | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/vue-app/package.json b/examples/vue-app/package.json index a59af79..70ad181 100644 --- a/examples/vue-app/package.json +++ b/examples/vue-app/package.json @@ -29,8 +29,5 @@ "eslint-plugin-vue": "^7.2.0", "stream-browserify": "^3.0.0", "typescript": "~4.1.5" - }, - "engines": { - "node": ">=14.16.0" } } diff --git a/package.json b/package.json index 82bfc70..26e962b 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ ] }, "engines": { - "node": ">=14.16.0", + "node": ">=14.0.0", "npm": ">=6.x" } }