@ctx-core/graphql-client 7.0.118 → 7.0.122

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 +33 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.0.122
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.0.121
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+
15
+ ## 7.0.120
16
+
17
+ ### Patch Changes
18
+
19
+ - sideEffects = false
20
+ - Updated dependencies
21
+ - @ctx-core/dom@11.1.5
22
+ - @ctx-core/fetch@11.0.109
23
+ - @ctx-core/object@22.0.12
24
+
25
+ ## 7.0.119
26
+
27
+ ### Patch Changes
28
+
29
+ - @swc/core: ^1.2.125 -> ^1.2.127
30
+ - @types/node: ^17.0.7 -> ^17.0.8
31
+ - Updated dependencies
32
+ - @ctx-core/dom@11.1.4
33
+ - @ctx-core/fetch@11.0.108
34
+ - @ctx-core/object@22.0.11
35
+
3
36
  ## 7.0.118
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.0.118",
3
+ "version": "7.0.122",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -25,14 +25,14 @@
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@ctx-core/dom": "^11.1.3",
29
- "@ctx-core/fetch": "^11.0.107",
30
- "@ctx-core/object": "^22.0.10"
28
+ "@ctx-core/dom": "^11.1.5",
29
+ "@ctx-core/fetch": "^11.0.112",
30
+ "@ctx-core/object": "^22.0.12"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@swc/cli": "^0.1.55",
34
- "@swc/core": "^1.2.125",
35
- "@types/node": "^17.0.7",
34
+ "@swc/core": "^1.2.128",
35
+ "@types/node": "^17.0.8",
36
36
  "rimraf": "^3.0.2",
37
37
  "typescript": "next"
38
38
  },
@@ -41,6 +41,7 @@
41
41
  "cache": "~/.npm"
42
42
  },
43
43
  "svelte": "./lib/index.js",
44
+ "sideEffects": false,
44
45
  "scripts": {
45
46
  "@ctx-core/graphql": "workspace:^9.0.30",
46
47
  "build": "npm run compile",