@pexip-engage-public/graphql 1.0.55 → 1.0.56
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/dist/graphql-env.d.ts +999 -247
- package/dist/graphql-env.d.ts.map +1 -1
- package/dist/graphql-env.js +1137 -283
- package/dist/graphql-env.js.map +1 -1
- package/dist/schema.d.ts +149 -52
- package/dist/schema.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/graphql-env.ts +1137 -283
- package/src/schema.ts +179 -65
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @pexip-engage-public/graphql
|
|
2
2
|
|
|
3
|
+
## 1.0.56
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 95c5141: - feature: add settings for anonymization
|
|
8
|
+
- feature: add UI feature flags for complete appointment, multi-participant
|
|
9
|
+
- 30f36da: fix(deps): update all non-major dependencies
|
|
10
|
+
- @pexip-engage/utils@0.1.28
|
|
11
|
+
|
|
3
12
|
## 1.0.55
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|