-
- Downloads
Bump wax and beekeeper versions
parent
c86a48da
No related branches found
No related tags found
Showing
- __tests__/assets/globals.d.ts 1 addition, 1 deletion__tests__/assets/globals.d.ts
- __tests__/assets/globals.js 1 addition, 1 deletion__tests__/assets/globals.js
- __tests__/assets/test.html 1 addition, 1 deletion__tests__/assets/test.html
- package.json 3 additions, 9 deletionspackage.json
- pnpm-lock.yaml 13 additions, 51 deletionspnpm-lock.yaml
- rollup.config.js 5 additions, 10 deletionsrollup.config.js
- src/bot.ts 2 additions, 2 deletionssrc/bot.ts
- tsconfig.json 1 addition, 0 deletionstsconfig.json
... | @@ -65,21 +65,15 @@ | ... | @@ -65,21 +65,15 @@ |
"typescript": "5.6.3" | "typescript": "5.6.3" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@hiveio/beekeeper": "1.27.6-rc4", | "@hiveio/beekeeper": "1.27.8-stable.250131103618", | ||
"@hiveio/wax": "1.27.6-rc6-250109101012" | "@hiveio/wax": "1.27.6-rc7-stable.250131113706" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://gitlab.syncad.com/hive/workerbee.git" | "url": "https://gitlab.syncad.com/hive/workerbee.git" | ||
}, | }, | ||
"engines": { | "engines": { | ||
"node": ">= 18" | "node": "^20.11 || >= 21.2" | ||
}, | |||
"devEngines": { | |||
"runtime": { | |||
"name": "node", | |||
"version": "^18.18.0 || ^20.9.0 || >=21.1.0" | |||
} | |||
}, | }, | ||
"publishConfig": { | "publishConfig": { | ||
"registry": "https://RegistryPlaceholder", | "registry": "https://RegistryPlaceholder", | ||
... | ... |
Please register or sign in to comment