@sap-cloud-sdk/generator-common 4.2.1-20251219014401.0 → 4.2.1-20251220014302.0
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.
- package/dist/options-parser.d.ts +2 -2
- package/package.json +4 -4
package/dist/options-parser.d.ts
CHANGED
|
@@ -47,8 +47,8 @@ type ParsedOptionType<OptionT extends Option> = OptionT extends {
|
|
|
47
47
|
} ? ReturnT : InferredOptionType<Omit<OptionT, 'coerce'>>;
|
|
48
48
|
/**
|
|
49
49
|
* Union type of the options that specify the given property name.
|
|
50
|
-
* @
|
|
51
|
-
* @
|
|
50
|
+
* @template OptionPropertyT - The literal name of the property in each option.
|
|
51
|
+
* @template CliOptionsT - Configuration of CLI options.
|
|
52
52
|
*/
|
|
53
53
|
type OptionsWith<OptionPropertyT extends keyof Option, CliOptionsT extends Record<string, Option>> = {
|
|
54
54
|
[K in keyof CliOptionsT]: CliOptionsT[K] extends Record<OptionPropertyT, any> ? K : never;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/generator-common",
|
|
3
|
-
"version": "4.2.1-
|
|
3
|
+
"version": "4.2.1-20251220014302.0",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"readme": "ts-node ../../scripts/replace-common-readme.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@sap-cloud-sdk/util": "^4.2.1-
|
|
43
|
+
"@sap-cloud-sdk/util": "^4.2.1-20251220014302.0",
|
|
44
44
|
"fast-levenshtein": "~3.0.0",
|
|
45
|
-
"fs-extra": "^11.3.
|
|
45
|
+
"fs-extra": "^11.3.3",
|
|
46
46
|
"glob": "^13.0.0",
|
|
47
47
|
"typescript": "~5.9.3",
|
|
48
|
-
"prettier": "^3.
|
|
48
|
+
"prettier": "^3.7.4",
|
|
49
49
|
"yargs": "^17.7.2",
|
|
50
50
|
"voca": "^1.4.1"
|
|
51
51
|
},
|