@pexip-engage-public/plugin 1.0.77 → 1.0.79-canary-20250204090929
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 +20 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @pexip-engage-public/plugin
|
|
2
2
|
|
|
3
|
+
## 1.0.79-canary-20250204090929
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f6f00ed: Add cross-env to support lint command on Windows
|
|
8
|
+
- 71127ce: fix(deps): update all non-major dependencies
|
|
9
|
+
- Updated dependencies [f6f00ed]
|
|
10
|
+
- Updated dependencies [71127ce]
|
|
11
|
+
- @pexip-engage-public/graphql@1.0.60-canary-20250204090929
|
|
12
|
+
- @pexip-engage/utils@0.1.32-canary-20250204090929
|
|
13
|
+
|
|
14
|
+
## 1.0.78
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 61a9da4: fix(deps): update all non-major dependencies
|
|
19
|
+
- Updated dependencies [61a9da4]
|
|
20
|
+
- @pexip-engage/utils@0.1.31
|
|
21
|
+
- @pexip-engage-public/graphql@1.0.59
|
|
22
|
+
|
|
3
23
|
## 1.0.77
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.79-canary-20250204090929",
|
|
4
4
|
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/apps/booking-plugin/packages/plugin-public#readme",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/skedify/frontend-mono/issues"
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"iframe-resizer": "4.3.11",
|
|
39
39
|
"skedify-uri-encoding": "^2.1.2",
|
|
40
40
|
"zod": "^3.24.1",
|
|
41
|
-
"@pexip-engage-public/graphql": "1.0.
|
|
42
|
-
"@pexip-engage/utils": "0.1.
|
|
41
|
+
"@pexip-engage-public/graphql": "1.0.60-canary-20250204090929",
|
|
42
|
+
"@pexip-engage/utils": "0.1.32-canary-20250204090929"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
46
|
-
"happy-dom": "^16.
|
|
47
|
-
"vitest": "^3.0.
|
|
46
|
+
"happy-dom": "^16.8.1",
|
|
47
|
+
"vitest": "^3.0.4",
|
|
48
48
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
49
|
-
"eslint-config-pexip-engage": "1.1.
|
|
49
|
+
"eslint-config-pexip-engage": "1.1.6-canary-20250204090929"
|
|
50
50
|
},
|
|
51
51
|
"volta": {
|
|
52
52
|
"extends": "../../../../package.json"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"scripts": {
|
|
59
59
|
"build": "tsc",
|
|
60
60
|
"clean": "rm -rf .turbo node_modules dist tsconfig.tsbuildinfo",
|
|
61
|
-
"lint": "TIMING=1 eslint --max-warnings=0 .",
|
|
61
|
+
"lint": "cross-env TIMING=1 eslint --max-warnings=0 .",
|
|
62
62
|
"lint:fix": "pnpm lint --fix",
|
|
63
63
|
"test": "vitest run --dom",
|
|
64
64
|
"test:watch": "vitest --dom"
|