3.0.3 • Published 9 months ago

@roll-network/api v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@roll-network/api

Install

yarn add @roll-network/api

Setup

The library uses better-queue that is a browser compatible Node package. It requires util to be installed when used within browser environment.

CRA

If you use create-react-app, you have to

  1. Install craco.
  2. Update package.json to use craco instead of react-scripts in the scripts section.
  3. Create a new craco.config.js file with the following content:
module.exports = {
  webpack: {
    configure: {
      resolve: {
        fallback: {
          util: require.resolve("util"),
        },
      },
    },
  },
};
3.0.3

9 months ago

3.0.2

9 months ago

3.0.1

10 months ago

3.0.0

10 months ago

2.2.1

10 months ago

2.2.0

10 months ago

2.2.2

10 months ago

2.1.0

11 months ago

2.0.0

11 months ago

1.1.0

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago