|
114 | 114 | "name": "@openelement/adapter-vite", |
115 | 115 | "exports": { |
116 | 116 | ".": "./src/index.ts", |
117 | | - "./app-vite": "./src/app-vite.ts", |
118 | | - "./build-context": "./src/build-context.ts", |
119 | 117 | "./cli/build": "./src/cli/build.ts", |
120 | | - "./cli/build-client": "./src/cli/build-client.ts", |
121 | | - "./cli/build-ssg": "./src/cli/build-ssg.ts", |
122 | | - "./generated-data-resolver": "./src/generated-data-resolver.ts", |
123 | | - "./head-injection": "./src/head-injection.ts", |
124 | | - "./i18n-plugin": "./src/i18n-plugin.ts", |
125 | 118 | "./nitro-mount": "./src/nitro-mount.ts", |
126 | | - "./plugin": "./src/plugin.ts", |
127 | | - "./plugin-mdx": "./src/plugin-mdx.ts", |
128 | | - "./route-manifest": "./src/route-manifest.ts", |
129 | 119 | "./sitemap": "./src/sitemap.ts" |
130 | 120 | }, |
131 | 121 | "declarations": { |
|
141 | 131 | "export type { OpenMdxPluginOptions } from './plugin-mdx.ts';" |
142 | 132 | ] |
143 | 133 | }, |
144 | | - "./app-vite": { |
145 | | - "sha256": "fbc9bbfd9964bfab9465a1f572ee12ee430b99fa0c216aa2937a8e7a2cfc5ad2", |
146 | | - "publicDeclarations": [ |
147 | | - "export interface OpenElementOptions extends FrameworkOptions {", |
148 | | - "export function openElement(options: OpenElementOptions = {}): Plugin[] {" |
149 | | - ] |
150 | | - }, |
151 | | - "./build-context": { |
152 | | - "sha256": "a77770942f8fd2e1ea5acf4b5e66545e9cf54373a2c312193f317dbe274c3bcf", |
153 | | - "publicDeclarations": [ |
154 | | - "export type Phase = 1 | 2 | 3;", |
155 | | - "export class Phase1Meta {", |
156 | | - "export class Phase3Meta {", |
157 | | - "export class OpenElementBuildContext {" |
158 | | - ] |
159 | | - }, |
160 | 134 | "./cli/build": { |
161 | 135 | "sha256": "19b817d8d114f0b107b7708675754de3fdc12c76c85c4dd3333814b6643894bd", |
162 | 136 | "publicDeclarations": [] |
163 | 137 | }, |
164 | | - "./cli/build-client": { |
165 | | - "sha256": "e4ec975531f3d39eef603901e5a034b89e86436ae042f6a40b8d3a344583d175", |
166 | | - "publicDeclarations": [] |
167 | | - }, |
168 | | - "./cli/build-ssg": { |
169 | | - "sha256": "10fdc527b3a19974af767a71516d5957475be84f551a57c635488cdbe16b937f", |
170 | | - "publicDeclarations": [ |
171 | | - "export interface SsgEntryDescriptorInputs {", |
172 | | - "export function buildSsgEntryDescriptor(" |
173 | | - ] |
174 | | - }, |
175 | | - "./generated-data-resolver": { |
176 | | - "sha256": "d18395cfa3eca7cd72f2e5481b24a0e76d49284d717a9c08274c085adf80788c", |
177 | | - "publicDeclarations": [ |
178 | | - "export const GENERATED_NAV_ID = '@openelement/generated/nav';", |
179 | | - "export const GENERATED_BLOG_DATA_ID = '@openelement/generated/blog-data';", |
180 | | - "export const GENERATED_I18N_ID = '@openelement/generated/i18n';", |
181 | | - "export type GeneratedDataResolverOptions = {", |
182 | | - "export function generatedDataPath(", |
183 | | - "export function createGeneratedDataResolverPlugin(" |
184 | | - ] |
185 | | - }, |
186 | | - "./head-injection": { |
187 | | - "sha256": "28dab8f1b72b612847e1a158869ad8afc8fe89a242684ffffb44997c022a66e0", |
188 | | - "publicDeclarations": [ |
189 | | - "export function assertNoScriptTags(html: string, context: string): void {", |
190 | | - "export function validateSafeUrl(url: string, context: string): string {", |
191 | | - "export interface HeadExtrasResult {", |
192 | | - "export function buildHeadExtras(options: FrameworkOptions): HeadExtrasResult {" |
193 | | - ] |
194 | | - }, |
195 | | - "./i18n-plugin": { |
196 | | - "sha256": "b24544efcdc71ff563a6a5ad4745bbfa3c3152a4694d42bdae2ec929a5f47cb3", |
197 | | - "publicDeclarations": [ |
198 | | - "export function writeI18nDataModule(locales: string[], defaultLocale: string): string {", |
199 | | - "export function openI18n(" |
200 | | - ] |
201 | | - }, |
202 | 138 | "./nitro-mount": { |
203 | 139 | "sha256": "33056a4b4e9c291ea90532ad68268aaa9ad7be1a7f4897986847bd4e54926c47", |
204 | 140 | "publicDeclarations": [ |
|
208 | 144 | "export function createOpenElementNitroHandler<" |
209 | 145 | ] |
210 | 146 | }, |
211 | | - "./plugin": { |
212 | | - "sha256": "ce53992a9feb7490df8cf62a22cb97d53ffcf2842176010f79a1a3b2092e907a", |
213 | | - "publicDeclarations": [ |
214 | | - "export function optionalPackageStubsPlugin(): Plugin {", |
215 | | - "export function createOpenPlugin(" |
216 | | - ] |
217 | | - }, |
218 | | - "./plugin-mdx": { |
219 | | - "sha256": "d935ba8f764d12bb95cacbe38e1d88ddb3c647560af5d293f0cccb84ecd85601", |
220 | | - "publicDeclarations": [ |
221 | | - "export interface OpenMdxPluginOptions {", |
222 | | - "export function mdxPlugin(options: OpenMdxPluginOptions = {}): Plugin {" |
223 | | - ] |
224 | | - }, |
225 | | - "./route-manifest": { |
226 | | - "sha256": "383a1fdf94c5df10b62fbbdcc3e9d021dfbab222e7c232c3358718d8a866a8f8", |
227 | | - "publicDeclarations": [ |
228 | | - "export interface GenerateRouteManifestOptions {", |
229 | | - "export const routeManifest = {} as const;", |
230 | | - "export const routeManifest = {" |
231 | | - ] |
232 | | - }, |
233 | 147 | "./sitemap": { |
234 | 148 | "sha256": "2c24151329624e9adde127f4762580ff3ac75fff4a66818fc83d7100d91a9135", |
235 | 149 | "publicDeclarations": [ |
|
0 commit comments