2.0.0 • Published 2 years ago

@tryrolljs/api-client v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@tryrolljs/api

Install

yarn add @tryrolljs/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"),
        },
      },
    },
  },
};
2.0.0

2 years ago

1.2.0

2 years ago

1.0.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago