From 6a769171d0256ca98592f05770785ee365bd230e Mon Sep 17 00:00:00 2001 From: mtyszczak Date: Wed, 5 Nov 2025 13:43:17 +0100 Subject: [PATCH] Bump dependencies --- __tests__/assets/globals.d.ts | 2 +- __tests__/assets/globals.js | 6 ++---- __tests__/assets/test.html | 3 +-- package.json | 4 ++-- pnpm-lock.yaml | 20 ++++++++++---------- 5 files changed, 16 insertions(+), 19 deletions(-) diff --git a/__tests__/assets/globals.d.ts b/__tests__/assets/globals.d.ts index 10bee2f..13bfada 100644 --- a/__tests__/assets/globals.d.ts +++ b/__tests__/assets/globals.d.ts @@ -1,5 +1,5 @@ // We only want to import types here! -import type beekeeperFactoryType from "@hiveio/beekeeper/web"; +import type beekeeperFactoryType from "@hiveio/beekeeper"; import type * as Wax from "@hiveio/wax"; import type WorkerBee from "../../src/index"; diff --git a/__tests__/assets/globals.js b/__tests__/assets/globals.js index ae00873..a7c0c53 100644 --- a/__tests__/assets/globals.js +++ b/__tests__/assets/globals.js @@ -1,13 +1,11 @@ // Use function as we later extract the function name in the jest-helpers globalThis.createTestFor = async function createTestFor(env) { const locWorkerBee = env === "web" ? "../../dist/bundle/index.js" : "../../dist/bundle/index.js"; - const locBeekeeper = env === "web" ? "@hiveio/beekeeper/web" : "@hiveio/beekeeper/node"; - const locWax = env === "web" ? "@hiveio/wax/web" : "@hiveio/wax/node"; // Import required libraries env-dependent const wb = await import(locWorkerBee); - const beekeeper = await import(locBeekeeper); - const wax = await import(locWax); + const beekeeper = await import("@hiveio/beekeeper"); + const wax = await import("@hiveio/wax"); // Provide results return { diff --git a/__tests__/assets/test.html b/__tests__/assets/test.html index 5d52f19..90fb190 100644 --- a/__tests__/assets/test.html +++ b/__tests__/assets/test.html @@ -11,8 +11,7 @@ "imports": { "long": "/node_modules/long/index.js", "@hiveio/wax": "/node_modules/@hiveio/wax/wasm/dist/bundle/web.js", - "@hiveio/wax/web": "/node_modules/@hiveio/wax/wasm/dist/bundle/web.js", - "@hiveio/beekeeper/web": "/node_modules/@hiveio/beekeeper/dist/bundle/web.js" + "@hiveio/beekeeper": "/node_modules/@hiveio/beekeeper/dist/bundle/web.js" } } diff --git a/package.json b/package.json index 23b61e1..9f307c8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@eslint/compat": "^1.2.7", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.20.0", - "@hiveio/beekeeper": "1.28.0", + "@hiveio/beekeeper": "1.28.3-251105100532", "@playwright/test": "catalog:playwright-toolset", "@rollup/plugin-commonjs": "catalog:rollup-toolset", "@rollup/plugin-node-resolve": "catalog:rollup-toolset", @@ -85,7 +85,7 @@ "typescript": "catalog:typescript-toolset" }, "dependencies": { - "@hiveio/wax": "1.27.12-rc3" + "@hiveio/wax": "1.27.12-rc3-251105101534" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c3db40..ad41859 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -72,8 +72,8 @@ importers: .: dependencies: '@hiveio/wax': - specifier: 1.27.12-rc3 - version: 1.27.12-rc3 + specifier: 1.27.12-rc3-251105101534 + version: 1.27.12-rc3-251105101534 devDependencies: '@eslint/compat': specifier: ^1.2.7 @@ -85,8 +85,8 @@ importers: specifier: ^9.20.0 version: 9.20.0 '@hiveio/beekeeper': - specifier: 1.28.0 - version: 1.28.0 + specifier: 1.28.3-251105100532 + version: 1.28.3-251105100532 '@playwright/test': specifier: catalog:playwright-toolset version: 1.50.1 @@ -401,12 +401,12 @@ packages: '@gerrit0/mini-shiki@1.27.2': resolution: {integrity: sha512-GeWyHz8ao2gBiUW4OJnQDxXQnFgZQwwQk05t/CVVgNBN7/rK8XZ7xY6YhLVv9tH3VppWWmr9DCl3MwemB/i+Og==} - '@hiveio/beekeeper@1.28.0': - resolution: {integrity: sha1-jhzjl4rv49r45D8o4sQymoSn98o=, tarball: https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.28.0.tgz} + '@hiveio/beekeeper@1.28.3-251105100532': + resolution: {integrity: sha1-dRqsIX64FvudhMk0yn8RV9C3tIQ=, tarball: https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.28.3-251105100532.tgz} engines: {node: ^20.11 || >= 21.2} - '@hiveio/wax@1.27.12-rc3': - resolution: {integrity: sha1-zq62YrSQGjkVhuNlh9MJ6g3xatg=, tarball: https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-1.27.12-rc3.tgz} + '@hiveio/wax@1.27.12-rc3-251105101534': + resolution: {integrity: sha1-GA79NB3PLVF8Smcy84hyHBhZ2WA=, tarball: https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-1.27.12-rc3-251105101534.tgz} engines: {node: ^20.11 || >= 21.2} '@humanfs/core@0.19.1': @@ -3200,9 +3200,9 @@ snapshots: '@shikijs/types': 1.29.2 '@shikijs/vscode-textmate': 10.0.1 - '@hiveio/beekeeper@1.28.0': {} + '@hiveio/beekeeper@1.28.3-251105100532': {} - '@hiveio/wax@1.27.12-rc3': + '@hiveio/wax@1.27.12-rc3-251105101534': dependencies: events: 3.3.0 -- GitLab