@ctx-core/graphql-client 7.2.29 → 7.2.32

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 CHANGED
@@ -1,5 +1,31 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.2.32
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.2.31
10
+
11
+ ### Patch Changes
12
+
13
+ - update dependencies
14
+ - Updated dependencies
15
+ - @ctx-core/dom@11.1.18
16
+ - @ctx-core/fetch-undici@2.1.7
17
+
18
+ ## 7.2.30
19
+
20
+ ### Patch Changes
21
+
22
+ - @ctx-core/dom: ^11.1.15 -> ^11.1.16
23
+ - @ctx-core/graphql: ^9.0.66 -> ^9.0.67
24
+ - @ctx-core/object: ^22.1.9 -> ^22.1.10
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - @ctx-core/fetch-undici@2.1.6
28
+
3
29
  ## 7.2.29
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,54 +1,54 @@
1
1
  {
2
- "name": "@ctx-core/graphql-client",
3
- "version": "7.2.29",
4
- "description": "ctx-core graphql-client",
5
- "keywords": [
6
- "ctx-core",
7
- "google"
8
- ],
9
- "homepage": "https://github.com/ctx-core/graphql-client#readme",
10
- "bugs": {
11
- "url": "https://github.com/ctx-core/graphql-client/issues"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/ctx-core/graphql-client.git"
16
- },
17
- "license": "Apache-2.0",
18
- "author": "Brian Takita",
19
- "type": "module",
20
- "types": "./src/index.d.ts",
21
- "exports": {
22
- ".": "./src/index.js",
23
- "./package.json": "./package.json"
24
- },
25
- "scripts": {
26
- "build": ":",
27
- "clean": ":",
28
- "exec": "$@",
29
- "prepublishOnly": "npm run clean && npm run build && npm run test",
30
- "test": "pnpm test-unit && check-dts",
31
- "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
32
- "test-unit-coverage": "c8 pnpm test-unit"
33
- },
34
- "dependencies": {
35
- "@ctx-core/dom": "^11.1.15",
36
- "@ctx-core/fetch-undici": "^2.1.4",
37
- "@ctx-core/graphql": "^9.0.66",
38
- "@ctx-core/object": "^22.1.9"
39
- },
40
- "devDependencies": {
41
- "@types/node": "^17.0.27",
42
- "c8": "^7.11.2",
43
- "check-dts": "^0.6.7",
44
- "tsm": "^2.2.1",
45
- "typescript": "next",
46
- "uvu": "^0.5.3"
47
- },
48
- "publishConfig": {
49
- "access": "public",
50
- "cache": "~/.npm"
51
- },
52
- "svelte": "./src/index.js",
53
- "sideEffects": false
2
+ "name": "@ctx-core/graphql-client",
3
+ "version": "7.2.32",
4
+ "description": "ctx-core graphql-client",
5
+ "keywords": [
6
+ "ctx-core",
7
+ "google"
8
+ ],
9
+ "homepage": "https://github.com/ctx-core/graphql-client#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/ctx-core/graphql-client/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ctx-core/graphql-client.git"
16
+ },
17
+ "license": "Apache-2.0",
18
+ "author": "Brian Takita",
19
+ "type": "module",
20
+ "types": "./src/index.d.ts",
21
+ "exports": {
22
+ ".": "./src/index.js",
23
+ "./package.json": "./package.json"
24
+ },
25
+ "dependencies": {
26
+ "@ctx-core/dom": "^11.1.18",
27
+ "@ctx-core/fetch-undici": "^2.1.7",
28
+ "@ctx-core/graphql": "^9.0.69",
29
+ "@ctx-core/object": "^22.1.10"
30
+ },
31
+ "devDependencies": {
32
+ "@types/node": "^17.0.31",
33
+ "c8": "^7.11.2",
34
+ "check-dts": "^0.6.7",
35
+ "tsm": "^2.2.1",
36
+ "typescript": "next",
37
+ "uvu": "^0.5.3"
38
+ },
39
+ "publishConfig": {
40
+ "access": "public",
41
+ "cache": "~/.npm"
42
+ },
43
+ "svelte": "./src/index.js",
44
+ "sideEffects": false,
45
+ "scripts": {
46
+ "build": ":",
47
+ "clean": ":",
48
+ "exec": "$@",
49
+ "test": "pnpm test-unit && check-dts",
50
+ "test-unit": "tsm node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
51
+ "test-unit-coverage": "c8 pnpm test-unit"
52
+ },
53
+ "readme": "# @ctx-core/graphql-client\n\nGraphQL client logic\n"
54
54
  }
Binary file