@pubinfo-pr/vite 0.182.2 → 0.182.3

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 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"
@@ -480,7 +480,7 @@ function createAutoImport() {
480
480
  "vue",
481
481
  "vue-router",
482
482
  "pinia",
483
- { pubinfo: ["useAuth"] }
483
+ { pubinfo-pr: ["useAuth"] }
484
484
  ],
485
485
  ignore: ["h"],
486
486
  dts: "./.pubinfo/auto-imports.d.ts",
package/dist/load.js CHANGED
@@ -155,7 +155,7 @@ export const inspectorUtils = {
155
155
 
156
156
  try {
157
157
  // 发送一个测试事件
158
- const testEventName = `pubinfo:test:${Date.now()}`;
158
+ const testEventName = `pubinfo-pr:test:${Date.now()}`;
159
159
  let received = false;
160
160
 
161
161
  // 监听响应
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo-pr/vite",
3
3
  "type": "module",
4
- "version": "0.182.2",
4
+ "version": "0.182.3",
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.2",
25
- "@pubinfo-pr/shared": "0.182.2",
24
+ "@pubinfo-pr/devtools": "0.182.3",
25
+ "@pubinfo-pr/shared": "0.182.3",
26
26
  "@pubinfo/unplugin-openapi": "^0.9.1",
27
27
  "@vitejs/plugin-legacy": "^7.2.1",
28
28
  "@vitejs/plugin-vue": "^6.0.0",