From 472e8c5c28a7c6f26065d4d9a3ca42cafb2403eb Mon Sep 17 00:00:00 2001 From: Bartek Wrona Date: Thu, 8 May 2025 18:15:21 +0200 Subject: [PATCH 1/2] Updated beekeeper & wax packages --- package.json | 6 +++--- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 1a7c3bb..4c70585 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "module": "dist/hb-auth.js", "types": "dist/hb-auth.d.ts", "type": "module", - "packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0", + "packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b", "scripts": { "build": "pnpm run clean && rollup -c", "clean": "rm -rf ./dist", @@ -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.8-stable.250131103618", + "@hiveio/beekeeper": "1.27.11-stable.250508111822", "@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-stable.250131113706", + "@hiveio/wax": "1.27.6-rc7-stable.250508132204", "comlink": "^4.4.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2e23fae..4ea4d7b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@hiveio/wax': - specifier: 1.27.6-rc7-stable.250131113706 - version: 1.27.6-rc7-stable.250131113706 + specifier: 1.27.6-rc7-stable.250508132204 + version: 1.27.6-rc7-stable.250508132204 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.8-stable.250131103618 - version: 1.27.8-stable.250131103618 + specifier: 1.27.11-stable.250508111822 + version: 1.27.11-stable.250508111822 '@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.8-stable.250131103618': - resolution: {integrity: sha1-0IYuFBbxIIKfRTrI6ZZc7Jf+qLA=, tarball: https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.8-stable.250131103618.tgz} + '@hiveio/beekeeper@1.27.11-stable.250508111822': + resolution: {integrity: sha1-VzR+ETHeiK6+rKn2+0fbtSj+W0Q=, tarball: https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.11-stable.250508111822.tgz} engines: {node: ^20.11 || >= 21.2} - '@hiveio/wax@1.27.6-rc7-stable.250131113706': - resolution: {integrity: sha1-Xi2VV8y9T6MdBHOBSzxZNpmGnF8=, tarball: https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-1.27.6-rc7-stable.250131113706.tgz} + '@hiveio/wax@1.27.6-rc7-stable.250508132204': + resolution: {integrity: sha1-94eAqhTWTLzOC78hRP+RpICyrCw=, tarball: https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-1.27.6-rc7-stable.250508132204.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.8-stable.250131103618': {} + '@hiveio/beekeeper@1.27.11-stable.250508111822': {} - '@hiveio/wax@1.27.6-rc7-stable.250131113706': + '@hiveio/wax@1.27.6-rc7-stable.250508132204': dependencies: - '@hiveio/beekeeper': 1.27.8-stable.250131103618 + '@hiveio/beekeeper': 1.27.11-stable.250508111822 events: 3.3.0 long: 5.2.3 -- GitLab From dcc6d7826c14a6da2dbbe52761e03f1a374cf146 Mon Sep 17 00:00:00 2001 From: mtyszczak Date: Fri, 9 May 2025 13:32:29 +0200 Subject: [PATCH 2/2] Bump hive libraries --- package.json | 4 ++-- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 4c70585..8239869 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-stable.250508111822", + "@hiveio/beekeeper": "1.27.11-250509105319", "@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-stable.250508132204", + "@hiveio/wax": "1.27.6-rc7-250509110811", "comlink": "^4.4.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ea4d7b..4643cec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@hiveio/wax': - specifier: 1.27.6-rc7-stable.250508132204 - version: 1.27.6-rc7-stable.250508132204 + specifier: 1.27.6-rc7-250509110811 + version: 1.27.6-rc7-250509110811 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-stable.250508111822 - version: 1.27.11-stable.250508111822 + specifier: 1.27.11-250509105319 + version: 1.27.11-250509105319 '@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-stable.250508111822': - resolution: {integrity: sha1-VzR+ETHeiK6+rKn2+0fbtSj+W0Q=, tarball: https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.11-stable.250508111822.tgz} + '@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} engines: {node: ^20.11 || >= 21.2} - '@hiveio/wax@1.27.6-rc7-stable.250508132204': - resolution: {integrity: sha1-94eAqhTWTLzOC78hRP+RpICyrCw=, tarball: https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-1.27.6-rc7-stable.250508132204.tgz} + '@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} 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-stable.250508111822': {} + '@hiveio/beekeeper@1.27.11-250509105319': {} - '@hiveio/wax@1.27.6-rc7-stable.250508132204': + '@hiveio/wax@1.27.6-rc7-250509110811': dependencies: - '@hiveio/beekeeper': 1.27.11-stable.250508111822 + '@hiveio/beekeeper': 1.27.11-250509105319 events: 3.3.0 long: 5.2.3 -- GitLab