@brillout/vite-plugin-server-entry
Advanced tools
Comparing version 0.4.11 to 0.4.12
export { assert }; | ||
export { assertUsage }; | ||
export { logLabel }; | ||
declare const logLabel: "[@brillout/vite-plugin-server-entry@0.4.11]"; | ||
declare const logLabel: "[@brillout/vite-plugin-server-entry@0.4.12]"; | ||
declare function assert(condition: unknown, debugInfo?: unknown): asserts condition; | ||
declare function assertUsage(condition: unknown, errorMessage: string): asserts condition; |
@@ -1,1 +0,1 @@ | ||
export declare const PROJECT_VERSION: "0.4.11"; | ||
export declare const PROJECT_VERSION: "0.4.12"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PROJECT_VERSION = void 0; | ||
exports.PROJECT_VERSION = '0.4.11'; | ||
exports.PROJECT_VERSION = '0.4.12'; |
export declare const projectInfo: { | ||
projectName: "@brillout/vite-plugin-server-entry"; | ||
npmPackageName: "@brillout/vite-plugin-server-entry"; | ||
projectVersion: "0.4.11"; | ||
projectVersion: "0.4.12"; | ||
githubRepository: "https://github.com/brillout/vite-plugin-server-entry"; | ||
}; |
{ | ||
"name": "@brillout/vite-plugin-server-entry", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"repository": "https://github.com/brillout/vite-plugin-server-entry", | ||
@@ -12,2 +12,3 @@ "dependencies": { | ||
"./plugin.js": "./dist/plugin/index.js", | ||
"./importServerEntry": "./dist/runtime/index.js", | ||
"./importServerEntry.js": "./dist/runtime/index.js" | ||
@@ -51,2 +52,5 @@ }, | ||
], | ||
"importServerEntry": [ | ||
"./dist/runtime/index.d.ts" | ||
], | ||
"importServerEntry.js": [ | ||
@@ -53,0 +57,0 @@ "./dist/runtime/index.d.ts" |
54468