@ctx-core/graphql-client 7.0.119 → 7.0.123

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 +28 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.0.123
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.0.122
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+
15
+ ## 7.0.121
16
+
17
+ ### Patch Changes
18
+
19
+ - update dependencies
20
+
21
+ ## 7.0.120
22
+
23
+ ### Patch Changes
24
+
25
+ - sideEffects = false
26
+ - Updated dependencies
27
+ - @ctx-core/dom@11.1.5
28
+ - @ctx-core/fetch@11.0.109
29
+ - @ctx-core/object@22.0.12
30
+
3
31
  ## 7.0.119
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.0.119",
3
+ "version": "7.0.123",
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.4",
29
- "@ctx-core/fetch": "^11.0.108",
30
- "@ctx-core/object": "^22.0.11"
28
+ "@ctx-core/dom": "^11.1.5",
29
+ "@ctx-core/fetch": "^11.0.113",
30
+ "@ctx-core/object": "^22.0.12"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@swc/cli": "^0.1.55",
34
- "@swc/core": "^1.2.127",
35
- "@types/node": "^17.0.8",
34
+ "@swc/core": "^1.2.133",
35
+ "@types/node": "^17.0.10",
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",