@pexip-engage-public/plugin 1.1.18 → 1.1.19
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 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @pexip-engage-public/plugin
|
|
2
2
|
|
|
3
|
+
## 1.1.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3ffd2cb: fix(deps): update all non-major dependencies
|
|
8
|
+
- Updated dependencies [3ffd2cb]
|
|
9
|
+
- @pexip-engage-public/graphql@1.1.3
|
|
10
|
+
- @pexip-engage/utils@0.1.45
|
|
11
|
+
|
|
3
12
|
## 1.1.18
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -409,7 +418,6 @@
|
|
|
409
418
|
- c128fc3: chore: revert iframe-resizer bump due to license spam
|
|
410
419
|
- 1c31100: ENGAGE-108: Remove `Q` requirement
|
|
411
420
|
ENGAGE-109: Allow timetable step to be last
|
|
412
|
-
|
|
413
421
|
- Add ability to override `recaptcha` requirement
|
|
414
422
|
|
|
415
423
|
## 1.0.56
|
|
@@ -785,7 +793,6 @@
|
|
|
785
793
|
***
|
|
786
794
|
|
|
787
795
|
fix(deps): update all non-major dependencies
|
|
788
|
-
|
|
789
796
|
- @pexip-engage-public/graphql@1.0.9
|
|
790
797
|
|
|
791
798
|
## 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.19",
|
|
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.3",
|
|
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"
|