@pexip-engage-public/plugin 1.1.18 → 1.1.20-canary-20250630142359
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 +16 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @pexip-engage-public/plugin
|
|
2
2
|
|
|
3
|
+
## 1.1.20-canary-20250630142359
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [8f5726e]
|
|
8
|
+
- @pexip-engage-public/graphql@1.1.4-canary-20250630142359
|
|
9
|
+
|
|
10
|
+
## 1.1.19
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 3ffd2cb: fix(deps): update all non-major dependencies
|
|
15
|
+
- Updated dependencies [3ffd2cb]
|
|
16
|
+
- @pexip-engage-public/graphql@1.1.3
|
|
17
|
+
- @pexip-engage/utils@0.1.45
|
|
18
|
+
|
|
3
19
|
## 1.1.18
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -409,7 +425,6 @@
|
|
|
409
425
|
- c128fc3: chore: revert iframe-resizer bump due to license spam
|
|
410
426
|
- 1c31100: ENGAGE-108: Remove `Q` requirement
|
|
411
427
|
ENGAGE-109: Allow timetable step to be last
|
|
412
|
-
|
|
413
428
|
- Add ability to override `recaptcha` requirement
|
|
414
429
|
|
|
415
430
|
## 1.0.56
|
|
@@ -785,7 +800,6 @@
|
|
|
785
800
|
***
|
|
786
801
|
|
|
787
802
|
fix(deps): update all non-major dependencies
|
|
788
|
-
|
|
789
803
|
- @pexip-engage-public/graphql@1.0.9
|
|
790
804
|
|
|
791
805
|
## 1.0.13
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/plugin",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.20-canary-20250630142359",
|
|
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"
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"iframe-resizer": "4.3.11",
|
|
39
39
|
"skedify-uri-encoding": "^2.1.2",
|
|
40
|
-
"zod": "^3.25.
|
|
41
|
-
"@pexip-engage-public/graphql": "1.1.
|
|
42
|
-
"@pexip-engage/utils": "0.1.
|
|
40
|
+
"zod": "^3.25.67",
|
|
41
|
+
"@pexip-engage-public/graphql": "1.1.4-canary-20250630142359",
|
|
42
|
+
"@pexip-engage/utils": "0.1.45"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
46
46
|
"happy-dom": "^18.0.1",
|
|
47
|
-
"vitest": "^3.2.
|
|
47
|
+
"vitest": "^3.2.4",
|
|
48
48
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
49
|
-
"eslint-config-pexip-engage": "1.1.
|
|
49
|
+
"eslint-config-pexip-engage": "1.1.23"
|
|
50
50
|
},
|
|
51
51
|
"volta": {
|
|
52
52
|
"extends": "../../../../package.json"
|