@pexip-engage-public/plugin 1.0.81-canary-20250217103048 → 1.0.81-canary-20250217104854

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 +3 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # @pexip-engage-public/plugin
2
2
 
3
- ## 1.0.81-canary-20250217103048
3
+ ## 1.0.81-canary-20250217104854
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - bd67cbf: fix(deps): update all non-major dependencies
8
+ - Updated dependencies [68c7ef6]
8
9
  - Updated dependencies [bd67cbf]
9
- - @pexip-engage-public/graphql@1.0.62-canary-20250217103048
10
+ - @pexip-engage-public/graphql@1.0.62-canary-20250217104854
10
11
  - @pexip-engage/utils@0.1.33
11
12
 
12
13
  ## 1.0.80
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin",
3
- "version": "1.0.81-canary-20250217103048",
3
+ "version": "1.0.81-canary-20250217104854",
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.62-canary-20250217103048",
41
+ "@pexip-engage-public/graphql": "1.0.62-canary-20250217104854",
42
42
  "@pexip-engage/utils": "0.1.33"
43
43
  },
44
44
  "devDependencies": {
@@ -46,7 +46,7 @@
46
46
  "happy-dom": "^17.1.0",
47
47
  "vitest": "^3.0.5",
48
48
  "@pexip-engage/tsconfig": "0.1.1",
49
- "eslint-config-pexip-engage": "1.1.8-canary-20250217103048"
49
+ "eslint-config-pexip-engage": "1.1.8-canary-20250217104854"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../../../package.json"