@siemens/element-translate-cli 48.0.0-next.9 → 48.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.
@@ -97,7 +97,7 @@ function generateFiles() {
97
97
  const interfaceLine = keys.map(key => ` '${key}'?: string;`);
98
98
  const interfaceFull = `/* eslint-disable */
99
99
 
100
- // Auto-generated file. Run 'npm run build:all:update-translatable-keys' to update.
100
+ // Auto-generated file. Run 'npx update-translatable-keys' to update.
101
101
 
102
102
  export interface ${config.keysInterfaceName} {
103
103
  ${interfaceLine.join('\n')}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@siemens/element-translate-cli",
3
3
  "description": "Element translation abstraction layer CLI.",
4
- "version": "48.0.0-next.9",
4
+ "version": "48.0.1",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "repository": {