Skip to content

Commit

Permalink
feat: mendix client
Browse files Browse the repository at this point in the history
  • Loading branch information
engalar committed May 31, 2022
1 parent 94df47e commit 0d81cea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graph",
"widgetName": "Graph",
"version": "1.1.1",
"version": "1.1.2",
"description": "My widget description",
"packagePath": "mendixcn",
"author": "wengao.liu@siemens.com",
Expand Down Expand Up @@ -40,6 +40,7 @@
"@types/lodash-es": "^4.17.5",
"@types/react": "~17.0.1",
"@types/react-dom": "~17.0.1",
"@engalar/mendix-client": "^8.0.2",
"shx": "^0.3.4",
"mime": "^2.6.0",
"rollup": "^2.75.2",
Expand All @@ -48,4 +49,4 @@
"xml2js": "^0.4.23",
"zlib": "^1.0.5"
}
}
}
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { normalize } from 'path';
import commonjs from '@rollup/plugin-commonjs';
// import commonjs from '@rollup/plugin-commonjs';

export default args => {
const result = args.configDefaultConfig;
Expand Down
10 changes: 8 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"extends": "./node_modules/@mendix/pluggable-widgets-tools/configs/tsconfig.base.json"
}
"extends": "./node_modules/@mendix/pluggable-widgets-tools/configs/tsconfig.base.json",
"compilerOptions": {
"types": [
"@engalar/mendix-client",
"jest"
]
}
}

0 comments on commit 0d81cea

Please sign in to comment.