@pexip-engage-public/graphql 1.1.2 → 1.1.3
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 +8 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @pexip-engage-public/graphql
|
|
2
2
|
|
|
3
|
+
## 1.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3ffd2cb: fix(deps): update all non-major dependencies
|
|
8
|
+
- Updated dependencies [3ffd2cb]
|
|
9
|
+
- @pexip-engage/utils@0.1.45
|
|
10
|
+
|
|
3
11
|
## 1.1.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -396,7 +404,6 @@
|
|
|
396
404
|
Add the ability to add hubspot integration from the backoffice.
|
|
397
405
|
|
|
398
406
|
Following changes have also been made:
|
|
399
|
-
|
|
400
407
|
- Moved `Admin > Enabled Features` to `Admin > General > Enabled Features`
|
|
401
408
|
- Created `Admin > Integrations`
|
|
402
409
|
- Moved `Admin > General > Scheduling > Office 365 Connect` to `Admin > Integrations > Connections`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/graphql",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/graphql#readme",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/skedify/frontend-mono/issues"
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"graphql": "^16.11.0",
|
|
38
38
|
"graphql-request": "^7.2.0",
|
|
39
39
|
"lz-string": "^1.5.0",
|
|
40
|
-
"zod": "^3.25.
|
|
41
|
-
"@pexip-engage/utils": "0.1.
|
|
40
|
+
"zod": "^3.25.67",
|
|
41
|
+
"@pexip-engage/utils": "0.1.45"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@graphql-codegen/cli": "^5.0.7",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@graphql-inspector/cli": "^5.0.8",
|
|
47
47
|
"typescript": "^5.8.3",
|
|
48
48
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
49
|
-
"eslint-config-pexip-engage": "1.1.
|
|
49
|
+
"eslint-config-pexip-engage": "1.1.23"
|
|
50
50
|
},
|
|
51
51
|
"volta": {
|
|
52
52
|
"extends": "../../package.json"
|