@upstart.gg/vite-plugins 0.1.2 → 0.1.4
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UpstartBrandingPluginOptions } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin5 from "unplugin";
|
|
3
3
|
|
|
4
4
|
//#region src/vite-plugin-upstart-branding/plugin.d.ts
|
|
5
5
|
|
|
@@ -10,8 +10,8 @@ import * as unplugin8 from "unplugin";
|
|
|
10
10
|
* The badge appears at the bottom of the page, then fades out after a
|
|
11
11
|
* few seconds or when the user scrolls.
|
|
12
12
|
*/
|
|
13
|
-
declare const upstartBranding:
|
|
14
|
-
declare const _default: (options: UpstartBrandingPluginOptions) =>
|
|
13
|
+
declare const upstartBranding: unplugin5.UnpluginInstance<UpstartBrandingPluginOptions, boolean>;
|
|
14
|
+
declare const _default: (options: UpstartBrandingPluginOptions) => unplugin5.VitePlugin<any> | unplugin5.VitePlugin<any>[];
|
|
15
15
|
//#endregion
|
|
16
16
|
export { _default as default, upstartBranding };
|
|
17
17
|
//# sourceMappingURL=plugin.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UpstartEditorPluginOptions } from "./runtime/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin8 from "unplugin";
|
|
3
3
|
|
|
4
4
|
//#region src/vite-plugin-upstart-editor/plugin.d.ts
|
|
5
5
|
|
|
@@ -8,8 +8,8 @@ import * as unplugin5 from "unplugin";
|
|
|
8
8
|
*
|
|
9
9
|
* Injects the editor runtime into the app entry during build.
|
|
10
10
|
*/
|
|
11
|
-
declare const upstartEditor:
|
|
12
|
-
declare const _default: (options: UpstartEditorPluginOptions) =>
|
|
11
|
+
declare const upstartEditor: unplugin8.UnpluginInstance<UpstartEditorPluginOptions, boolean>;
|
|
12
|
+
declare const _default: (options: UpstartEditorPluginOptions) => unplugin8.VitePlugin<any> | unplugin8.VitePlugin<any>[];
|
|
13
13
|
//#endregion
|
|
14
14
|
export { _default as default, upstartEditor };
|
|
15
15
|
//# sourceMappingURL=plugin.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@upstart.gg/vite-plugins",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"oxc-parser": "^0.101.0",
|
|
24
24
|
"unplugin": "^2.3.11",
|
|
25
25
|
"zimmerframe": "^1.1.4",
|
|
26
|
-
"@upstart.gg/sdk": "^0.1.
|
|
26
|
+
"@upstart.gg/sdk": "^0.1.4"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/bun": "1.3.5",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
},
|
|
112
112
|
"peerDependencies": {
|
|
113
113
|
"zod": "4.2.1",
|
|
114
|
-
"@upstart.gg/sdk": "^0.1.
|
|
114
|
+
"@upstart.gg/sdk": "^0.1.4"
|
|
115
115
|
},
|
|
116
116
|
"author": "Upstart",
|
|
117
117
|
"publishConfig": {
|