Skip to content
Snippets Groups Projects
Verified Commit 2683254c authored by Mateusz Tyszczak's avatar Mateusz Tyszczak :scroll:
Browse files

Bump wax version

parent d4a6ccdb
No related branches found
No related tags found
1 merge request!25Add missing filters and providers
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"scripts": { "scripts": {
"lint": "npm run lint-ci -- --fix", "lint": "npm run lint-ci -- --fix",
"lint-ci": "eslint --max-warnings=0", "lint-ci": "eslint --max-warnings=0",
"postinstall": "ls-engines && husky", "prebuild": "ls-engines && husky",
"build": "tsc", "build": "tsc",
"postbuild": "rollup -c", "postbuild": "rollup -c",
"pretest": "playwright install chromium", "pretest": "playwright install chromium",
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
}, },
"dependencies": { "dependencies": {
"@hiveio/beekeeper": "1.27.6-rc4", "@hiveio/beekeeper": "1.27.6-rc4",
"@hiveio/wax": "1.27.6-rc6-stable.241219120852" "@hiveio/wax": "1.27.6-rc6-250109101012"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -12,8 +12,8 @@ importers: ...@@ -12,8 +12,8 @@ importers:
specifier: 1.27.6-rc4 specifier: 1.27.6-rc4
version: 1.27.6-rc4 version: 1.27.6-rc4
'@hiveio/wax': '@hiveio/wax':
specifier: 1.27.6-rc6-stable.241219120852 specifier: 1.27.6-rc6-250109101012
version: 1.27.6-rc6-stable.241219120852 version: 1.27.6-rc6-250109101012
devDependencies: devDependencies:
'@eslint/compat': '@eslint/compat':
specifier: ^1.2.2 specifier: ^1.2.2
...@@ -165,8 +165,8 @@ packages: ...@@ -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} 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'} engines: {node: '>= 18'}
'@hiveio/wax@1.27.6-rc6-stable.241219120852': '@hiveio/wax@1.27.6-rc6-250109101012':
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} 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'} engines: {node: '>= 18'}
'@humanfs/core@0.19.1': '@humanfs/core@0.19.1':
...@@ -2646,7 +2646,7 @@ snapshots: ...@@ -2646,7 +2646,7 @@ snapshots:
'@hiveio/beekeeper@1.27.6-rc4': {} '@hiveio/beekeeper@1.27.6-rc4': {}
'@hiveio/wax@1.27.6-rc6-stable.241219120852': '@hiveio/wax@1.27.6-rc6-250109101012':
dependencies: dependencies:
'@hiveio/beekeeper': 1.27.6-rc4 '@hiveio/beekeeper': 1.27.6-rc4
class-transformer: 0.5.1 class-transformer: 0.5.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment