@sapui5/sap.fe.navigation 1.99.0 → 1.100.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapui5/sap.fe.navigation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.100.0",
|
|
4
4
|
"description": "SAPUI5 Library sap.fe.navigation",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "SAP SE (https://www.sap.com)",
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "echo 'nothing to do'",
|
|
10
10
|
"prepare-npm-sources": "babel target/npm-sources/src --out-dir target/npm-sources/src --extensions \".ts\" --config-file ../../.babelrc",
|
|
11
|
+
"prepare-ts-class-doc": "echo 'nothing to do'",
|
|
11
12
|
"prepare-ui5-build-sources": "mkdirp target/ui5-build-tmp/src && babel src --out-dir target/ui5-build-tmp/src --extensions \".ts\" --config-file ../../.babelrc",
|
|
12
13
|
"test": "echo 'nothing to do'"
|
|
13
14
|
},
|
|
@@ -27,7 +27,7 @@ sap.ui.define(
|
|
|
27
27
|
// library dependencies
|
|
28
28
|
sap.ui.getCore().initLibrary({
|
|
29
29
|
name: "sap.fe.navigation",
|
|
30
|
-
version: "1.
|
|
30
|
+
version: "1.100.0",
|
|
31
31
|
dependencies: ["sap.ui.core"],
|
|
32
32
|
types: ["sap.fe.navigation.NavType", "sap.fe.navigation.ParamHandlingMode", "sap.fe.navigation.SuppressionBehavior"],
|
|
33
33
|
interfaces: [],
|