@getcronit/pylon 3.0.0-canary-20250303143548.bb9615641321063a172cd6af0a5cd52e2a2bc0a1 → 3.0.0-canary-20250312165655.826d17474bf64dfdbd9e31dd76e4f3898d48a6d1

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/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ export { handler } from './app/pylon-handler.js';
8
8
  export { getEnv } from './get-env.js';
9
9
  export { createDecorator } from './create-decorator.js';
10
10
  export { createPubSub as experimentalCreatePubSub } from 'graphql-yoga';
11
- export { usePages } from './plugins/use-pages/index';
11
+ export { usePages } from '@getcronit/pylon-pages';
12
12
  import type { Plugin as YogaPlugin } from 'graphql-yoga';
13
13
  import { MiddlewareHandler } from 'hono';
14
14
  import { BuildContext, BuildOptions } from 'esbuild';