@pexip-engage-public/plugin 1.3.14 → 1.3.18

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 +35 -0
  2. package/package.json +11 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @pexip-engage-public/plugin
2
2
 
3
+ ## 1.3.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 5a7f9a8: chore: fix publish flow: set `devEngines` for now to npm to fix publishing
8
+ - Updated dependencies [5a7f9a8]
9
+ - @pexip-engage-public/graphql@1.7.3
10
+
11
+ ## 1.3.17
12
+
13
+ ### Patch Changes
14
+
15
+ - 268e40c: chore: fix publish flow
16
+ - Updated dependencies [268e40c]
17
+ - @pexip-engage-public/graphql@1.7.2
18
+
19
+ ## 1.3.16
20
+
21
+ ### Patch Changes
22
+
23
+ - 3dc924a: chore: fix publish flow
24
+ - Updated dependencies [3dc924a]
25
+ - @pexip-engage-public/graphql@1.7.1
26
+
27
+ ## 1.3.15
28
+
29
+ ### Patch Changes
30
+
31
+ - b698aac: Update all non-major dependencies
32
+ - Updated dependencies [da8eb36]
33
+ - Updated dependencies [d8638ee]
34
+ - Updated dependencies [b698aac]
35
+ - @pexip-engage-public/graphql@1.7.0
36
+ - @pexip-engage-public/utils@0.2.7
37
+
3
38
  ## 1.3.14
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin",
3
- "version": "1.3.14",
3
+ "version": "1.3.18",
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"
@@ -42,16 +42,22 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "skedify-uri-encoding": "^2.1.2",
45
- "zod": "^4.3.6",
46
- "@pexip-engage-public/graphql": "1.6.9",
47
- "@pexip-engage-public/utils": "0.2.6"
45
+ "zod": "^4.4.3",
46
+ "@pexip-engage-public/graphql": "1.7.3",
47
+ "@pexip-engage-public/utils": "0.2.7"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@total-typescript/ts-reset": "^0.6.1",
51
51
  "happy-dom": "^20.9.0",
52
- "vitest": "^4.1.4",
52
+ "vitest": "^4.1.5",
53
53
  "@pexip-engage/tsconfig": "0.1.3"
54
54
  },
55
+ "devEngines": {
56
+ "packageManager": {
57
+ "name": "npm",
58
+ "version": "11.12.1"
59
+ }
60
+ },
55
61
  "scripts": {
56
62
  "build": "tsgo",
57
63
  "clean": "rm -rf .turbo node_modules dist tsconfig.tsbuildinfo",