altair-fastify-plugin 8.5.2 → 8.5.3-alpha.0d07e1a.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import { RenderOptions } from 'altair-static';
2
2
  import type { FastifyInstance } from 'fastify';
3
3
  export interface AltairFastifyPluginOptions extends RenderOptions {
4
4
  /**
5
- * Path in which Altair will be accesible.
5
+ * Path in which Altair will be accessible.
6
6
  *
7
7
  * By default is `/altair`
8
8
  */
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "altair-fastify-plugin",
3
3
  "description": "Fastify Plugin of Altair GraphQL Client",
4
- "version": "8.5.2",
4
+ "version": "8.5.3-alpha.0d07e1a.0",
5
5
  "author": "PabloSz <pablosaez1995@gmail.com>",
6
6
  "bugs": "https://github.com/altair-graphql/altair/issues",
7
7
  "dependencies": {
8
8
  "@fastify/static": "^8.0.1",
9
9
  "fastify-plugin": "^5.0.1",
10
- "altair-static": "8.5.2"
10
+ "altair-static": "8.5.3-alpha.0d07e1a.0"
11
11
  },
12
12
  "devDependencies": {
13
13
  "fastify": "^5.0.0",