santech-galaxy-component 2.3.11 → 2.3.13

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,6 +1,6 @@
1
1
  {
2
2
  "name": "santech-galaxy-component",
3
- "version": "2.3.11",
3
+ "version": "2.3.13",
4
4
  "private": false,
5
5
  "description": "基于vue3的前端业务组件库 多语系",
6
6
  "main": "lib/index.umd.min.js",
package/.gitignore copy DELETED
@@ -1,24 +0,0 @@
1
- .DS_Store
2
- node_modules
3
- /dist
4
- /lib
5
-
6
-
7
- # local env files
8
- .env.local
9
- .env.*.local
10
-
11
- # Log files
12
- npm-debug.log*
13
- yarn-debug.log*
14
- yarn-error.log*
15
- pnpm-debug.log*
16
-
17
- # Editor directories and files
18
- .idea
19
- .vscode
20
- *.suo
21
- *.ntvs*
22
- *.njsproj
23
- *.sln
24
- *.sw?