@uni_toolkit/vite-plugin-component-config 0.0.16 → 0.0.17-alpha.1775978188357
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.cjs +3 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -33,11 +33,11 @@ __export(src_exports, {
|
|
|
33
33
|
default: () => vitePluginComponentConfig
|
|
34
34
|
});
|
|
35
35
|
module.exports = __toCommonJS(src_exports);
|
|
36
|
-
var import_shared = require("@uni_toolkit/shared");
|
|
37
|
-
var import_pluginutils = require("@rollup/pluginutils");
|
|
38
|
-
var import_node_path = __toESM(require("path"), 1);
|
|
39
36
|
var import_node_fs = __toESM(require("fs"), 1);
|
|
37
|
+
var import_node_path = __toESM(require("path"), 1);
|
|
40
38
|
var import_uni_cli_shared = require("@dcloudio/uni-cli-shared");
|
|
39
|
+
var import_pluginutils = require("@rollup/pluginutils");
|
|
40
|
+
var import_shared = require("@uni_toolkit/shared");
|
|
41
41
|
|
|
42
42
|
// ../../node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js
|
|
43
43
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
|
-
import { getOutputJsonPath, isMiniProgram } from "@uni_toolkit/shared";
|
|
3
|
-
import { createFilter } from "@rollup/pluginutils";
|
|
4
|
-
import path from "node:path";
|
|
5
2
|
import fs from "node:fs";
|
|
3
|
+
import path from "node:path";
|
|
6
4
|
import { parseJson } from "@dcloudio/uni-cli-shared";
|
|
5
|
+
import { createFilter } from "@rollup/pluginutils";
|
|
6
|
+
import { getOutputJsonPath, isMiniProgram } from "@uni_toolkit/shared";
|
|
7
7
|
|
|
8
8
|
// ../../node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js
|
|
9
9
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uni_toolkit/vite-plugin-component-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17-alpha.1775978188357",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "chouchouji <1305974212@qq.com>",
|
|
6
6
|
"type": "module",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@dcloudio/uni-cli-shared": "3.0.0-alpha-4080120250820001",
|
|
41
41
|
"@rollup/pluginutils": "^5.3.0",
|
|
42
42
|
"lodash-es": "^4.17.21",
|
|
43
|
-
"@uni_toolkit/shared": "0.0.
|
|
43
|
+
"@uni_toolkit/shared": "0.0.17-alpha.1775978188357"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"typescript": "5.3.3",
|