@pexip-engage-public/plugin-react 1.1.5 → 1.2.0-canary-20260217112455

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 +12 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @pexip-engage-public/plugin-react
2
2
 
3
+ ## 1.2.0-canary-20260217112455
4
+
5
+ ### Minor Changes
6
+
7
+ - 76cdebd: chore: setup legacy ci pipeline
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [76cdebd]
12
+ - @pexip-engage-public/plugin-configuration-parser@1.4.0-canary-20260217112455
13
+ - @pexip-engage-public/plugin-instance@1.3.0-canary-20260217112455
14
+
3
15
  ## 1.1.5
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin-react",
3
- "version": "1.1.5",
3
+ "version": "1.2.0-canary-20260217112455",
4
4
  "description": "React wrapper component for the Pexip Engage Plugin",
5
5
  "homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/plugin-remix/packages/plugin-react#readme",
6
6
  "bugs": {
@@ -36,17 +36,17 @@
36
36
  "src"
37
37
  ],
38
38
  "dependencies": {
39
- "deepmerge": "^4.3.1",
40
- "@pexip-engage-public/plugin-configuration-parser": "1.3.3",
41
- "@pexip-engage-public/plugin-instance": "1.2.5"
39
+ "deepmerge": "4.3.1",
40
+ "@pexip-engage-public/plugin-configuration-parser": "1.4.0-canary-20260217112455",
41
+ "@pexip-engage-public/plugin-instance": "1.3.0-canary-20260217112455"
42
42
  },
43
43
  "devDependencies": {
44
- "tsup": "^7.2.0",
44
+ "tsup": "7.2.0",
45
45
  "@pexip-engage/tsconfig": "0.1.0",
46
- "eslint-config-pexip-engage": "0.1.0"
46
+ "eslint-config-pexip-engage": "0.2.0-canary-20260217112455"
47
47
  },
48
48
  "peerDependencies": {
49
- "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
49
+ "react": "16.8.0 || ^17.0.0 || ^18.0.0"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../../../package.json"