@pexip-engage-public/plugin-react 2.1.6 → 2.1.7-canary-20250204092656
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 +9 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @pexip-engage-public/plugin-react
|
|
2
2
|
|
|
3
|
+
## 2.1.7-canary-20250204092656
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 74becde: Add cross-env to support lint command on Windows
|
|
8
|
+
- Updated dependencies [74becde]
|
|
9
|
+
- Updated dependencies [71127ce]
|
|
10
|
+
- @pexip-engage-public/plugin@1.0.79-canary-20250204092656
|
|
11
|
+
|
|
3
12
|
## 2.1.6
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
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.7-canary-20250204092656",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"deepmerge": "^4.3.1",
|
|
32
|
-
"@pexip-engage-public/plugin": "1.0.
|
|
32
|
+
"@pexip-engage-public/plugin": "1.0.79-canary-20250204092656"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
36
|
-
"eslint-config-pexip-engage": "1.1.
|
|
36
|
+
"eslint-config-pexip-engage": "1.1.6-canary-20250204092656"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "tsc",
|
|
50
50
|
"clean": "rm -rf .turbo node_modules dist tsconfig.tsbuildinfo",
|
|
51
|
-
"lint": "TIMING=1 eslint --max-warnings=0 .",
|
|
51
|
+
"lint": "cross-env TIMING=1 eslint --max-warnings=0 .",
|
|
52
52
|
"lint:fix": "pnpm lint --fix"
|
|
53
53
|
}
|
|
54
54
|
}
|