@pexip-engage-public/plugin 1.0.66 → 1.0.67-canary-20241016111707
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.
- package/CHANGELOG.md +9 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @pexip-engage-public/plugin
|
|
2
2
|
|
|
3
|
+
## 1.0.67-canary-20241016111707
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d11c112: fix patches, pin framer, update vite config
|
|
8
|
+
- Updated dependencies [d11c112]
|
|
9
|
+
- @pexip-engage-public/graphql@1.0.49-canary-20241016111707
|
|
10
|
+
- @pexip-engage/utils@0.1.25-canary-20241016111707
|
|
11
|
+
|
|
3
12
|
## 1.0.66
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.67-canary-20241016111707",
|
|
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.23.8",
|
|
41
|
-
"@pexip-engage-public/graphql": "1.0.
|
|
42
|
-
"@pexip-engage/utils": "0.1.
|
|
41
|
+
"@pexip-engage-public/graphql": "1.0.49-canary-20241016111707",
|
|
42
|
+
"@pexip-engage/utils": "0.1.25-canary-20241016111707"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
46
46
|
"happy-dom": "^15.7.4",
|
|
47
|
-
"vitest": "^2.1.
|
|
47
|
+
"vitest": "^2.1.3",
|
|
48
48
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
49
|
-
"eslint-config-pexip-engage": "0.1.
|
|
49
|
+
"eslint-config-pexip-engage": "0.1.31-canary-20241016111707"
|
|
50
50
|
},
|
|
51
51
|
"volta": {
|
|
52
52
|
"extends": "../../../../package.json"
|