altair-static 8.5.6 → 8.5.7-alpha.1edee7e.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.
|
@@ -228,4 +228,4 @@ Writing src/index.ts -> build/index.d.ts
|
|
|
228
228
|
Checking generated files...
|
|
229
229
|
Using config: /home/runner/work/altair/altair/packages/altair-static/tsconfig.json
|
|
230
230
|
[1;33mCompiler option "skipLibCheck" is disabled to properly check generated output[0m
|
|
231
|
-
Done in
|
|
231
|
+
Done in 6.07s
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "altair-static",
|
|
3
3
|
"description": "Static package for altair graphql client",
|
|
4
|
-
"version": "8.5.
|
|
4
|
+
"version": "8.5.7-alpha.1edee7e.0",
|
|
5
5
|
"author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design)",
|
|
6
6
|
"bugs": "https://github.com/altair-graphql/altair/issues",
|
|
7
7
|
"devDependencies": {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"tsdown": "^0.21.10",
|
|
13
13
|
"typescript": "5.9.3",
|
|
14
14
|
"vitest": "4.1.5",
|
|
15
|
-
"@altairgraphql/app": "8.5.
|
|
16
|
-
"altair-graphql-core": "8.5.
|
|
15
|
+
"@altairgraphql/app": "8.5.7-alpha.1edee7e.0",
|
|
16
|
+
"altair-graphql-core": "8.5.7-alpha.1edee7e.0"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"zod": "4.1.13"
|