@pexip-engage-public/plugin 1.0.50 → 1.0.51

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 +11 -0
  2. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @pexip-engage-public/plugin
2
2
 
3
+ ## 1.0.51
4
+
5
+ ### Patch Changes
6
+
7
+ - b0b8643: chore(deps): update all non-major dependencies
8
+ - f9d4e5b: feat: DX - remove project references setup for `turbo watch`
9
+ feat: Don't hide `error` toast by default after `3000ms`
10
+ - Updated dependencies [b0b8643]
11
+ - @pexip-engage-public/graphql@1.0.36
12
+ - @pexip-engage/utils@0.1.19
13
+
3
14
  ## 1.0.50
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/plugin",
3
- "version": "1.0.50",
3
+ "version": "1.0.51",
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"
@@ -35,18 +35,18 @@
35
35
  "src"
36
36
  ],
37
37
  "dependencies": {
38
- "iframe-resizer": "^4.4.4",
38
+ "iframe-resizer": "^4.4.5",
39
39
  "skedify-uri-encoding": "^2.1.2",
40
40
  "zod": "^3.23.8",
41
- "@pexip-engage-public/graphql": "1.0.35",
42
- "@pexip-engage/utils": "0.1.18"
41
+ "@pexip-engage-public/graphql": "1.0.36",
42
+ "@pexip-engage/utils": "0.1.19"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@total-typescript/ts-reset": "^0.5.1",
46
46
  "happy-dom": "^14.12.3",
47
- "vitest": "^2.0.1",
47
+ "vitest": "^2.0.3",
48
48
  "@pexip-engage/tsconfig": "0.1.1",
49
- "eslint-config-pexip-engage": "0.1.23"
49
+ "eslint-config-pexip-engage": "0.1.24"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../../../package.json"
@@ -58,7 +58,6 @@
58
58
  "scripts": {
59
59
  "build": "tsc",
60
60
  "clean": "rm -rf .turbo node_modules dist tsconfig.tsbuildinfo",
61
- "dev": "tsc --watch",
62
61
  "lint": "TIMING=1 eslint --max-warnings=0 .",
63
62
  "lint:fix": "pnpm lint --fix",
64
63
  "test": "vitest run --dom",