@kbss-cvut/s-forms 0.4.2-alpha-1371322.0 → 0.4.2-alpha-85ae9e1.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.
|
@@ -6,4 +6,3 @@ export declare const Form1: ComponentStory<React.ForwardRefExoticComponent<React
|
|
|
6
6
|
export declare const Form2: ComponentStory<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
|
|
7
7
|
export declare const TouristDestinationForm1: ComponentStory<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
|
|
8
8
|
export declare const TouristDestinationForm2: ComponentStory<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
|
|
9
|
-
export declare const OccurenceReportingForm: ComponentStory<React.ForwardRefExoticComponent<React.RefAttributes<any>>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kbss-cvut/s-forms",
|
|
3
|
-
"version": "0.4.2-alpha-
|
|
3
|
+
"version": "0.4.2-alpha-85ae9e1.0",
|
|
4
4
|
"description": "Semantic forms generator and processor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -89,9 +89,7 @@
|
|
|
89
89
|
"chromatic": "^6.5.3",
|
|
90
90
|
"css-loader": "^3.5.3",
|
|
91
91
|
"enzyme": "^3.11.0",
|
|
92
|
-
"husky": "^7.0.0",
|
|
93
92
|
"jest": "^26.0.1",
|
|
94
|
-
"lint-staged": "^13.0.3",
|
|
95
93
|
"prettier": "^2.5.1",
|
|
96
94
|
"query-string": "^6.13.5",
|
|
97
95
|
"react": "~17.0.2",
|
|
@@ -99,7 +97,8 @@
|
|
|
99
97
|
"standard-version": "^9.3.2",
|
|
100
98
|
"style-loader": "^1.2.1",
|
|
101
99
|
"typescript": "^4.5.5",
|
|
102
|
-
"watchify": "^3.11.1"
|
|
100
|
+
"watchify": "^3.11.1",
|
|
101
|
+
"husky": "^7.0.0"
|
|
103
102
|
},
|
|
104
103
|
"scripts": {
|
|
105
104
|
"test": "jest",
|
|
@@ -112,15 +111,11 @@
|
|
|
112
111
|
"release:minor": "npm test && standard-version --release-as minor && npm publish",
|
|
113
112
|
"prettier:check": "npx prettier --check .",
|
|
114
113
|
"prettier:format": "npx prettier --write .",
|
|
115
|
-
"precommit": "lint-staged",
|
|
116
114
|
"prepare": "husky install"
|
|
117
115
|
},
|
|
118
116
|
"standard-version": {
|
|
119
117
|
"releaseCommitMessageFormat": "[{{currentTag}}] Bump version"
|
|
120
118
|
},
|
|
121
|
-
"lint-staged": {
|
|
122
|
-
"*": "prettier --check"
|
|
123
|
-
},
|
|
124
119
|
"files": [
|
|
125
120
|
"dist/*.*",
|
|
126
121
|
"dist/**/*"
|