@pexip-engage-public/graphql 1.0.55-canary-20241223140331 → 1.0.55
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 +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @pexip-engage-public/graphql
|
|
2
2
|
|
|
3
|
-
## 1.0.55
|
|
3
|
+
## 1.0.55
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 389ae1c: feature: Add feature flags for CUSTOMER_OVERVIEW and APPOINTMENT_CREATION_MESSAGE_FOR_CUSTOMER
|
|
8
|
-
-
|
|
8
|
+
- 6696c25: fix(deps): update all non-major dependencies
|
|
9
9
|
- @pexip-engage/utils@0.1.28
|
|
10
10
|
|
|
11
11
|
## 1.0.54
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/graphql",
|
|
3
|
-
"version": "1.0.55
|
|
3
|
+
"version": "1.0.55",
|
|
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"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@graphql-inspector/cli": "^5.0.8",
|
|
47
47
|
"typescript": "^5.7.2",
|
|
48
48
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
49
|
-
"eslint-config-pexip-engage": "1.1.1
|
|
49
|
+
"eslint-config-pexip-engage": "1.1.1"
|
|
50
50
|
},
|
|
51
51
|
"volta": {
|
|
52
52
|
"extends": "../../package.json"
|