@sap-ux/project-access 1.29.18 → 1.29.20

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.
@@ -17,6 +17,10 @@ export declare const FileName: {
17
17
  readonly Ui5MockYaml: "ui5-mock.yaml";
18
18
  readonly UI5DeployYaml: "ui5-deploy.yaml";
19
19
  readonly PackageLock: "package-lock.json";
20
+ readonly XSAppJson: "xs-app.json";
21
+ readonly XSSecurityJson: "xs-security.json";
22
+ readonly DotGitIgnore: ".gitignore";
23
+ readonly MtaExtYaml: "mta-ext.mtaext";
20
24
  };
21
25
  export declare const DirName: {
22
26
  readonly Changes: "changes";
package/dist/constants.js CHANGED
@@ -21,7 +21,11 @@ exports.FileName = {
21
21
  Ui5LocalYaml: 'ui5-local.yaml',
22
22
  Ui5MockYaml: 'ui5-mock.yaml',
23
23
  UI5DeployYaml: 'ui5-deploy.yaml',
24
- PackageLock: 'package-lock.json'
24
+ PackageLock: 'package-lock.json',
25
+ XSAppJson: 'xs-app.json',
26
+ XSSecurityJson: 'xs-security.json',
27
+ DotGitIgnore: '.gitignore',
28
+ MtaExtYaml: 'mta-ext.mtaext'
25
29
  };
26
30
  exports.DirName = {
27
31
  Changes: 'changes',
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  Object.defineProperty(exports, "__esModule", { value: true });
26
36
  exports.getModulePath = getModulePath;
27
37
  exports.loadModuleFromProject = loadModuleFromProject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-access",
3
- "version": "1.29.18",
3
+ "version": "1.29.20",
4
4
  "description": "Library to access SAP Fiori tools projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  "mem-fs-editor": "9.4.0",
31
31
  "semver": "7.5.4",
32
32
  "@sap-ux/i18n": "0.2.3",
33
- "@sap-ux/ui5-config": "0.26.5"
33
+ "@sap-ux/ui5-config": "0.27.1"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/mem-fs": "1.1.2",