@code0-tech/sagittarius-graphql-types 0.0.0-6f0b32a0eb18c9c3569a090f089c6adf1b4d666c → 0.0.0-967667e8c736081887d32d99a5e2ab0445718798
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/index.d.ts +1259 -160
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code0-tech/sagittarius-graphql-types",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-967667e8c736081887d32d99a5e2ab0445718798",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"generate": "graphql-codegen --config codegen.
|
|
8
|
+
"generate": "graphql-codegen --config codegen.ts"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://github.com/code0-tech/sagittarius#readme",
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@graphql-codegen/cli": "^
|
|
22
|
-
"@graphql-codegen/typescript": "^
|
|
21
|
+
"@graphql-codegen/cli": "^6.0.0",
|
|
22
|
+
"@graphql-codegen/typescript": "^5.0.0"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"index.d.ts",
|