@pexip-engage-public/plugin 1.0.79-canary-20250207151802 → 1.0.80-canary-20250210143912

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 +14 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,24 @@
1
1
  # @pexip-engage-public/plugin
2
2
 
3
- ## 1.0.79-canary-20250207151802
3
+ ## 1.0.80-canary-20250210143912
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 4ca2239: Add cross-env to support lint command on Windows
7
+ - 6f79c27: Add cross-env to support lint command on Windows
8
+ - Updated dependencies [6f79c27]
9
+ - @pexip-engage-public/graphql@1.0.61-canary-20250210143912
10
+ - @pexip-engage/utils@0.1.33-canary-20250210143912
11
+
12
+ ## 1.0.79
13
+
14
+ ### Patch Changes
15
+
16
+ - 0122047: fix(deps): update all non-major dependencies
8
17
  - 71127ce: fix(deps): update all non-major dependencies
9
- - Updated dependencies [4ca2239]
18
+ - Updated dependencies [0122047]
10
19
  - Updated dependencies [71127ce]
11
- - @pexip-engage-public/graphql@1.0.60-canary-20250207151802
12
- - @pexip-engage/utils@0.1.32-canary-20250207151802
20
+ - @pexip-engage/utils@0.1.32
21
+ - @pexip-engage-public/graphql@1.0.60
13
22
 
14
23
  ## 1.0.78
15
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin",
3
- "version": "1.0.79-canary-20250207151802",
3
+ "version": "1.0.80-canary-20250210143912",
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,15 +38,15 @@
38
38
  "iframe-resizer": "4.3.11",
39
39
  "skedify-uri-encoding": "^2.1.2",
40
40
  "zod": "^3.24.1",
41
- "@pexip-engage-public/graphql": "1.0.60-canary-20250207151802",
42
- "@pexip-engage/utils": "0.1.32-canary-20250207151802"
41
+ "@pexip-engage-public/graphql": "1.0.61-canary-20250210143912",
42
+ "@pexip-engage/utils": "0.1.33-canary-20250210143912"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@total-typescript/ts-reset": "^0.6.1",
46
- "happy-dom": "^16.8.1",
47
- "vitest": "^3.0.4",
46
+ "happy-dom": "^17.0.2",
47
+ "vitest": "^3.0.5",
48
48
  "@pexip-engage/tsconfig": "0.1.1",
49
- "eslint-config-pexip-engage": "1.1.6-canary-20250207151802"
49
+ "eslint-config-pexip-engage": "1.1.7-canary-20250210143912"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../../../package.json"