altair-static 8.4.2 → 8.4.3-alpha.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.
@@ -439,8 +439,8 @@ Processing src/index.ts
439
439
  ======= Processing /home/runner/work/altair/altair/node_modules/.pnpm/jest-diff@24.9.0/node_modules/jest-diff/build/types.d.ts =======
440
440
  ======= Processing /home/runner/work/altair/altair/node_modules/.pnpm/jest-diff@24.9.0/node_modules/jest-diff/build/index.d.ts =======
441
441
  ======= Processing /home/runner/work/altair/altair/node_modules/.pnpm/@types+jest@24.9.1/node_modules/@types/jest/index.d.ts =======
442
+ Compiler option "skipLibCheck" is disabled to properly check generated output
442
443
  Writing src/index.ts -> build/index.d.ts
443
444
  Checking generated files...
444
445
  Using config: /home/runner/work/altair/altair/packages/altair-static/tsconfig.json
445
- Compiler option "skipLibCheck" is disabled to properly check generated output
446
- Done in 5.55s
446
+ Done in 5.38s
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.4.2",
4
+ "version": "8.4.3-alpha.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": {
@@ -13,8 +13,8 @@
13
13
  "ncp": "2.0.0",
14
14
  "ts-jest": "29.0.5",
15
15
  "typescript": "^5.8.0",
16
- "@altairgraphql/app": "8.4.2",
17
- "altair-graphql-core": "8.4.2"
16
+ "altair-graphql-core": "8.4.3-alpha.0",
17
+ "@altairgraphql/app": "8.4.3-alpha.0"
18
18
  },
19
19
  "engines": {
20
20
  "node": ">= 6.9.1"