Skip to content
Snippets Groups Projects
Commit 75d6c671 authored by Efe's avatar Efe
Browse files

Update wax & hb-auth, update idb versions

parent 9864c4f4
No related branches found
No related tags found
1 merge request!483Resolve "Upgrade package @hiveio/wax to decrease app's bundle size"
......@@ -26,7 +26,7 @@
"@hive/tsconfig": "*",
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.3.1",
"@tanstack/react-query": "^4.36.1",
"http-errors": "^2.0.0",
......
......@@ -30,7 +30,7 @@
"@hive/ui": "*",
"@hiveio/content-renderer": "^2.1.1",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.1.1",
"@next/bundle-analyzer": "^14.2.2",
"@types/big.js": "^6.2.2",
......
......@@ -28,7 +28,7 @@
"@hive/tsconfig": "*",
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.3.2",
"@next/bundle-analyzer": "^14.2.2",
"@types/big.js": "^6.2.2",
......
......@@ -37,7 +37,7 @@
"@hive/tsconfig": "*",
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.3.1",
"@tanstack/react-query": "^4.36.1",
"http-errors": "^2.0.0",
......@@ -74,6 +74,35 @@
"apps/auth/hive/wax@0.3.8-240318134433": {
"extraneous": true
},
"apps/auth/node_modules/@hiveio/beekeeper": {
"version": "1.27.5-rc7-stable.240530185524",
"resolved": "https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.5-rc7-stable.240530185524.tgz",
"integrity": "sha1-uNh5rTpcWFPN7fCQsm3b+DRojF4=",
"engines": {
"node": ">= 12"
}
},
"apps/auth/node_modules/@hiveio/wax": {
"version": "0.3.8-stable.240604171105",
"resolved": "https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-0.3.8-stable.240604171105.tgz",
"integrity": "sha1-ZNVesLppjGL6by7mq6yT0DR0uOc=",
"dependencies": {
"@hiveio/beekeeper": "1.27.5-rc7-stable.240530185524",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"long": "^5.2.3",
"protobufjs": "^7.2.5",
"reflect-metadata": "^0.1.13"
},
"engines": {
"node": ">= 18"
}
},
"apps/auth/node_modules/long": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
},
"apps/blog": {
"name": "@hive/blog",
"version": "0.1.0",
......@@ -88,7 +117,7 @@
"@hive/ui": "*",
"@hiveio/content-renderer": "^2.1.1",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.1.1",
"@next/bundle-analyzer": "^14.2.2",
"@types/big.js": "^6.2.2",
......@@ -144,6 +173,30 @@
"typescript": "5.3.3"
}
},
"apps/blog/node_modules/@hiveio/beekeeper": {
"version": "1.27.5-rc7-stable.240530185524",
"resolved": "https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.5-rc7-stable.240530185524.tgz",
"integrity": "sha1-uNh5rTpcWFPN7fCQsm3b+DRojF4=",
"engines": {
"node": ">= 12"
}
},
"apps/blog/node_modules/@hiveio/wax": {
"version": "0.3.8-stable.240604171105",
"resolved": "https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-0.3.8-stable.240604171105.tgz",
"integrity": "sha1-ZNVesLppjGL6by7mq6yT0DR0uOc=",
"dependencies": {
"@hiveio/beekeeper": "1.27.5-rc7-stable.240530185524",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"long": "^5.2.3",
"protobufjs": "^7.2.5",
"reflect-metadata": "^0.1.13"
},
"engines": {
"node": ">= 18"
}
},
"apps/blog/node_modules/@types/node": {
"version": "20.10.4",
"license": "MIT",
......@@ -151,6 +204,11 @@
"undici-types": "~5.26.4"
}
},
"apps/blog/node_modules/long": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
},
"apps/wallet": {
"name": "@hive/wallet",
"version": "0.1.0",
......@@ -163,7 +221,7 @@
"@hive/tsconfig": "*",
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hookform/resolvers": "^3.3.2",
"@next/bundle-analyzer": "^14.2.2",
"@types/big.js": "^6.2.2",
......@@ -187,6 +245,30 @@
"typescript": "5.3.3"
}
},
"apps/wallet/node_modules/@hiveio/beekeeper": {
"version": "1.27.5-rc7-stable.240530185524",
"resolved": "https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.5-rc7-stable.240530185524.tgz",
"integrity": "sha1-uNh5rTpcWFPN7fCQsm3b+DRojF4=",
"engines": {
"node": ">= 12"
}
},
"apps/wallet/node_modules/@hiveio/wax": {
"version": "0.3.8-stable.240604171105",
"resolved": "https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-0.3.8-stable.240604171105.tgz",
"integrity": "sha1-ZNVesLppjGL6by7mq6yT0DR0uOc=",
"dependencies": {
"@hiveio/beekeeper": "1.27.5-rc7-stable.240530185524",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"long": "^5.2.3",
"protobufjs": "^7.2.5",
"reflect-metadata": "^0.1.13"
},
"engines": {
"node": ">= 18"
}
},
"apps/wallet/node_modules/@types/node": {
"version": "20.10.4",
"license": "MIT",
......@@ -216,6 +298,11 @@
"webpack": "^5.1.0"
}
},
"apps/wallet/node_modules/long": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
},
"node_modules/@aashutoshrathi/word-wrap": {
"version": "1.2.6",
"license": "MIT",
......@@ -991,16 +1078,45 @@
}
},
"node_modules/@hiveio/hb-auth": {
"version": "0.0.1-stable.240515114949",
"resolved": "https://gitlab.syncad.com/api/v4/projects/429/packages/npm/@hiveio/hb-auth/-/@hiveio/hb-auth-0.0.1-stable.240515114949.tgz",
"integrity": "sha1-wSN5EV+i1QNZLCC1ntD73gvu1Kw=",
"version": "0.0.1-stable.240605130732",
"resolved": "https://gitlab.syncad.com/api/v4/projects/429/packages/npm/@hiveio/hb-auth/-/@hiveio/hb-auth-0.0.1-stable.240605130732.tgz",
"integrity": "sha1-rhvvFBn/mx18xem5EzxsIZ8n/84=",
"dependencies": {
"@hiveio/beekeeper": "1.27.5-rc7-stable.240510204534",
"@hiveio/wax": "0.3.8-stable.240514120640",
"@hiveio/beekeeper": "1.27.5-rc7-stable.240530185524",
"@hiveio/wax": "0.3.8-stable.240604171105",
"comlink": "^4.4.1",
"idb": "^7.1.1"
}
},
"node_modules/@hiveio/hb-auth/node_modules/@hiveio/beekeeper": {
"version": "1.27.5-rc7-stable.240530185524",
"resolved": "https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.5-rc7-stable.240530185524.tgz",
"integrity": "sha1-uNh5rTpcWFPN7fCQsm3b+DRojF4=",
"engines": {
"node": ">= 12"
}
},
"node_modules/@hiveio/hb-auth/node_modules/@hiveio/wax": {
"version": "0.3.8-stable.240604171105",
"resolved": "https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-0.3.8-stable.240604171105.tgz",
"integrity": "sha1-ZNVesLppjGL6by7mq6yT0DR0uOc=",
"dependencies": {
"@hiveio/beekeeper": "1.27.5-rc7-stable.240530185524",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"long": "^5.2.3",
"protobufjs": "^7.2.5",
"reflect-metadata": "^0.1.13"
},
"engines": {
"node": ">= 18"
}
},
"node_modules/@hiveio/hb-auth/node_modules/long": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
},
"node_modules/@hiveio/hive-js": {
"version": "2.0.7",
"license": "MIT",
......@@ -22315,9 +22431,9 @@
"dependencies": {
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/hb-auth": "^0.0.1-stable.240515114949",
"@hiveio/hb-auth": "^0.0.1-stable.240605130732",
"@hiveio/hive-js": "^2.0.7",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@tanstack/react-query": "^4.36.1",
"change-case": "^5.4.3",
"cors": "^2.8.5",
......@@ -22345,11 +22461,40 @@
"typescript": "5.3.3"
}
},
"packages/smart-signer/node_modules/@hiveio/beekeeper": {
"version": "1.27.5-rc7-stable.240530185524",
"resolved": "https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.5-rc7-stable.240530185524.tgz",
"integrity": "sha1-uNh5rTpcWFPN7fCQsm3b+DRojF4=",
"engines": {
"node": ">= 12"
}
},
"packages/smart-signer/node_modules/@hiveio/wax": {
"version": "0.3.8-stable.240604171105",
"resolved": "https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-0.3.8-stable.240604171105.tgz",
"integrity": "sha1-ZNVesLppjGL6by7mq6yT0DR0uOc=",
"dependencies": {
"@hiveio/beekeeper": "1.27.5-rc7-stable.240530185524",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"long": "^5.2.3",
"protobufjs": "^7.2.5",
"reflect-metadata": "^0.1.13"
},
"engines": {
"node": ">= 18"
}
},
"packages/smart-signer/node_modules/change-case": {
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.3.tgz",
"integrity": "sha512-4cdyvorTy/lViZlVzw2O8/hHCLUuHqp4KpSSP3DlauhFCf3LdnfF+p5s0EAhjKsU7bqrMzu7iQArYfoPiHO2nw=="
},
"packages/smart-signer/node_modules/long": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
},
"packages/tailwindcss": {
"name": "@hive/tailwindcss-config",
"version": "0.1.0",
......@@ -22394,7 +22539,7 @@
"@hive/smart-signer": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/hive-js": "^2.0.7",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hiveio/workerbee": "^0.4.1-240603153808",
"secure-random": "^1.1.2",
"set-interval-async": "^3.0.3",
......@@ -22408,6 +22553,35 @@
"typescript": "5.3.3"
}
},
"packages/transaction/node_modules/@hiveio/beekeeper": {
"version": "1.27.5-rc7-stable.240530185524",
"resolved": "https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.5-rc7-stable.240530185524.tgz",
"integrity": "sha1-uNh5rTpcWFPN7fCQsm3b+DRojF4=",
"engines": {
"node": ">= 12"
}
},
"packages/transaction/node_modules/@hiveio/wax": {
"version": "0.3.8-stable.240604171105",
"resolved": "https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-0.3.8-stable.240604171105.tgz",
"integrity": "sha1-ZNVesLppjGL6by7mq6yT0DR0uOc=",
"dependencies": {
"@hiveio/beekeeper": "1.27.5-rc7-stable.240530185524",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"long": "^5.2.3",
"protobufjs": "^7.2.5",
"reflect-metadata": "^0.1.13"
},
"engines": {
"node": ">= 18"
}
},
"packages/transaction/node_modules/long": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
},
"packages/tsconfig": {
"name": "@hive/tsconfig"
},
......@@ -22420,7 +22594,7 @@
"@hive/tailwindcss-config": "*",
"@hive/tsconfig": "*",
"@hiveio/hivescript": "^1.3.1",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.3",
......@@ -22465,6 +22639,30 @@
"typescript": "5.3.3"
}
},
"packages/ui/node_modules/@hiveio/beekeeper": {
"version": "1.27.5-rc7-stable.240530185524",
"resolved": "https://gitlab.syncad.com/api/v4/projects/198/packages/npm/@hiveio/beekeeper/-/@hiveio/beekeeper-1.27.5-rc7-stable.240530185524.tgz",
"integrity": "sha1-uNh5rTpcWFPN7fCQsm3b+DRojF4=",
"engines": {
"node": ">= 12"
}
},
"packages/ui/node_modules/@hiveio/wax": {
"version": "0.3.8-stable.240604171105",
"resolved": "https://gitlab.syncad.com/api/v4/projects/419/packages/npm/@hiveio/wax/-/@hiveio/wax-0.3.8-stable.240604171105.tgz",
"integrity": "sha1-ZNVesLppjGL6by7mq6yT0DR0uOc=",
"dependencies": {
"@hiveio/beekeeper": "1.27.5-rc7-stable.240530185524",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"long": "^5.2.3",
"protobufjs": "^7.2.5",
"reflect-metadata": "^0.1.13"
},
"engines": {
"node": ">= 18"
}
},
"packages/ui/node_modules/@radix-ui/react-select": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-1.2.2.tgz",
......@@ -22614,6 +22812,11 @@
"optional": true
}
}
},
"packages/ui/node_modules/long": {
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q=="
}
}
}
......@@ -9,9 +9,9 @@
"dependencies": {
"@hive/ui": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/hb-auth": "^0.0.1-stable.240515114949",
"@hiveio/hb-auth": "^0.0.1-stable.240605130732",
"@hiveio/hive-js": "^2.0.7",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@tanstack/react-query": "^4.36.1",
"change-case": "^5.4.3",
"cors": "^2.8.5",
......
......@@ -10,7 +10,7 @@
"@hive/smart-signer": "*",
"@hiveio/dhive": "^1.2.8",
"@hiveio/hive-js": "^2.0.7",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@hiveio/workerbee": "^0.4.1-240603153808",
"secure-random": "^1.1.2",
"set-interval-async": "^3.0.3",
......
......@@ -12,7 +12,7 @@
"@hive/tailwindcss-config": "*",
"@hive/tsconfig": "*",
"@hiveio/hivescript": "^1.3.1",
"@hiveio/wax": "^0.3.8-stable.240514120640",
"@hiveio/wax": "^0.3.8-stable.240604171105",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.3",
......
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