@pexip-engage-public/plugin 1.1.35-canary-20251114135835 → 1.1.36-canary-20251120141322

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,19 @@
1
1
  # @pexip-engage-public/plugin
2
2
 
3
- ## 1.1.35-canary-20251114135835
3
+ ## 1.1.36-canary-20251120141322
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 0ae3f48: chore: remove fetching `availableEmployees` in plugin
7
+ - Updated dependencies [072a3ed]
8
+ - @pexip-engage-public/graphql@1.3.2-canary-20251120141322
9
+
10
+ ## 1.1.35
11
+
12
+ ### Patch Changes
13
+
14
+ - fb3bc74: chore: remove fetching `availableEmployees` in plugin
15
+ - Updated dependencies [f1af81a]
16
+ - @pexip-engage-public/graphql@1.3.1
8
17
 
9
18
  ## 1.1.34
10
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin",
3
- "version": "1.1.35-canary-20251114135835",
3
+ "version": "1.1.36-canary-20251120141322",
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"
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "skedify-uri-encoding": "^2.1.2",
41
41
  "zod": "^3.25.76",
42
- "@pexip-engage-public/graphql": "1.3.0",
42
+ "@pexip-engage-public/graphql": "1.3.2-canary-20251120141322",
43
43
  "@pexip-engage-public/utils": "0.1.48"
44
44
  },
45
45
  "devDependencies": {