@trycourier/react-hooks 7.4.1-internal.bee3903.0 → 7.4.6
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 +6 -0
- package/package.json +7 -8
package/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 🚨 THIS PROJECT HAS MOVED 🚨
|
|
2
|
+
|
|
3
|
+
**This repository is deprecated. For the latest features, bug fixes, and more, visit [Courier React SDK documentation](https://www.courier.com/docs/sdk-libraries/courier-react-web) or upgrade using the [v8 Migration Guide](https://www.courier.com/docs/sdk-libraries/courier-react-v8-migration-guide).**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
2
8
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
3
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trycourier/react-hooks",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "typings/index.d.ts",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"test": "jest -c jest.config.js --runInBand",
|
|
9
9
|
"babel": "babel src -d dist --extensions \".ts,.tsx\" --ignore \"src/**/__tests__/**\"",
|
|
10
10
|
"build:watch": "yarn babel --watch",
|
|
11
|
-
"build": "
|
|
12
|
-
"clean": "
|
|
11
|
+
"build": "node ../../scripts/rm.js dist && yarn babel",
|
|
12
|
+
"clean": "node ../../scripts/rm.js dist typings",
|
|
13
13
|
"type-check": "tsc --noEmit",
|
|
14
14
|
"readme": "concat-md --toc --decrease-title-levels --dir-name-as-title docs > README.md",
|
|
15
15
|
"types": "tsc --emitDeclarationOnly"
|
|
@@ -20,11 +20,10 @@
|
|
|
20
20
|
"concat-md": "^0.3.5"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@trycourier/client-graphql": "^7.4.
|
|
24
|
-
"@trycourier/core": "^7.4.
|
|
23
|
+
"@trycourier/client-graphql": "^7.4.6",
|
|
24
|
+
"@trycourier/core": "^7.4.6",
|
|
25
25
|
"deep-extend": "^0.6.0",
|
|
26
|
-
"jwt-decode": "^4.0.0"
|
|
27
|
-
"rimraf": "^5.0.0"
|
|
26
|
+
"jwt-decode": "^4.0.0"
|
|
28
27
|
},
|
|
29
28
|
"peerDependencies": {
|
|
30
29
|
"@trycourier/react-provider": ">=4.X.X",
|
|
@@ -47,5 +46,5 @@
|
|
|
47
46
|
},
|
|
48
47
|
"./use-inbox": "./dist/inbox/use-inbox.js"
|
|
49
48
|
},
|
|
50
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "39944f8461b285f34ae186bfbf5c70e9ab081875"
|
|
51
50
|
}
|