@pexip-engage-public/plugin 1.3.7-canary-20260316123744 → 1.3.7
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 +5 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
# @pexip-engage-public/plugin
|
|
2
2
|
|
|
3
|
-
## 1.3.7
|
|
3
|
+
## 1.3.7
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 1a720f2: booking-plugin: add `meeting_room-ids` configuration support so meeting rooms can be filtered in sandbox/config flows.
|
|
8
8
|
|
|
9
9
|
Refs: https://github.com/skedify/frontend-mono/issues/3396
|
|
10
10
|
|
|
11
|
+
- Updated dependencies [08bed59]
|
|
12
|
+
- @pexip-engage-public/graphql@1.6.3
|
|
13
|
+
|
|
11
14
|
## 1.3.6
|
|
12
15
|
|
|
13
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/plugin",
|
|
3
|
-
"version": "1.3.7
|
|
3
|
+
"version": "1.3.7",
|
|
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"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"skedify-uri-encoding": "^2.1.2",
|
|
45
45
|
"zod": "^4.3.6",
|
|
46
|
-
"@pexip-engage-public/graphql": "1.6.
|
|
46
|
+
"@pexip-engage-public/graphql": "1.6.3",
|
|
47
47
|
"@pexip-engage-public/utils": "0.2.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|