bee-js icon indicating copy to clipboard operation
bee-js copied to clipboard

Javascript client library for connecting to Bee decentralised storage

Results 115 bee-js issues
Sort by recently updated
recently updated
newest added

When I try to start my react application it gives me this error: ``` ✘ [ERROR] No matching export in "browser-external:stream" for import "Readable" node_modules/@ethersphere/bee-js/dist/mjs/utils/stream.js:1:9: 1 │ import { Readable...

type:issue
status:blocked

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 16.2.1 to 17.1.0. Release notes Sourced from @​commitlint/config-conventional's releases. v17.1.0 17.1.0 (2022-08-27) Bug Fixes update dependency cosmiconfig-typescript-loader to v3 (#3253) (4e87d14) update dependency cosmiconfig-typescript-loader to v3.1.1 (#3282)...

type:pull-request
dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.12.4 to 18.7.13. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=15.12.4&new-version=18.7.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

type:pull-request
dependencies
javascript

In bee-js, for some reason, binary data is converted to a sequence of numbers separated by commas instead of binary data. This only happens in React Native. In web and...

type:issue

I am trying to import `Utils` so that I can use the hex conversion functions. I get the following error with Node 16: ``` /Users/attila/Projects/swarm-pubsub/node_modules/ts-node/src/index.ts:293 return new TSError(diagnosticText, diagnosticCodes) ^...

type:issue

The error is `bee.createPostageBatch is not a function` Because the `createPostageBatch` is on the Debug API, not on the Bee API.

kind:bug
type:issue

I started a new TS project, installed `@ethersphere/bee-js` `5.0.0`, using node `v16.16.0` and npm `8.11.0` `package.json#types` looks good, points to the correct `d.ts` file. Yet I receive this error: ```...

type:issue

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.1 to 5.3.5. Release notes Sourced from terser-webpack-plugin's releases. v5.3.5 5.3.5 (2022-08-16) Bug Fixes types (#512) (5c13ba7) v5.3.4 5.3.4 (2022-08-12) Bug Fixes respect environment options for terser...

type:pull-request
dependencies
javascript

``` mkdir bee-js-npm-test ``` ``` cd bee-js-npm-test ``` ``` npm init -y ``` ``` npm i [email protected] -g ``` ``` npm i @ethersphere/[email protected] ``` Yields this error: ``` npm ERR!...

type:issue