@pexip-engage-public/plugin 1.1.31-canary-20251008093334 → 1.1.32-canary-20251009092247

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 +9 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,19 @@
1
1
  # @pexip-engage-public/plugin
2
2
 
3
- ## 1.1.31-canary-20251008093334
3
+ ## 1.1.32-canary-20251009092247
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [29057dd]
8
- - Updated dependencies [cfd1d6b]
9
8
  - Updated dependencies [e80738e]
10
- - @pexip-engage-public/graphql@1.1.14-canary-20251008093334
9
+ - @pexip-engage-public/graphql@1.1.15-canary-20251009092247
10
+
11
+ ## 1.1.31
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [cfd1d6b]
16
+ - @pexip-engage-public/graphql@1.1.14
11
17
  - @pexip-engage-public/utils@0.1.47
12
18
 
13
19
  ## 1.1.30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin",
3
- "version": "1.1.31-canary-20251008093334",
3
+ "version": "1.1.32-canary-20251009092247",
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.1.14-canary-20251008093334",
42
+ "@pexip-engage-public/graphql": "1.1.15-canary-20251009092247",
43
43
  "@pexip-engage-public/utils": "0.1.47"
44
44
  },
45
45
  "devDependencies": {
@@ -47,7 +47,7 @@
47
47
  "happy-dom": "^19.0.2",
48
48
  "vitest": "^3.2.4",
49
49
  "@pexip-engage/tsconfig": "0.1.1",
50
- "eslint-config-pexip-engage": "1.1.36-canary-20251008093334"
50
+ "eslint-config-pexip-engage": "1.1.36"
51
51
  },
52
52
  "volta": {
53
53
  "extends": "../../../../package.json"