@trimble-oss/trimble-id-react 0.0.1-rc.2 → 0.0.1-rc.3
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 +2 -2
package/README.md
CHANGED
|
@@ -198,9 +198,9 @@ See here for [releases](https://github.com/trimble-oss/trimble-id-sdk-docs-for-r
|
|
|
198
198
|
|
|
199
199
|
## Raise an issue
|
|
200
200
|
|
|
201
|
-
To provide feedback or report a bug, please [raise an issue on our issue tracker](https://github.com/trimble-oss/
|
|
201
|
+
To provide feedback or report a bug, please [raise an issue on our issue tracker](https://github.com/trimble-oss/trimble-id-sdk-docs-for-react/issues).
|
|
202
202
|
|
|
203
203
|
## <a name="support">Support</a>
|
|
204
204
|
|
|
205
|
-
Send email to [
|
|
205
|
+
Send email to [support@trimble.com](mailto:support@trimble.com)
|
|
206
206
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{
|
|
3
3
|
"name": "@trimble-oss/trimble-id-react",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.0.1-rc.
|
|
5
|
+
"version": "0.0.1-rc.3",
|
|
6
6
|
"homepage": "https://github.com/trimble-oss/trimble-id-sdk-docs-for-react",
|
|
7
7
|
"author": "Trimble developers <developers@trimble.com>",
|
|
8
8
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"module": "./dist/trimble-id-react.es.js",
|
|
33
33
|
"types": "./dist/index.d.ts",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@trimble-oss/trimble-id": "0.0.2-rc.
|
|
35
|
+
"@trimble-oss/trimble-id": "0.0.2-rc.3",
|
|
36
36
|
"es-cookie": "^1.4.0",
|
|
37
37
|
"husky": "^8.0.3",
|
|
38
38
|
"jwt-decode": "^3.1.2"
|