@5minds/processcube_app_sdk 8.2.1 → 8.2.2-alpha.1
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 +0 -7
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -83,10 +83,3 @@ Bei Problemen mit React muss ggf. noch die React Dependency des Zielprojekts zur
|
|
|
83
83
|
```shell
|
|
84
84
|
npm link <path-to-project>/node_modules/react
|
|
85
85
|
```
|
|
86
|
-
|
|
87
|
-
## Wen kann ich auf das Projekt ansprechen?
|
|
88
|
-
|
|
89
|
-
1. [Alexander Kasten](mailto:alexander.kasten@5minds.de)
|
|
90
|
-
2. [Matthias Danne](mailto:matthias.danne@5minds.de)
|
|
91
|
-
3. [Jeremy Hill](mailto:jeremy.hill@5minds.de)
|
|
92
|
-
4. [Marius Jahn](mailto:marius.jahn@5minds.de)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@5minds/processcube_app_sdk",
|
|
3
|
-
"version": "8.2.1",
|
|
3
|
+
"version": "8.2.2-alpha.1",
|
|
4
4
|
"description": "The SDK for ProcessCube Apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/common/index.cjs",
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"author": "ProcessCube UG",
|
|
65
65
|
"license": "MIT",
|
|
66
66
|
"bugs": {
|
|
67
|
-
"url": "https://
|
|
67
|
+
"url": "https://www.processcube.io/support-1",
|
|
68
68
|
"email": "info@processcube.io"
|
|
69
69
|
},
|
|
70
|
-
"homepage": "https://processcube.io/
|
|
70
|
+
"homepage": "https://docs.processcube.io/app-sdk",
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=24"
|
|
73
73
|
},
|