altair-static 8.5.5 → 8.5.6-alpha.cddec71.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
  Compiler option "skipLibCheck" is disabled to properly check generated output
231
- Done in 5.72s
231
+ Done in 5.98s
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.5",
4
+ "version": "8.5.6-alpha.cddec71.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
- "altair-graphql-core": "8.5.5",
16
- "@altairgraphql/app": "8.5.5"
15
+ "altair-graphql-core": "8.5.6-alpha.cddec71.0",
16
+ "@altairgraphql/app": "8.5.6-alpha.cddec71.0"
17
17
  },
18
18
  "dependencies": {
19
19
  "zod": "4.1.13"