@pexip-engage-public/plugin-react 2.1.43 → 2.1.44
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 +7 -0
- package/README.md +5 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @pexip-engage-public/plugin-react
|
|
2
2
|
|
|
3
|
-
Wrapper around the
|
|
3
|
+
Wrapper around the Pexip Engage Plugin, to integrate it more conveniently inside React Applications.
|
|
4
4
|
|
|
5
5
|
**Warning**: This is a [pure ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)
|
|
6
6
|
|
|
@@ -16,11 +16,11 @@ There are 2 exports:
|
|
|
16
16
|
|
|
17
17
|
```tsx
|
|
18
18
|
const defaultConfig = {
|
|
19
|
-
scriptSrc: "https
|
|
19
|
+
scriptSrc: "https://plugin.pexipengage.com/{ENTERPRISE_NAME}/pexip-engage-plugin.js",
|
|
20
20
|
language: "nl-be",
|
|
21
21
|
flow: "SMOETQC",
|
|
22
|
-
customer: {
|
|
23
|
-
meetingTypes: "
|
|
22
|
+
customer: { timeZone: "Europe/Brussels" },
|
|
23
|
+
meetingTypes: "VIDEO",
|
|
24
24
|
office: { ids: "1" }
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -38,4 +38,4 @@ The `PexipEngagePlugin` reads the current context value, and merges it with its
|
|
|
38
38
|
|
|
39
39
|
Required props:
|
|
40
40
|
|
|
41
|
-
- `scriptSrc`: The plugin entry point URL. eg: `https://
|
|
41
|
+
- `scriptSrc`: The plugin entry point URL. eg: `https://plugin.pexipengage.com/{ENTERPRISE_NAME}/pexip-engage-plugin.js`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/plugin-react",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.44",
|
|
4
4
|
"description": "React wrapper component for the Pexip Engage Plugin",
|
|
5
5
|
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/booking-plugin/packages/plugin-react#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"deepmerge": "^4.3.1",
|
|
32
|
-
"@pexip-engage-public/plugin": "1.1.
|
|
32
|
+
"@pexip-engage-public/plugin": "1.1.30",
|
|
33
33
|
"@pexip-engage-public/utils": "0.1.47"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
37
|
-
"eslint-config-pexip-engage": "1.1.
|
|
37
|
+
"eslint-config-pexip-engage": "1.1.33"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|