@pexip-engage-public/plugin 1.1.37-canary-20251127171339 → 1.1.38

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 +12 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,22 @@
1
1
  # @pexip-engage-public/plugin
2
2
 
3
- ## 1.1.37-canary-20251127171339
3
+ ## 1.1.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fbe82a4]
8
+ - @pexip-engage-public/utils@0.1.50
9
+ - @pexip-engage-public/graphql@1.3.4
10
+
11
+ ## 1.1.37
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - b1505d0: fix(deps): update all non-major dependencies
16
+ - Updated dependencies [952ec1e]
8
17
  - Updated dependencies [b1505d0]
9
- - @pexip-engage-public/graphql@1.3.3-canary-20251127171339
10
- - @pexip-engage-public/utils@0.1.49-canary-20251127171339
18
+ - @pexip-engage-public/graphql@1.3.3
19
+ - @pexip-engage-public/utils@0.1.49
11
20
 
12
21
  ## 1.1.36
13
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin",
3
- "version": "1.1.37-canary-20251127171339",
3
+ "version": "1.1.38",
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,15 +39,15 @@
39
39
  "dependencies": {
40
40
  "skedify-uri-encoding": "^2.1.2",
41
41
  "zod": "^3.25.76",
42
- "@pexip-engage-public/graphql": "1.3.3-canary-20251127171339",
43
- "@pexip-engage-public/utils": "0.1.49-canary-20251127171339"
42
+ "@pexip-engage-public/graphql": "1.3.4",
43
+ "@pexip-engage-public/utils": "0.1.50"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@total-typescript/ts-reset": "^0.6.1",
47
47
  "happy-dom": "^20.0.10",
48
48
  "vitest": "^4.0.13",
49
49
  "@pexip-engage/tsconfig": "0.1.1",
50
- "eslint-config-pexip-engage": "1.2.1-canary-20251127171339"
50
+ "eslint-config-pexip-engage": "1.2.1"
51
51
  },
52
52
  "volta": {
53
53
  "extends": "../../../../package.json"