@dvelop-sdk/identityprovider 4.0.8 → 4.0.9

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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://developer.d-velop.de/documentation/idpapi/en">Identityprovider-App</a> in the d.velop cloud.</p>
18
+ <p>This package contains functionality for the <a href="https://help.d-velop.de/dev/documentation/identityprovider">Identityprovider-App</a> in the d.velop cloud.</p>
19
19
 
20
20
  <a href="https://d-velop.github.io/dvelop-sdk-node/modules/identityprovider.html"><strong>Explore the docs »</strong></a>
21
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dvelop-sdk/identityprovider",
3
3
  "description": "This package contains functionality for the Identityprovider-App in the d.velop cloud.",
4
- "version": "4.0.8",
4
+ "version": "4.0.9",
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
+ }