@getcronit/pylon 3.0.0-canary-20250303121751.7a1e28546f22cace7b91da6877508f76107e42aa → 3.0.0-canary-20250312165208.46197dc9c25d1dd116094865809ccb1f6dbab78e
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 +1 -1
- package/dist/index.js +3 -780
- package/dist/index.js.map +4 -4
- package/dist/pages/index.d.ts +1 -2
- package/dist/pages/index.js +1 -4
- package/dist/pages/index.js.map +2 -2
- package/package.json +8 -25
- package/dist/plugins/use-pages/build/app-utils.d.ts +0 -7
- package/dist/plugins/use-pages/build/index.d.ts +0 -2
- package/dist/plugins/use-pages/build/plugins/image-plugin.d.ts +0 -2
- package/dist/plugins/use-pages/build/plugins/inject-app-hydration.d.ts +0 -2
- package/dist/plugins/use-pages/build/plugins/postcss-plugin.d.ts +0 -2
- package/dist/plugins/use-pages/index.d.ts +0 -4
- package/dist/plugins/use-pages/setup/app-loader.d.ts +0 -14
- package/dist/plugins/use-pages/setup/index.d.ts +0 -10
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 '
|
|
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';
|