@compilot/react-sdk 2.47.0-dev → 2.49.0-dev
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.
|
@@ -185,7 +185,7 @@ function useGlobalState(_ref2) {
|
|
|
185
185
|
var ComPilotContext = /*#__PURE__*/react.createContext(null);
|
|
186
186
|
|
|
187
187
|
/**
|
|
188
|
-
* The props type of {@link ComPilotProvider}.
|
|
188
|
+
* The props type of @see {@link ComPilotProvider}.
|
|
189
189
|
*
|
|
190
190
|
* @category PropTypes
|
|
191
191
|
*/
|
|
@@ -185,7 +185,7 @@ function useGlobalState(_ref2) {
|
|
|
185
185
|
var ComPilotContext = /*#__PURE__*/react.createContext(null);
|
|
186
186
|
|
|
187
187
|
/**
|
|
188
|
-
* The props type of {@link ComPilotProvider}.
|
|
188
|
+
* The props type of @see {@link ComPilotProvider}.
|
|
189
189
|
*
|
|
190
190
|
* @category PropTypes
|
|
191
191
|
*/
|
package/dist/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compilot/react-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.49.0-dev",
|
|
4
4
|
"description": "ComPilot React SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "ISC",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"pino": "^9.5.0",
|
|
36
36
|
"zod": "^3.23.8",
|
|
37
|
-
"@compilot/web-sdk": "2.
|
|
37
|
+
"@compilot/web-sdk": "2.48.0-dev",
|
|
38
38
|
"@nexeraid/identity-api-client": "2.35.1-dev",
|
|
39
39
|
"@nexeraid/identity-schemas": "2.66.0-dev",
|
|
40
40
|
"@nexeraid/logger": "2.35.1-dev"
|