@ctx-core/graphql-client 7.2.28 → 7.2.31

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,35 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.2.31
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/dom@11.1.18
10
+ - @ctx-core/fetch-undici@2.1.7
11
+
12
+ ## 7.2.30
13
+
14
+ ### Patch Changes
15
+
16
+ - @ctx-core/dom: ^11.1.15 -> ^11.1.16
17
+ - @ctx-core/graphql: ^9.0.66 -> ^9.0.67
18
+ - @ctx-core/object: ^22.1.9 -> ^22.1.10
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - @ctx-core/fetch-undici@2.1.6
22
+
23
+ ## 7.2.29
24
+
25
+ ### Patch Changes
26
+
27
+ - update dependencies
28
+ - Updated dependencies
29
+ - @ctx-core/dom@11.1.15
30
+ - @ctx-core/fetch-undici@2.1.4
31
+ - @ctx-core/graphql@9.0.66
32
+
3
33
  ## 7.2.28
4
34
 
5
35
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,2 @@
1
+
2
+
package/package.json CHANGED
@@ -1,54 +1,54 @@
1
1
  {
2
- "name": "@ctx-core/graphql-client",
3
- "version": "7.2.28",
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.14",
36
- "@ctx-core/fetch-undici": "^2.1.3",
37
- "@ctx-core/graphql": "^9.0.65",
38
- "@ctx-core/object": "^22.1.8"
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.31",
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.68",
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