@bigbinary/neeto-webhooks-frontend 1.3.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.cjs.js +10081 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +10052 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ neetoWebhooks is the library that manages webhooks across neeto products.
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
yarn add "@bigbinary/neeto-webhooks-frontend@1.
|
|
8
|
+
yarn add "@bigbinary/neeto-webhooks-frontend@1.4.0"
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
\*_neetoWebhooks_ has a few peer dependencies that are required for the proper
|