@avantstay/graphql-ts-client 10.6.0-rc.1 → 10.6.0

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/dist/index.js +4 -1
  2. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -487,7 +487,7 @@ var prettier = __toESM(require("prettier"));
487
487
  // package.json
488
488
  var package_default = {
489
489
  name: "@avantstay/graphql-ts-client",
490
- version: "10.6.0-rc.1",
490
+ version: "10.6.0",
491
491
  description: "GraphQL Typescript Client Generator",
492
492
  author: "Wellington Guimaraes",
493
493
  license: "MIT",
@@ -573,6 +573,9 @@ var package_default = {
573
573
  tslib: "^2.3.1",
574
574
  tsup: "^6.5.0",
575
575
  typescript: "^4.9.4"
576
+ },
577
+ publishConfig: {
578
+ "@avantstay:registry": "https://registry.npmjs.org/"
576
579
  }
577
580
  };
578
581
  // src/generateTypescriptClient.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avantstay/graphql-ts-client",
3
- "version": "10.6.0-rc.1",
3
+ "version": "10.6.0",
4
4
  "description": "GraphQL Typescript Client Generator",
5
5
  "author": "Wellington Guimaraes",
6
6
  "license": "MIT",
@@ -9,6 +9,7 @@
9
9
  "scripts": {
10
10
  "build": "tsup src/index.ts src/endpoint.ts --dts",
11
11
  "test": "cross-env GQL_CLIENT_DIST_PATH='.' jest --watch"
12
+
12
13
  },
13
14
  "files": [
14
15
  "dist",