@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pexip-engage-public/plugin-react
2
2
 
3
+ ## 2.1.44
4
+
5
+ ### Patch Changes
6
+
7
+ - @pexip-engage-public/plugin@1.1.30
8
+ - @pexip-engage-public/utils@0.1.47
9
+
3
10
  ## 2.1.43
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @pexip-engage-public/plugin-react
2
2
 
3
- Wrapper around the Skedify Plugin, to integrate it more conveniently inside React Applications.
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:/{ENTERPRISE_NAME}/plugin.skedify.io/{ENTERPRISE_NAME}/pexip-engage-plugin.js",
19
+ scriptSrc: "https://plugin.pexipengage.com/{ENTERPRISE_NAME}/pexip-engage-plugin.js",
20
20
  language: "nl-be",
21
21
  flow: "SMOETQC",
22
- customer: { timezone: "Europe/Brussels" },
23
- meetingTypes: "video",
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://{ENTERPRISE_NAME}.plugin.skedify.io/{ENTERPRISE_NAME}/pexip-engage-plugin.js`
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.43",
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.29",
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.30"
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"