@pexip-engage-public/plugin-react 2.2.13 → 2.2.18

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/package.json +9 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @pexip-engage-public/plugin-react
2
2
 
3
+ ## 2.2.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 5a7f9a8: chore: fix publish flow: set `devEngines` for now to npm to fix publishing
8
+ - Updated dependencies [5a7f9a8]
9
+ - @pexip-engage-public/plugin@1.3.18
10
+
11
+ ## 2.2.17
12
+
13
+ ### Patch Changes
14
+
15
+ - 268e40c: chore: fix publish flow
16
+ - Updated dependencies [268e40c]
17
+ - @pexip-engage-public/plugin@1.3.17
18
+
19
+ ## 2.2.16
20
+
21
+ ### Patch Changes
22
+
23
+ - 3dc924a: chore: fix publish flow
24
+ - Updated dependencies [3dc924a]
25
+ - @pexip-engage-public/plugin@1.3.16
26
+
27
+ ## 2.2.15
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [b698aac]
32
+ - @pexip-engage-public/utils@0.2.7
33
+ - @pexip-engage-public/plugin@1.3.15
34
+
35
+ ## 2.2.14
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [eed927d]
40
+ - @pexip-engage-public/plugin@1.3.14
41
+ - @pexip-engage-public/utils@0.2.6
42
+
3
43
  ## 2.2.13
4
44
 
5
45
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin-react",
3
- "version": "2.2.13",
3
+ "version": "2.2.18",
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": {
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "deepmerge": "^4.3.1",
36
- "@pexip-engage-public/plugin": "1.3.13",
37
- "@pexip-engage-public/utils": "0.2.5"
36
+ "@pexip-engage-public/plugin": "1.3.18",
37
+ "@pexip-engage-public/utils": "0.2.7"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@pexip-engage/tsconfig": "0.1.3"
@@ -42,6 +42,12 @@
42
42
  "peerDependencies": {
43
43
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
44
44
  },
45
+ "devEngines": {
46
+ "packageManager": {
47
+ "name": "npm",
48
+ "version": "11.12.1"
49
+ }
50
+ },
45
51
  "scripts": {
46
52
  "build": "tsgo",
47
53
  "clean": "rm -rf .turbo node_modules dist tsconfig.tsbuildinfo"