@sap-ux/ui5-library-writer 0.5.43 → 0.5.45

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/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aui5-library-writer"
11
11
  },
12
- "version": "0.5.43",
12
+ "version": "0.5.45",
13
13
  "license": "Apache-2.0",
14
14
  "main": "dist/index.js",
15
15
  "files": [
@@ -29,7 +29,7 @@
29
29
  "mem-fs": "2.1.0",
30
30
  "mem-fs-editor": "9.4.0",
31
31
  "semver": "7.5.4",
32
- "@sap-ux/project-access": "1.29.1",
32
+ "@sap-ux/project-access": "1.29.2",
33
33
  "@sap-ux/ui5-config": "0.26.1"
34
34
  },
35
35
  "devDependencies": {
@@ -11,6 +11,8 @@
11
11
  },
12
12
  "scripts": {
13
13
  "build": "ui5 build --clean-dest",
14
+ "deploy": "fiori verify",
15
+ "deploy-config": "fiori add deploy-config",
14
16
  "start": "fiori run --open test-resources/<%= libraryNamespaceURI %>/Example.html",
15
17
  "testsuite": "fiori run --open test-resources/<%= libraryNamespaceURI %>/qunit/testsuite.qunit.html",
16
18
  "test": "karma start --browsers=ChromeHeadless --singleRun=true"
@@ -11,6 +11,8 @@
11
11
  },
12
12
  "scripts": {
13
13
  "build": "ui5 build --clean-dest",
14
+ "deploy": "fiori verify",
15
+ "deploy-config": "fiori add deploy-config",
14
16
  "start": "fiori run --open test-resources/<%= libraryNamespaceURI %>/Example.html",
15
17
  "testsuite": "fiori run --open test-resources/<%= libraryNamespaceURI %>/qunit/testsuite.qunit.html",
16
18
  "test": "karma start --browsers=ChromeHeadless --singleRun=true"