Skip to content

Commit 7f09616

Browse files
authored
fix: remove BeeDev class, use bee-factory instead (#1183)
1 parent 0743b41 commit 7f09616

2 files changed

Lines changed: 1 addition & 85 deletions

File tree

src/bee-dev.ts

Lines changed: 0 additions & 82 deletions
This file was deleted.

src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Bee } from './bee'
2-
import { BeeDev } from './bee-dev'
32
import { Stamper } from './stamper/stamper'
43

54
export { MerkleTree } from 'cafe-utility'
@@ -17,15 +16,14 @@ export { Size } from './utils/size'
1716
export * from './utils/tokens'
1817
export * from './utils/typed-bytes'
1918
export type { UploadProgress } from './utils/upload-progress'
20-
export { Bee, BeeDev, Stamper }
19+
export { Bee, Stamper }
2120

2221
// for require-like imports
2322
declare global {
2423
interface Window {
2524
// binded as 'BeeJs' via Webpack
2625
BeeJs: {
2726
Bee: typeof import('./bee').Bee
28-
BeeDev: typeof import('./bee-dev').BeeDev
2927
Stamper: typeof import('./stamper/stamper').Stamper
3028
Utils: typeof import('./utils/expose')
3129
Duration: typeof import('./utils/duration').Duration

0 commit comments

Comments
 (0)