@pexip-engage-public/plugin-react
Advanced tools
Comparing version 1.0.6 to 1.0.7
# @pexip-engage-public/plugin-react | ||
## 1.0.7 | ||
### Patch Changes | ||
- 897322175: chore: plugin-rename-entry-script | ||
- Updated dependencies [897322175] | ||
- @pexip-engage-public/plugin-instance@1.0.7 | ||
## 1.0.6 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@pexip-engage-public/plugin-react", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "React wrapper component for the Pexip Engage Plugin", | ||
@@ -41,3 +41,3 @@ "homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-react#readme", | ||
"@pexip-engage-public/plugin-configuration-parser": "1.0.6", | ||
"@pexip-engage-public/plugin-instance": "1.0.6" | ||
"@pexip-engage-public/plugin-instance": "1.0.7" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
@@ -17,3 +17,3 @@ # @pexip-engage-public/plugin-react | ||
const defaultConfig = { | ||
scriptSrc: "https:/{ENTERPRISE_NAME}/plugin.skedify.io/{ENTERPRISE_NAME}/skedify-plugin.js", | ||
scriptSrc: "https:/{ENTERPRISE_NAME}/plugin.skedify.io/{ENTERPRISE_NAME}/pexip-engage-plugin.js", | ||
language: "nl-be", | ||
@@ -40,2 +40,2 @@ flow: "SMOETQC", | ||
- `scriptSrc`: The plugin entry point URL. eg: `https://{ENTERPRISE_NAME}.plugin.skedify.io/{ENTERPRISE_NAME}/skedify-plugin.js` | ||
- `scriptSrc`: The plugin entry point URL. eg: `https://{ENTERPRISE_NAME}.plugin.skedify.io/{ENTERPRISE_NAME}/pexip-engage-plugin.js` |
@@ -7,3 +7,3 @@ import { createContext, useContext } from "react"; | ||
* The plugin entry point URL. | ||
* eg: `https://{ENTERPRISE_NAME}plugin.skedify.io/{ENTERPRISE_NAME}/skedify-plugin.js` | ||
* eg: `https://{ENTERPRISE_NAME}plugin.skedify.io/{ENTERPRISE_NAME}/pexip-engage-plugin.js` | ||
*/ | ||
@@ -10,0 +10,0 @@ scriptSrc?: string; |
@@ -6,3 +6,3 @@ /// <reference types="react" /> | ||
* The plugin entry point URL. | ||
* eg: `https://{ENTERPRISE_NAME}plugin.skedify.io/{ENTERPRISE_NAME}/skedify-plugin.js` | ||
* eg: `https://{ENTERPRISE_NAME}plugin.skedify.io/{ENTERPRISE_NAME}/pexip-engage-plugin.js` | ||
*/ | ||
@@ -9,0 +9,0 @@ scriptSrc?: string; |
Sorry, the diff of this file is not supported yet
127215
+ Added@pexip-engage-public/plugin-instance@1.0.7(transitive)
- Removed@pexip-engage-public/plugin-instance@1.0.6(transitive)