@ctx-core/graphql-client 7.0.117 → 7.0.121

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.121
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.0.120
10
+
11
+ ### Patch Changes
12
+
13
+ - sideEffects = false
14
+ - Updated dependencies
15
+ - @ctx-core/dom@11.1.5
16
+ - @ctx-core/fetch@11.0.109
17
+ - @ctx-core/object@22.0.12
18
+
19
+ ## 7.0.119
20
+
21
+ ### Patch Changes
22
+
23
+ - @swc/core: ^1.2.125 -> ^1.2.127
24
+ - @types/node: ^17.0.7 -> ^17.0.8
25
+ - Updated dependencies
26
+ - @ctx-core/dom@11.1.4
27
+ - @ctx-core/fetch@11.0.108
28
+ - @ctx-core/object@22.0.11
29
+
30
+ ## 7.0.118
31
+
32
+ ### Patch Changes
33
+
34
+ - update dependencies
35
+
3
36
  ## 7.0.117
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.117",
3
+ "version": "7.0.121",
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.106",
30
- "@ctx-core/object": "^22.0.10"
28
+ "@ctx-core/dom": "^11.1.5",
29
+ "@ctx-core/fetch": "^11.0.111",
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.6",
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",