@imtbl/webhook 2.1.5-alpha.0 → 2.1.6-alpha.0
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ npm add @imtbl/webhook
|
|
|
23
23
|
# or
|
|
24
24
|
pnpm add @imtbl/webhook
|
|
25
25
|
# or
|
|
26
|
-
|
|
26
|
+
yarn add @imtbl/webhook
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## SDK Installation
|
|
@@ -50,4 +50,4 @@ import { webhook } from '@imtbl/sdk';
|
|
|
50
50
|
const { handle } = webhook;
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
However this method will result in a larger bundle size as the entire `@imtbl/webhook` package will be included in your bundle.
|
|
53
|
+
However this method will result in a larger bundle size as the entire `@imtbl/webhook` package will be included in your bundle.
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imtbl/webhook",
|
|
3
3
|
"description": "Utility for interacting with Immutable's webhook",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.6-alpha.0",
|
|
5
5
|
"author": "Immutable",
|
|
6
6
|
"bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@imtbl/config": "2.1.
|
|
9
|
-
"@imtbl/generated-clients": "2.1.
|
|
8
|
+
"@imtbl/config": "2.1.6-alpha.0",
|
|
9
|
+
"@imtbl/generated-clients": "2.1.6-alpha.0",
|
|
10
10
|
"sns-validator": "^0.3.5"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|