Skip to content

Commit e726aaf

Browse files
authored
fix: update openapi and bee version (#1214)
* fix: update openapi and bee version * chore: also update versions in package.json * test: enable api compatibility test * revert: test: enable api compatibility test
1 parent 83fb50c commit e726aaf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
}
3333
},
3434
"engines": {
35-
"bee": "2.4.0-390a402e",
36-
"beeApiVersion": "7.2.0"
35+
"bee": "2.8.1-7cf53193",
36+
"beeApiVersion": "8.1.0"
3737
},
3838
"types": "dist/types/index.d.ts",
3939
"browser": {

src/modules/debug/status.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import {
1010
} from '../../types/schema/status'
1111
import { http } from '../../utils/http'
1212

13-
export const SUPPORTED_BEE_VERSION_EXACT = '2.7.0-6ddf9b45'
13+
export const SUPPORTED_BEE_VERSION_EXACT = '2.8.1-7cf53193'
1414
export const SUPPORTED_BEE_VERSION = SUPPORTED_BEE_VERSION_EXACT.split('-')[0]
15-
export const SUPPORTED_API_VERSION = '7.3.0'
15+
export const SUPPORTED_API_VERSION = '8.1.0'
1616

1717
const NODE_INFO_URL = 'node'
1818
const STATUS_URL = 'status'

0 commit comments

Comments
 (0)