@code0-tech/sagittarius-graphql-types 0.0.0-3dbc1d7dffaa541501b2cb0954dabc06a9288cf6 → 0.0.0-4274ec7fd0a5bda56f11bb12be1ba5f30a79252d
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 +959 -172
- package/package.json +2 -3
- package/index.js +0 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@code0-tech/sagittarius-graphql-types",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-4274ec7fd0a5bda56f11bb12be1ba5f30a79252d",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "index.
|
|
5
|
+
"main": "index.d.ts",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"generate": "graphql-codegen --config codegen.ts"
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"index.d.ts",
|
|
26
|
-
"index.js",
|
|
27
26
|
"package.json"
|
|
28
27
|
],
|
|
29
28
|
"publishConfig": {
|
package/index.js
DELETED
|
File without changes
|