@brillout/vite-plugin-server-entry
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -15,3 +15,3 @@ export { serverEntryPlugin }; | ||
*/ | ||
declare function serverEntryPlugin(pluginConfigProvidedByLibrary: PluginConfigProvidedByLibrary): Plugin_; | ||
declare function serverEntryPlugin(pluginConfigProvidedByLibrary: PluginConfigProvidedByLibrary): Plugin_[]; | ||
declare type Plugin_ = any; | ||
@@ -18,0 +18,0 @@ declare function findServerEntry<OutputBundle extends Record<string, { |
export { assert }; | ||
export { assertUsage }; | ||
export { logLabel }; | ||
declare const logLabel: "[@brillout/vite-plugin-server-entry@0.4.2]"; | ||
declare const logLabel: "[@brillout/vite-plugin-server-entry@0.4.3]"; | ||
declare function assert(condition: unknown, debugInfo?: unknown): asserts condition; | ||
declare function assertUsage(condition: unknown, errorMessage: string): asserts condition; |
export declare const projectInfo: { | ||
projectName: "@brillout/vite-plugin-server-entry"; | ||
npmPackageName: "@brillout/vite-plugin-server-entry"; | ||
projectVersion: "0.4.2"; | ||
projectVersion: "0.4.3"; | ||
githubRepository: "https://github.com/brillout/vite-plugin-server-entry"; | ||
}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.projectInfo = void 0; | ||
const PROJECT_VERSION = '0.4.2'; | ||
const PROJECT_VERSION = '0.4.3'; | ||
exports.projectInfo = { | ||
@@ -6,0 +6,0 @@ projectName: '@brillout/vite-plugin-server-entry', |
{ | ||
"name": "@brillout/vite-plugin-server-entry", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@brillout/import": "^0.2.3" |
51988