@ctx-core/graphql-client 7.0.104 → 7.0.108

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,42 @@
1
1
  # @ctx-core/graphql-client
2
2
 
3
+ ## 7.0.108
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: tsconfig.json: "rootDir": "."
8
+ - Updated dependencies
9
+ - @ctx-core/dom@11.0.43
10
+ - @ctx-core/fetch@11.0.96
11
+ - @ctx-core/object@22.0.3
12
+
13
+ ## 7.0.107
14
+
15
+ ### Patch Changes
16
+
17
+ - fix: package.json: exports
18
+ - Updated dependencies
19
+ - @ctx-core/dom@11.0.42
20
+ - @ctx-core/fetch@11.0.95
21
+ - @ctx-core/object@22.0.2
22
+
23
+ ## 7.0.106
24
+
25
+ ### Patch Changes
26
+
27
+ - package.json: svelte: ./dist/index.js
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - @ctx-core/dom@11.0.41
31
+ - @ctx-core/fetch@11.0.94
32
+ - @ctx-core/object@22.0.1
33
+
34
+ ## 7.0.105
35
+
36
+ ### Patch Changes
37
+
38
+ - @types/node: ^16.11.12 -> ^16.11.13
39
+
3
40
  ## 7.0.104
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/graphql-client",
3
- "version": "7.0.104",
3
+ "version": "7.0.108",
4
4
  "description": "ctx-core graphql-client",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -12,37 +12,39 @@
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "https://github.com/ctx-core/graphql-client/issues"
15
+ "url": "https://github.com/ctx-core/graphql-client.git"
16
16
  },
17
17
  "license": "Apache-2.0",
18
18
  "author": "Brian Takita",
19
19
  "type": "module",
20
- "types": "./src/index.ts",
21
20
  "exports": {
22
21
  ".": {
23
- "import": "./dist/index.js"
22
+ "import": "./dist/index.js",
23
+ "types": "./src/index.ts"
24
24
  },
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "dependencies": {
28
- "@ctx-core/dom": "^11.0.40",
29
- "@ctx-core/fetch": "^11.0.93",
30
- "@ctx-core/object": "^22.0.0"
28
+ "@ctx-core/dom": "^11.0.43",
29
+ "@ctx-core/fetch": "^11.0.96",
30
+ "@ctx-core/object": "^22.0.3"
31
31
  },
32
32
  "devDependencies": {
33
- "@swc/cli": "^0.1.52",
34
- "@swc/core": "^1.2.118",
35
- "@types/node": "^16.11.12",
33
+ "@swc/cli": "^0.1.55",
34
+ "@swc/core": "^1.2.120",
35
+ "@types/node": "^16.11.13",
36
+ "rimraf": "^3.0.2",
36
37
  "typescript": "next"
37
38
  },
38
39
  "publishConfig": {
39
40
  "access": "public",
40
41
  "cache": "~/.npm"
41
42
  },
43
+ "svelte": "./dist/index.js",
42
44
  "scripts": {
43
45
  "@ctx-core/graphql": "workspace:^9.0.30",
44
46
  "build": "npm run compile",
45
- "clean": "rm -rf dist",
47
+ "clean": "rimraf dist",
46
48
  "compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",
47
49
  "exec": "$@"
48
50
  }
package/tsconfig.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "../../node_modules/@types",
22
22
  "node_modules/@types"
23
23
  ],
24
- "rootDir": "src",
24
+ "rootDir": ".",
25
25
  "outDir": "dist",
26
26
  "mapRoot": "",
27
27
  "declarationDir": "dist",
package/COMMIT_EDITMSG DELETED
@@ -1 +0,0 @@
1
-