@kbss-cvut/s-forms 0.6.3-beta-c3d2fef.0 → 0.6.4
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/dist/s-forms.cjs +1 -1
- package/dist/s-forms.cjs.map +1 -1
- package/dist/s-forms.js +1 -1
- package/dist/s-forms.js.map +1 -1
- package/dist/s-forms.modern.js +1 -1
- package/dist/s-forms.modern.js.map +1 -1
- package/dist/s-forms.umd.js +1 -1
- package/dist/s-forms.umd.js.map +1 -1
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kbss-cvut/s-forms",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "Semantic forms generator and processor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"jsonld": "^0.4.12",
|
|
56
56
|
"jsonld-utils": "https://kbss.felk.cvut.cz/dist/jsonld-utils-0.0.11.tgz",
|
|
57
57
|
"microbundle": "^0.14.2",
|
|
58
|
+
"npm-packlist": "^7.0.2",
|
|
58
59
|
"prop-types": "^15.7.2",
|
|
59
60
|
"react-bootstrap": "1.0.1",
|
|
60
61
|
"react-datepicker": "^4.2.1",
|
|
@@ -105,6 +106,7 @@
|
|
|
105
106
|
"test": "jest",
|
|
106
107
|
"dev": "start-storybook --no-manager-cache -p 6006",
|
|
107
108
|
"build": "microbundle --jsx React.createElement --jsxFragment React.Fragment",
|
|
109
|
+
"build:lib": "npm run build && npm pack",
|
|
108
110
|
"build-storybook": "build-storybook",
|
|
109
111
|
"chromatic": "npx chromatic",
|
|
110
112
|
"release:patch": "npm test && standard-version --release-as patch && npm publish",
|