@fkui/vue-labs 6.44.0 → 6.45.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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue-labs",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.45.0",
|
|
4
4
|
"description": "Experimental and unstable FKUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
],
|
|
44
44
|
"scripts": {
|
|
45
45
|
"prebuild": "run-s clean",
|
|
46
|
-
"build": "run-s build:lib build:
|
|
46
|
+
"build": "run-s build:lib build:selectors build:dts build:api",
|
|
47
47
|
"build:api": "fk-api-extractor --patch-augmentations api-extractor.*.json",
|
|
48
48
|
"build:dts": "vue-tsc -b",
|
|
49
49
|
"build:lib": "fk-build-vue-lib",
|
|
50
|
-
"build:
|
|
50
|
+
"build:selectors": "fk-build-selectors",
|
|
51
51
|
"clean": "rimraf -g .jest-cache *.tsbuildinfo coverage dist public temp test-results",
|
|
52
52
|
"prepack": "release-prepack --bundle --retain-scripts",
|
|
53
53
|
"postpack": "release-postpack",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"unit:watch": "jest --watch"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@fkui/date": "^6.
|
|
63
|
-
"@fkui/design": "^6.
|
|
64
|
-
"@fkui/logic": "^6.
|
|
65
|
-
"@fkui/vue": "^6.
|
|
62
|
+
"@fkui/date": "^6.45.0",
|
|
63
|
+
"@fkui/design": "^6.45.0",
|
|
64
|
+
"@fkui/logic": "^6.45.0",
|
|
65
|
+
"@fkui/vue": "^6.45.0",
|
|
66
66
|
"html-validate": ">= 7.9.0",
|
|
67
67
|
"vue": "^3.5.0"
|
|
68
68
|
},
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"node": ">= 20",
|
|
76
76
|
"npm": ">= 7"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "afd99cb8718a37a1440a2f4861adc563db42c36e"
|
|
79
79
|
}
|