@sdata/web-vue 1.0.0 → 1.2.0

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,13 +1,13 @@
1
1
  {
2
2
  "name": "@sdata/web-vue",
3
- "version": "1.0.0",
3
+ "version": "1.2.0",
4
4
  "description": "SD Design Vue: A Vue.js 3 UI Library",
5
5
  "keywords": [
6
6
  "sd",
7
7
  "vue"
8
8
  ],
9
9
  "homepage": "https://sd.design/vue",
10
- "license": "MIT",
10
+ "license": "AGPL-3.0-only",
11
11
  "author": "SData FE Team",
12
12
  "repository": {
13
13
  "type": "git",
@@ -53,6 +53,7 @@
53
53
  "@semantic-release/changelog": "^6.0.3",
54
54
  "@semantic-release/commit-analyzer": "^13.0.1",
55
55
  "@semantic-release/exec": "^7.1.0",
56
+ "@semantic-release/git": "^10.0.1",
56
57
  "@semantic-release/github": "^12.0.6",
57
58
  "@semantic-release/release-notes-generator": "^14.1.0",
58
59
  "@types/jest": "^30.0.0",
@@ -100,7 +101,6 @@
100
101
  "scripts": {
101
102
  "init": "pnpm run icongen && pnpm run lessgen && sd-vue-scripts build:component",
102
103
  "start": "sd-vue-scripts dev:component",
103
- "docgen": "sd-vue-scripts docgen",
104
104
  "icongen": "sd-vue-scripts icongen && pnpm run dtsgen:icon",
105
105
  "lessgen": "sd-vue-scripts lessgen",
106
106
  "jsongen": "sd-vue-scripts jsongen",