File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
packages/pluggableWidgets/document-viewer-web Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2525 "appName" : " Document Viewer" ,
2626 "reactReady" : true
2727 },
28+ "testProject" : {
29+ "githubUrl" : " https://github.com/mendix/testProjects" ,
30+ "branchName" : " document-viewer-web"
31+ },
2832 "scripts" : {
2933 "build" : " pluggable-widgets-tools build:web" ,
34+ "create-gh-release" : " rui-create-gh-release" ,
35+ "create-translation" : " rui-create-translation" ,
3036 "dev" : " pluggable-widgets-tools start:web" ,
3137 "format" : " prettier --ignore-path ./node_modules/@mendix/prettier-config-web-widgets/global-prettierignore --write ." ,
3238 "lint" : " eslint src/ package.json" ,
39+ "publish-marketplace" : " rui-publish-marketplace" ,
3340 "release" : " pluggable-widgets-tools release:web" ,
3441 "start" : " pluggable-widgets-tools start:server" ,
35- "test" : " echo 'FIXME: Add unit tests'"
42+ "test" : " echo 'FIXME: Add unit tests'" ,
43+ "update-changelog" : " rui-update-changelog-widget" ,
44+ "verify" : " rui-verify-package-format"
3645 },
3746 "dependencies" : {
3847 "@mendix/widget-plugin-component-kit" : " workspace:*" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://www.mendix.com/package/1.0/" >
3- <clientModule name =" DocumentViewer" version =" 1.0 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
3+ <clientModule name =" DocumentViewer" version =" 1.1 .0" xmlns =" http://www.mendix.com/clientModule/1.0/" >
44 <widgetFiles >
55 <widgetFile path =" DocumentViewer.xml" />
66 </widgetFiles >
You can’t perform that action at this time.
0 commit comments