@dvelop-sdk/app-router 3.2.6 → 3.2.7
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
</br>
|
|
17
17
|
|
|
18
|
-
<p>This package contains functionality for the <a href="https://
|
|
18
|
+
<p>This package contains functionality for the <a href="https://help.d-velop.de/dev/documentation/cloudcenter-app">App-Router (aka Cloudcenter-App)</a> in the d.velop cloud.</p>
|
|
19
19
|
|
|
20
20
|
<a href="https://d-velop.github.io/dvelop-sdk-node/modules/app_router.html"><strong>Explore the docs »</strong></a>
|
|
21
21
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dvelop-sdk/app-router",
|
|
3
3
|
"description": "This package contains functionality for the App-Router in the d.velop cloud.",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.7",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"types": "lib/index.d.ts",
|
|
@@ -25,4 +25,4 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@dvelop-sdk/core": "^2.2.1"
|
|
27
27
|
}
|
|
28
|
-
}
|
|
28
|
+
}
|