@sap-ux/ui5-library-sub-generator 0.0.77 → 0.0.79

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.
@@ -3,7 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.runPostLibGenHook = exports.POST_LIB_GEN_COMMAND = void 0;
6
+ exports.POST_LIB_GEN_COMMAND = void 0;
7
+ exports.runPostLibGenHook = runPostLibGenHook;
7
8
  const logger_1 = __importDefault(require("./logger"));
8
9
  const i18n_1 = require("./i18n");
9
10
  exports.POST_LIB_GEN_COMMAND = 'sap.ux.library.generated.handler';
@@ -22,5 +23,4 @@ async function runPostLibGenHook(context) {
22
23
  logger_1.default.logger.error((0, i18n_1.t)('error.postLibGenHook', { error: e }));
23
24
  }
24
25
  }
25
- exports.runPostLibGenHook = runPostLibGenHook;
26
26
  //# sourceMappingURL=eventHook.js.map
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.t = void 0;
6
+ exports.t = t;
7
7
  const i18next_1 = __importDefault(require("i18next"));
8
8
  const ui5_lib_generator_i18n_json_1 = __importDefault(require("../translations/ui5-lib-generator.i18n.json"));
9
9
  const ui5LibGeneratorNs = 'ui5-lib-generator';
@@ -26,7 +26,6 @@ function t(key, options) {
26
26
  }
27
27
  return i18next_1.default.t(key, options);
28
28
  }
29
- exports.t = t;
30
29
  initI18n().catch(() => {
31
30
  // Needed for lint
32
31
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-library-sub-generator",
3
3
  "description": "Generator for creating UI5 libraries",
4
- "version": "0.0.77",
4
+ "version": "0.0.79",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -22,11 +22,11 @@
22
22
  "@sap-devx/yeoman-ui-types": "1.14.4",
23
23
  "i18next": "23.5.1",
24
24
  "yeoman-generator": "5.10.0",
25
- "@sap-ux/fiori-generator-shared": "0.9.11",
25
+ "@sap-ux/fiori-generator-shared": "0.10.1",
26
26
  "@sap-ux/fiori-tools-settings": "0.1.0",
27
- "@sap-ux/nodejs-utils": "0.1.8",
27
+ "@sap-ux/nodejs-utils": "0.1.9",
28
28
  "@sap-ux/ui5-info": "0.9.1",
29
- "@sap-ux/ui5-library-inquirer": "0.3.63",
29
+ "@sap-ux/ui5-library-inquirer": "0.3.65",
30
30
  "@sap-ux/ui5-library-writer": "0.5.61"
31
31
  },
32
32
  "devDependencies": {
@@ -39,7 +39,6 @@
39
39
  "jest-extended": "4.0.2",
40
40
  "mem-fs-editor": "9.4.0",
41
41
  "rimraf": "5.0.5",
42
- "typescript": "5.3.3",
43
42
  "yeoman-test": "6.3.0",
44
43
  "@sap-ux/jest-file-matchers": "0.2.1"
45
44
  },