From 2683254c4c9fd47e9894a100ff694b0195a50956 Mon Sep 17 00:00:00 2001 From: mtyszczak <mateusz.tyszczak@gmail.com> Date: Thu, 9 Jan 2025 10:53:38 +0100 Subject: [PATCH] Bump wax version --- package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index bd61d05..2589191 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "scripts": { "lint": "npm run lint-ci -- --fix", "lint-ci": "eslint --max-warnings=0", - "postinstall": "ls-engines && husky", + "prebuild": "ls-engines && husky", "build": "tsc", "postbuild": "rollup -c", "pretest": "playwright install chromium", @@ -66,7 +66,7 @@ }, "dependencies": { "@hiveio/beekeeper": "1.27.6-rc4", - "@hiveio/wax": "1.27.6-rc6-stable.241219120852" + "@hiveio/wax": "1.27.6-rc6-250109101012" }, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ebf8bd0..27b83b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: 1.27.6-rc4 version: 1.27.6-rc4 '@hiveio/wax': - specifier: 1.27.6-rc6-stable.241219120852 - version: 1.27.6-rc6-stable.241219120852 + specifier: 1.27.6-rc6-250109101012 + version: 1.27.6-rc6-250109101012 devDependencies: '@eslint/compat': specifier: ^1.2.2 @@ -165,8 +165,8 @@ packages: resolution: {integrity: sha1-mj3k3qAgTdIrc6IxzC5VOprhWZs=, tarball: https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.6-rc4.tgz} engines: {node: '>= 18'} - '@hiveio/wax@1.27.6-rc6-stable.241219120852': - resolution: {integrity: sha1-4uoDcargMqnEY0eoYJCcyCcbHeM=, tarball: https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-1.27.6-rc6-stable.241219120852.tgz} + '@hiveio/wax@1.27.6-rc6-250109101012': + resolution: {integrity: sha1-jr+jSTmhT1/S1rlE5B46KF5zpP8=, tarball: https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-1.27.6-rc6-250109101012.tgz} engines: {node: '>= 18'} '@humanfs/core@0.19.1': @@ -2646,7 +2646,7 @@ snapshots: '@hiveio/beekeeper@1.27.6-rc4': {} - '@hiveio/wax@1.27.6-rc6-stable.241219120852': + '@hiveio/wax@1.27.6-rc6-250109101012': dependencies: '@hiveio/beekeeper': 1.27.6-rc4 class-transformer: 0.5.1 -- GitLab