@quiltt/react 3.6.13 → 3.6.14

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @quiltt/react
2
2
 
3
+ ## 3.6.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [#278](https://github.com/quiltt/quiltt-js/pull/278) [`0d9e43d`](https://github.com/quiltt/quiltt-js/commit/0d9e43d580d73279d7c078219749b000ebb59b02) Thanks [@rubendinho](https://github.com/rubendinho)! - Fix debug config during CI
8
+
9
+ - Updated dependencies [[`0d9e43d`](https://github.com/quiltt/quiltt-js/commit/0d9e43d580d73279d7c078219749b000ebb59b02)]:
10
+ - @quiltt/core@3.6.14
11
+
3
12
  ## 3.6.13
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ export { u as useIsomorphicLayoutEffect } from './useIsomorphicLayoutEffect-clie
4
4
  import { Q as QuilttAuthProvider } from './QuilttAuthProvider-client-uO21FlYI.js';
5
5
  export { c as useAuthenticateSession, b as useIdentifySession, a as useImportSession, d as useRevokeSession } from './QuilttAuthProvider-client-uO21FlYI.js';
6
6
  export { u as useQuilttClient } from './useQuilttClient-client-4no_TYct.js';
7
- import { u as useQuilttConnector } from './useQuilttConnector-client-4c5wlHdF.js';
7
+ import { u as useQuilttConnector } from './useQuilttConnector-client-BJ1M8rJl.js';
8
8
  export { u as useQuilttSession } from './useQuilttSession-client-D2WZ1XHW.js';
9
9
  export { Q as QuilttSettings, u as useQuilttSettings } from './useQuilttSettings-client-DU_Qfc8X.js';
10
10
  export { u as useSession } from './useSession-client-CG5lGS9F.js';
@@ -5,7 +5,7 @@ import { u as useQuilttSession } from './useQuilttSession-client-D2WZ1XHW.js';
5
5
  import { u as useScript } from './useScript-client-Cx5nb9RW.js';
6
6
 
7
7
  // Generated by genversion.
8
- const version = '3.6.13';
8
+ const version = '3.6.14';
9
9
 
10
10
  const useQuilttConnector = (connectorId, options)=>{
11
11
  const status = useScript(`${cdnBase}/v1/connector.js?agent=react-${version}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quiltt/react",
3
- "version": "3.6.13",
3
+ "version": "3.6.14",
4
4
  "description": "React components and hooks for Quiltt Connector",
5
5
  "keywords": [
6
6
  "quiltt",
@@ -37,7 +37,7 @@
37
37
  "CHANGELOG.md"
38
38
  ],
39
39
  "dependencies": {
40
- "@quiltt/core": "3.6.13"
40
+ "@quiltt/core": "3.6.14"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@apollo/client": "3.9.9",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '3.6.13'
2
+ export const version = '3.6.14'