@cbs-consulting/generator-btp 1.0.0 → 1.0.1
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import prettierConfig from "cbs-tools/prettier/prettier.config.mjs"
|
|
1
|
+
import prettierConfig from "@cbs-consulting/tools/prettier/prettier.config.mjs"
|
|
2
2
|
export default prettierConfig
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import ui5TsConfig from "cbs-tools/eslint/ui5/ts/eslint.config.mjs"
|
|
2
|
-
export default ui5TsConfig
|
|
1
|
+
import ui5TsConfig from "@cbs-consulting/tools/eslint/ui5/ts/eslint.config.mjs";
|
|
2
|
+
export default ui5TsConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cbs-consulting/generator-btp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Yeoman generator for bootstrapping CAP/UI5 projects with TypeScript, ESLint, and other essential configurations",
|
|
5
5
|
"main": "generators/app/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -36,7 +36,10 @@
|
|
|
36
36
|
"yeoman-assert": "3.1.1",
|
|
37
37
|
"yeoman-test": "7.4.0"
|
|
38
38
|
},
|
|
39
|
+
"publishConfig": {
|
|
40
|
+
"access": "public"
|
|
41
|
+
},
|
|
39
42
|
"engines": {
|
|
40
|
-
"node": ">=
|
|
43
|
+
"node": ">=20.0.0"
|
|
41
44
|
}
|
|
42
45
|
}
|