@pexip-engage-public/graphql 1.1.8-canary-20250718122120 → 1.1.9-canary-20250728152736

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 +10 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,18 @@
1
1
  # @pexip-engage-public/graphql
2
2
 
3
- ## 1.1.8-canary-20250718122120
3
+ ## 1.1.9-canary-20250728152736
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 1021fd6: fix(deps): update all non-major dependencies
8
- - a9fa03e: chore: bump node to `24.4.1`
7
+ - ff7e3c3: fix(deps): update all non-major dependencies
8
+ - @pexip-engage-public/utils@0.1.46
9
+
10
+ ## 1.1.8
11
+
12
+ ### Patch Changes
13
+
14
+ - 49a1246: fix(deps): update all non-major dependencies
15
+ - 49a1246: chore: bump node to `24.4.1`
9
16
  - @pexip-engage-public/utils@0.1.46
10
17
 
11
18
  ## 1.1.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/graphql",
3
- "version": "1.1.8-canary-20250718122120",
3
+ "version": "1.1.9-canary-20250728152736",
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"
@@ -33,7 +33,7 @@
33
33
  "CHANGELOG.md"
34
34
  ],
35
35
  "dependencies": {
36
- "gql.tada": "^1.8.11",
36
+ "gql.tada": "^1.8.12",
37
37
  "graphql": "^16.11.0",
38
38
  "graphql-request": "^7.2.0",
39
39
  "lz-string": "^1.5.0",
@@ -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.26-canary-20250718122120"
49
+ "eslint-config-pexip-engage": "1.1.27-canary-20250728152736"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../package.json"