From e0dd4e7badd46755a6d53f1fefdb4e0fc7d92fc2 Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Wed, 12 Mar 2025 16:16:16 +0100 Subject: [PATCH] Updated beekeeper & wax version to get latest API updates (mostly caused by class validator elimination) --- package.json | 4 ++-- pnpm-lock.yaml | 28 +++++++++++++++++----------- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 1624ef8..cec0dbf 100644 --- a/package.json +++ b/package.json @@ -77,8 +77,8 @@ "typescript": "catalog:typescript-toolset" }, "dependencies": { - "@hiveio/beekeeper": "1.27.8-stable.250131103618", - "@hiveio/wax": "1.27.6-rc7-stable.250131113706" + "@hiveio/beekeeper": "1.27.10-stable.250310202833", + "@hiveio/wax": "1.27.6-rc7-stable.250314180436" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 90fcfa3..d17c6e5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,11 +69,11 @@ importers: .: dependencies: '@hiveio/beekeeper': - specifier: 1.27.8-stable.250131103618 - version: 1.27.8-stable.250131103618 + specifier: 1.27.10-stable.250310202833 + version: 1.27.10-stable.250310202833 '@hiveio/wax': - specifier: 1.27.6-rc7-stable.250131113706 - version: 1.27.6-rc7-stable.250131113706 + specifier: 1.27.6-rc7-stable.250314180436 + version: 1.27.6-rc7-stable.250314180436 devDependencies: '@eslint/compat': specifier: ^1.2.7 @@ -377,12 +377,16 @@ packages: '@gerrit0/mini-shiki@1.27.2': resolution: {integrity: sha512-GeWyHz8ao2gBiUW4OJnQDxXQnFgZQwwQk05t/CVVgNBN7/rK8XZ7xY6YhLVv9tH3VppWWmr9DCl3MwemB/i+Og==} - '@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.10-stable.250305202831': + resolution: {integrity: sha1-mPx0QrDh3NSPSOYGyR1SUyi3lyA=, tarball: https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.10-stable.250305202831.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/beekeeper@1.27.10-stable.250310202833': + resolution: {integrity: sha1-RIuA9M6LrJkf/2HuNmiavT9bUyI=, tarball: https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.10-stable.250310202833.tgz} + engines: {node: ^20.11 || >= 21.2} + + '@hiveio/wax@1.27.6-rc7-stable.250314180436': + resolution: {integrity: sha1-/NkHF9IjJixN2LUTiUo/6KeQxUY=, tarball: https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-1.27.6-rc7-stable.250314180436.tgz} engines: {node: ^20.11 || >= 21.2} '@humanfs/core@0.19.1': @@ -2886,11 +2890,13 @@ snapshots: '@shikijs/types': 1.29.2 '@shikijs/vscode-textmate': 10.0.1 - '@hiveio/beekeeper@1.27.8-stable.250131103618': {} + '@hiveio/beekeeper@1.27.10-stable.250305202831': {} + + '@hiveio/beekeeper@1.27.10-stable.250310202833': {} - '@hiveio/wax@1.27.6-rc7-stable.250131113706': + '@hiveio/wax@1.27.6-rc7-stable.250314180436': dependencies: - '@hiveio/beekeeper': 1.27.8-stable.250131103618 + '@hiveio/beekeeper': 1.27.10-stable.250305202831 events: 3.3.0 long: 5.2.3 -- GitLab