@pubinfo-pr/vite 0.182.2 → 0.182.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.
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/load.js +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { UserConfig, UserConfigFnObject } from "rolldown-vite";
|
|
2
2
|
import * as vite_plugin_vue_devtools0 from "vite-plugin-vue-devtools";
|
|
3
3
|
import { VitePluginVueDevToolsOptions } from "vite-plugin-vue-devtools";
|
|
4
|
-
import * as _pubinfo_unplugin_openapi0 from "@pubinfo/unplugin-openapi";
|
|
5
|
-
import { Options } from "@pubinfo/unplugin-openapi";
|
|
4
|
+
import * as _pubinfo_unplugin_openapi0 from "@pubinfo-pr/unplugin-openapi";
|
|
5
|
+
import { Options } from "@pubinfo-pr/unplugin-openapi";
|
|
6
6
|
export * from "rolldown-vite";
|
|
7
7
|
export * from "vite-plugin-fake-server/client";
|
|
8
8
|
|
|
@@ -52,7 +52,7 @@ interface CommitlintOptions {
|
|
|
52
52
|
interface PubinfoConfig {
|
|
53
53
|
/** `vite` */
|
|
54
54
|
vite?: UserConfig | UserConfigFnObject;
|
|
55
|
-
/** `@pubinfo/unplugin-openapi` */
|
|
55
|
+
/** `@pubinfo-pr/unplugin-openapi` */
|
|
56
56
|
openapi?: Options;
|
|
57
57
|
/** `resolver` */
|
|
58
58
|
resolver?: ResolverPluginOptions;
|
package/dist/index.js
CHANGED
|
@@ -34,7 +34,7 @@ import { libInjectCss } from "vite-plugin-lib-inject-css";
|
|
|
34
34
|
import VueDevTools from "vite-plugin-vue-devtools";
|
|
35
35
|
import vueLegacy from "@vitejs/plugin-legacy";
|
|
36
36
|
import { vitePluginFakeServer } from "vite-plugin-fake-server";
|
|
37
|
-
import OpenAPI from "@pubinfo/unplugin-openapi/vite";
|
|
37
|
+
import OpenAPI from "@pubinfo-pr/unplugin-openapi/vite";
|
|
38
38
|
import Unocss from "unocss/vite";
|
|
39
39
|
|
|
40
40
|
export * from "rolldown-vite"
|
package/dist/load.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo-pr/vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.182.
|
|
4
|
+
"version": "0.182.4",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"vue": "^3.5.17"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@pubinfo-pr/devtools": "0.182.
|
|
25
|
-
"@pubinfo-pr/shared": "0.182.
|
|
24
|
+
"@pubinfo-pr/devtools": "0.182.4",
|
|
25
|
+
"@pubinfo-pr/shared": "0.182.4",
|
|
26
26
|
"@pubinfo/unplugin-openapi": "^0.9.1",
|
|
27
27
|
"@vitejs/plugin-legacy": "^7.2.1",
|
|
28
28
|
"@vitejs/plugin-vue": "^6.0.0",
|