File tree Expand file tree Collapse file tree 11 files changed +24
-24
lines changed
Expand file tree Collapse file tree 11 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 0.6.1 " ,
4+ "version" : " 1.0.0 " ,
55 "command" : {
66 "version" : {
77 "allowBranch" : " master" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " demo-common" ,
3- "version" : " 0.6 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " vue json schema form demo公共代码" ,
55 "keywords" : [
66 " @lljj/vjsf-utils" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " demo" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 1.0.0 " ,
44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "scripts" : {
1010 },
1111 "dependencies" : {
1212 "@lljj/polyfill" : " ^0.1.0" ,
13- "@lljj/vue-json-schema-form" : " 0.6.1 " ,
14- "@lljj/vue2-form-iview3" : " 0.6.1 " ,
13+ "@lljj/vue-json-schema-form" : " 1.0.0 " ,
14+ "@lljj/vue2-form-iview3" : " 1.0.0 " ,
1515 "ajv-i18n" : " ^3.5.0" ,
1616 "element-ui" : " ^2.14.1" ,
1717 "iview" : " ^3.5.4" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " demo-v3" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 1.0.0 " ,
44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "scripts" : {
1010 },
1111 "dependencies" : {
1212 "@lljj/polyfill" : " ^0.1.0" ,
13- "@lljj/vue3-form-element" : " 0.6.1 " ,
13+ "@lljj/vue3-form-element" : " 1.0.0 " ,
1414 "ajv-i18n" : " ^3.5.0" ,
15- "demo-common" : " 0.6 .0" ,
15+ "demo-common" : " 1.0 .0" ,
1616 "vue" : " ^3.0.0" ,
1717 "vuedraggable" : " 2.23.2"
1818 },
Original file line number Diff line number Diff line change 11{
22 "name" : " docs" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 1.0.0 " ,
44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "scripts" : {
99 "build" : " vuepress build docs"
1010 },
1111 "dependencies" : {
12- "@lljj/vue-json-schema-form" : " 0.6.1 " ,
12+ "@lljj/vue-json-schema-form" : " 1.0.0 " ,
1313 "element-ui" : " ^2.13.2" ,
1414 "v-distpicker" : " ^1.2.7"
1515 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @lljj/vjsf-utils" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " vue json schema form 使用的基础utils工具类" ,
55 "private" : false ,
66 "publishConfig" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @lljj/vue2-form-core" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " 基于 Vue 、JsonSchema快速构建一个带完整校验的form表单,vue2版本基础框架" ,
55 "main" : " src/index.js" ,
66 "module" : " src/index.js" ,
1414 "access" : " public"
1515 },
1616 "dependencies" : {
17- "@lljj/vjsf-utils" : " 0.6.1 "
17+ "@lljj/vjsf-utils" : " 1.0.0 "
1818 },
1919 "repository" : " https://github.com/lljj-x/vue-json-schema-form" ,
2020 "homepage" : " https://github.com/lljj-x/vue-json-schema-form" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lljj/vue-json-schema-form" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " 基于 Vue 、ElementUi、JsonSchema快速构建一个带完整校验的form表单" ,
55 "main" : " dist/vue2-form-element.umd.min.js" ,
66 "module" : " dist/vue2-form-element.esm.min.js" ,
1515 " jsonSchema"
1616 ],
1717 "dependencies" : {
18- "@lljj/vjsf-utils" : " 0.6.1 " ,
19- "@lljj/vue2-form-core" : " 0.6.1 "
18+ "@lljj/vjsf-utils" : " 1.0.0 " ,
19+ "@lljj/vue2-form-core" : " 1.0.0 "
2020 },
2121 "typings" : " types/index.d.ts" ,
2222 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @lljj/vue2-form-iview3" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " 基于 Vue 、iView3、JsonSchema快速构建一个带完整校验的form表单" ,
55 "main" : " dist/vue2-form-iview3.umd.min.js" ,
66 "module" : " dist/vue2-form-iview3.esm.min.js" ,
1616 " iView3"
1717 ],
1818 "dependencies" : {
19- "@lljj/vjsf-utils" : " 0.6.1 " ,
20- "@lljj/vue2-form-core" : " 0.6.1 "
19+ "@lljj/vjsf-utils" : " 1.0.0 " ,
20+ "@lljj/vue2-form-core" : " 1.0.0 "
2121 },
2222 "typings" : " types/index.d.ts" ,
2323 "files" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @lljj/vue3-form-core" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " 基于 Vue3 、JsonSchema快速构建一个带完整校验的form表单,vue3版本基础框架" ,
55 "main" : " src/index.js" ,
66 "module" : " src/index.js" ,
1414 "access" : " public"
1515 },
1616 "dependencies" : {
17- "@lljj/vjsf-utils" : " 0.6.1 "
17+ "@lljj/vjsf-utils" : " 1.0.0 "
1818 },
1919 "repository" : " https://github.com/lljj-x/vue-json-schema-form" ,
2020 "homepage" : " https://github.com/lljj-x/vue-json-schema-form" ,
You can’t perform that action at this time.
0 commit comments