@ctx-core/graphql-client 7.2.27 → 7.2.30

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