@code0-tech/sagittarius-graphql-types 0.0.0-25fbf0c9e886bd28673ab74a9e554aa777aff987 → 0.0.0-3bdab57d324cfeb2abf2cf60a801039b45de746d

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/index.d.ts +641 -375
  2. package/package.json +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code0-tech/sagittarius-graphql-types",
3
- "version": "0.0.0-25fbf0c9e886bd28673ab74a9e554aa777aff987",
3
+ "version": "0.0.0-3bdab57d324cfeb2abf2cf60a801039b45de746d",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "homepage": "https://github.com/code0-tech/sagittarius#readme",
20
20
  "devDependencies": {
21
- "@graphql-codegen/cli": "^5.0.5",
22
- "@graphql-codegen/typescript": "^4.1.5"
21
+ "@graphql-codegen/cli": "^6.0.0",
22
+ "@graphql-codegen/typescript": "^5.0.0"
23
23
  },
24
24
  "files": [
25
25
  "index.d.ts",
@@ -27,7 +27,6 @@
27
27
  "package.json"
28
28
  ],
29
29
  "publishConfig": {
30
- "access": "public",
31
- "tag": "latest"
30
+ "access": "public"
32
31
  }
33
32
  }