File tree Expand file tree Collapse file tree 3 files changed +19
-11
lines changed
Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ OPTIONS
2020 This value must be set in your project configuration.
2121 Passing it as parameter to the cds-typer CLI has no effect.
2222
23+ --cache: < ; none | blake2s256> ;
24+ (default: none)
25+
26+ How to cache typer runs.
27+ none: fully run cds-typer whenever it is called
28+ blake2s256: only run if the blake2s256-hash of the model has changed. Hash is stored in a file between runs.
29+
2330 --help
2431
2532 This text.
@@ -74,6 +81,7 @@ OPTIONS
7481
7582 If set to true, properties in entities are
7683 always generated as optional (a?: T).
84+ Setting it to false makes properties non-optional instead (a: T).
7785
7886 --targetModuleType
7987 --target_module_type: < ; esm | cjs | auto> ;
@@ -85,7 +93,7 @@ OPTIONS
8593
8694 --useEntitiesProxy
8795 --use_entities_proxy: < ; true | false> ;
88- (default: false )
96+ (default: true )
8997
9098 If set to true the 'cds.entities' exports in the generated 'index.js'
9199 files will be wrapped in 'Proxy' objects
Original file line number Diff line number Diff line change 55| your-project | < ; Add your repository here> ; |
66| ---------------------- | --------------------------------------- |
77| @cap-js/asyncapi | 1.0.3 |
8- | @cap-js/cds-types | 0.9.0 |
8+ | @cap-js/cds-types | 0.10.0 |
99| @cap-js/db-service | 1.19.1 |
1010| @cap-js/openapi | 1.2.1 |
1111| @cap-js/sqlite | 1.10.0 |
12- | @sap/cds | 8.9.0 |
13- | @sap/cds-compiler | 5.9.0 |
14- | @sap/cds-dk (global) | 8.9.0 |
15- | @sap/cds-fiori | 1.4.0 |
12+ | @sap/cds | 8.9.2 |
13+ | @sap/cds-compiler | 5.9.2 |
14+ | @sap/cds-dk (global) | 8.9.1 |
15+ | @sap/cds-fiori | 1.4.1 |
1616| @sap/cds-foss | 5.0.1 |
1717| @sap/cds-mtxs | 2.7.0 |
1818| @sap/eslint-plugin-cds | 3.2.0 |
Original file line number Diff line number Diff line change 33> cds version
44
55<em >@cap-js/asyncapi</em >: 1.0.3
6- <em >@cap-js/cds-types</em >: 0.9 .0
6+ <em >@cap-js/cds-types</em >: 0.10 .0
77<em >@cap-js/db-service</em >: 1.19.1
88<em >@cap-js/openapi</em >: 1.2.1
99<em >@cap-js/sqlite</em >: 1.10.0
10- <em >@sap/cds</em >: 8.9.0
11- <em >@sap/cds-compiler</em >: 5.9.0
12- <em >@sap/cds-dk (global)</em >: 8.9.0
13- <em >@sap/cds-fiori</em >: 1.4.0
10+ <em >@sap/cds</em >: 8.9.2
11+ <em >@sap/cds-compiler</em >: 5.9.2
12+ <em >@sap/cds-dk (global)</em >: 8.9.1
13+ <em >@sap/cds-fiori</em >: 1.4.1
1414<em >@sap/cds-foss</em >: 5.0.1
1515<em >@sap/cds-mtxs</em >: 2.7.0
1616<em >@sap/eslint-plugin-cds</em >: 3.2.0
You can’t perform that action at this time.
0 commit comments