ndsc-vue-quill 25.12.3010 → 25.12.3011

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ndsc-vue-quill",
3
3
  "private": false,
4
- "version": "25.12.3010",
4
+ "version": "25.12.3011",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
package/vite.config.js CHANGED
@@ -6,8 +6,8 @@ export default defineConfig({
6
6
  plugins: [vue()],
7
7
  build: {
8
8
  lib: {
9
- entry: "./src/components/index.js", // Path of library entry
10
- name: "NdscVueQuill", // The name of the exposed global variable. Required 公开的全局变量的名称
9
+ entry: "./src/components/index.js", // Path of library entry.
10
+ name: "NdscVueQuill", // The name of the exposed global variable. 暴露的全局变量的名称
11
11
  fileName: "ndsc-vue-quill", // The name of the package file output. The default file name is the name option of the project package.json. It can also be defined as a function taking the format as an argument.
12
12
  },
13
13
  rollupOptions: {
@@ -1,12 +0,0 @@
1
- {
2
- "search.exclude": {
3
- "**/node_modules": true,
4
- "**/build": true,
5
- "**/dist": true,
6
- "**/.git": true,
7
- "**/.vscode": true,
8
- "**/images": true,
9
- "**/images-hgcq-ihg": true,
10
- "**/images-whcq": true
11
- }
12
- }