@pexip-engage-public/plugin 1.1.3-canary-20250314152045 → 1.1.4-canary-20250320122540
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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
# @pexip-engage-public/plugin
|
|
2
2
|
|
|
3
|
-
## 1.1.
|
|
3
|
+
## 1.1.4-canary-20250320122540
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Updated dependencies [335cf52]
|
|
8
|
+
- @pexip-engage-public/graphql@1.0.66-canary-20250320122540
|
|
9
|
+
|
|
10
|
+
## 1.1.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 86d1519: bug: properly calculate `isSchedulable` again. #3511 introduced a regression where unschedulable combinations lead to the params just being ignored.
|
|
8
15
|
|
|
9
16
|
## 1.1.2
|
|
10
17
|
|
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.4-canary-20250320122540",
|
|
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,7 +38,7 @@
|
|
|
38
38
|
"iframe-resizer": "4.3.11",
|
|
39
39
|
"skedify-uri-encoding": "^2.1.2",
|
|
40
40
|
"zod": "^3.24.2",
|
|
41
|
-
"@pexip-engage-public/graphql": "1.0.
|
|
41
|
+
"@pexip-engage-public/graphql": "1.0.66-canary-20250320122540",
|
|
42
42
|
"@pexip-engage/utils": "0.1.36"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|