@tryfinch/react-connect
Advanced tools
Comparing version 3.13.0 to 3.14.0
@@ -44,3 +44,3 @@ import { useRef, useEffect } from 'react'; | ||
// replace with actual SDK version by rollup | ||
authUrl.searchParams.append('sdk_version', 'react-3.13.0'); | ||
authUrl.searchParams.append('sdk_version', 'react-3.14.0'); | ||
return authUrl.href; | ||
@@ -47,0 +47,0 @@ }; |
@@ -48,3 +48,3 @@ 'use strict'; | ||
// replace with actual SDK version by rollup | ||
authUrl.searchParams.append('sdk_version', 'react-3.13.0'); | ||
authUrl.searchParams.append('sdk_version', 'react-3.14.0'); | ||
return authUrl.href; | ||
@@ -51,0 +51,0 @@ }; |
{ | ||
"name": "@tryfinch/react-connect", | ||
"version": "3.13.0", | ||
"version": "3.14.0", | ||
"description": "Finch SDK for embedding Finch Connect in API React Single Page Applications (SPA)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,3 +7,7 @@ import external from 'rollup-plugin-peer-deps-external'; | ||
const plugins = [external(), replace({ SDK_VERSION: pkg.version }), typescript()]; | ||
const plugins = [ | ||
external(), | ||
replace({ SDK_VERSION: pkg.version }), | ||
typescript({ sourceRoot: '.' }), | ||
]; | ||
@@ -13,10 +17,8 @@ export default [ | ||
input: 'src/index.ts', | ||
output: [{ file: pkg.main, format: 'cjs', sourcemap: true }], | ||
output: [ | ||
{ file: pkg.main, format: 'cjs', sourcemap: true }, | ||
{ file: pkg.module, format: 'es', sourcemap: true }, | ||
], | ||
plugins, | ||
}, | ||
{ | ||
input: 'src/index.ts', | ||
output: [{ file: pkg.module, format: 'es', sourcemap: true }], | ||
plugins, | ||
}, | ||
]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32288
946724