Skip to content

Commit

Permalink
2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePlenkov committed Jul 23, 2023
1 parent 2799ebe commit 2855117
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 44 deletions.
23 changes: 7 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fiori-tools",
"version": "2.0.10",
"version": "2.0.11",
"description": "Library of extensions for Fiori tools ( @sap/ux-ui5-tooling )",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -70,4 +70,4 @@
"test",
"git_modules/open-ux-tools/types"
]
}
}
4 changes: 2 additions & 2 deletions packages/direct-load/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fiori/direct-load",
"version": "2.0.10",
"version": "2.0.11",
"type": "module"
}
}
2 changes: 1 addition & 1 deletion packages/home-page/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fiori/home-page",
"version": "2.0.10",
"version": "2.0.11",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fiori/types",
"version": "2.0.10",
"version": "2.0.11",
"type": "module"
}
2 changes: 1 addition & 1 deletion packages/ui5-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fiori/ui5-ts",
"version": "2.0.10",
"version": "2.0.11",
"bin": "src/index.js",
"type": "module"
}
28 changes: 7 additions & 21 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,19 @@
"importHelpers": false,
"target": "es2015",
"module": "esnext",
"lib": [
"es2020",
"dom"
],
"lib": ["es2020", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@fiori/direct-load": [
"packages/direct-load/src/index.ts"
],
"@fiori/home-page": [
"packages/home-page/src/index.ts"
],
"@fiori/types": [
"packages/types/src/index.ts"
]
"@fiori/direct-load": ["packages/direct-load/src/index.ts"],
"@fiori/home-page": ["packages/home-page/src/index.ts"],
"@fiori/types": ["packages/types/src/index.ts"]
}
},
"exclude": [
"node_modules",
"tmp"
],
"exclude": ["node_modules", "tmp"],
"ts-node": {
"esm": true,
"require": [
"tsconfig-paths/register"
]
"require": ["tsconfig-paths/register"]
}
}
}

0 comments on commit 2855117

Please sign in to comment.