Commits on Source (7)
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Updated beekeeper & wax version to get latest API updates (mostly caused by class validator elimination)
-
Bartek Wrona authored
-
Bartek Wrona authored
IWorkerBeeGlobals extended by wax instance to make possible referencing wax types (like ReplyOperation etc)
-
Bartek Wrona authored
-
Bartek Wrona authored
Added new test to verify working workerBee.broadcast method, waiting for transaction signed using legacy serialization
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- __tests__/assets/globals.d.ts 3 additions, 0 deletions__tests__/assets/globals.d.ts
- __tests__/assets/globals.js 4 additions, 1 deletion__tests__/assets/globals.js
- __tests__/assets/test.html 1 addition, 0 deletions__tests__/assets/test.html
- __tests__/detailed/bot_events.ts 78 additions, 2 deletions__tests__/detailed/bot_events.ts
- npm-common-config 1 addition, 1 deletionnpm-common-config
- package.json 3 additions, 3 deletionspackage.json
- pnpm-lock.yaml 17 additions, 11 deletionspnpm-lock.yaml
- src/bot.ts 8 additions, 4 deletionssrc/bot.ts
... | ... | @@ -4,7 +4,7 @@ |
"description": "Hive automation library based on the wax and beekeeper", | ||
"main": "dist/bundle/index.js", | ||
"types": "dist/bundle/index.d.ts", | ||
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0", | ||
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b", | ||
"exports": { | ||
".": { | ||
"default": { | ||
... | ... | @@ -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", | ||
... | ... |