From b05d2070bc27b939c4a320c245a9969e11ec290c Mon Sep 17 00:00:00 2001 From: Bartek Wrona Date: Tue, 13 May 2025 19:11:08 +0200 Subject: [PATCH 1/2] beekeeper & wax updated to latest stable version --- package.json | 4 ++-- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 8239869..135036c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@babel/core": "^7.22.9", "@babel/preset-env": "^7.22.9", "@babel/preset-typescript": "^7.22.5", - "@hiveio/beekeeper": "1.27.11-250509105319", + "@hiveio/beekeeper": "1.27.11-stable.250513143655", "@playwright/test": "^1.39.0", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.1", @@ -73,7 +73,7 @@ "typescript": "^5.4.5" }, "dependencies": { - "@hiveio/wax": "1.27.6-rc7-250509110811", + "@hiveio/wax": "1.27.6-rc7-stable.250513162056", "comlink": "^4.4.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4643cec..644ea78 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@hiveio/wax': - specifier: 1.27.6-rc7-250509110811 - version: 1.27.6-rc7-250509110811 + specifier: 1.27.6-rc7-stable.250513162056 + version: 1.27.6-rc7-stable.250513162056 comlink: specifier: ^4.4.1 version: 4.4.1 @@ -25,8 +25,8 @@ importers: specifier: ^7.22.5 version: 7.24.7(@babel/core@7.25.2) '@hiveio/beekeeper': - specifier: 1.27.11-250509105319 - version: 1.27.11-250509105319 + specifier: 1.27.11-stable.250513143655 + version: 1.27.11-stable.250513143655 '@playwright/test': specifier: ^1.39.0 version: 1.46.0 @@ -873,12 +873,12 @@ packages: resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@hiveio/beekeeper@1.27.11-250509105319': - resolution: {integrity: sha1-Sr/7ZpD01x9Xjhtkvb758AEyjDo=, tarball: https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.11-250509105319.tgz} + '@hiveio/beekeeper@1.27.11-stable.250513143655': + resolution: {integrity: sha1-WM73mERJWR06dqP67ZznUjbya6I=, tarball: https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.11-stable.250513143655.tgz} engines: {node: ^20.11 || >= 21.2} - '@hiveio/wax@1.27.6-rc7-250509110811': - resolution: {integrity: sha1-ziRP3tnUXT51WFp6yq4Kpy6ipLY=, tarball: https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-1.27.6-rc7-250509110811.tgz} + '@hiveio/wax@1.27.6-rc7-stable.250513162056': + resolution: {integrity: sha1-DIUD5zPj06aDtT1BiriKW84cifE=, tarball: https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-1.27.6-rc7-stable.250513162056.tgz} engines: {node: ^20.11 || >= 21.2} '@humanwhocodes/config-array@0.11.14': @@ -3674,11 +3674,11 @@ snapshots: '@eslint/js@8.57.0': {} - '@hiveio/beekeeper@1.27.11-250509105319': {} + '@hiveio/beekeeper@1.27.11-stable.250513143655': {} - '@hiveio/wax@1.27.6-rc7-250509110811': + '@hiveio/wax@1.27.6-rc7-stable.250513162056': dependencies: - '@hiveio/beekeeper': 1.27.11-250509105319 + '@hiveio/beekeeper': 1.27.11-stable.250513143655 events: 3.3.0 long: 5.2.3 -- GitLab From d32dd03ab05b69c7a38d4e8d928dbf03e695e153 Mon Sep 17 00:00:00 2001 From: Bartek Wrona Date: Tue, 13 May 2025 19:13:19 +0200 Subject: [PATCH 2/2] Added explicit engine specification pointing suppprted node version --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 135036c..a6e44b7 100644 --- a/package.json +++ b/package.json @@ -75,5 +75,8 @@ "dependencies": { "@hiveio/wax": "1.27.6-rc7-stable.250513162056", "comlink": "^4.4.1" + }, + "engines": { + "node": "^20.11 || >= 21.2" } } -- GitLab