@5minds/processcube_app_sdk 8.2.1 → 8.2.2-develop-695c77-mlkuom92

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 +0 -7
  2. package/package.json +1 -1
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-develop-695c77-mlkuom92",
4
4
  "description": "The SDK for ProcessCube Apps",
5
5
  "type": "module",
6
6
  "main": "build/common/index.cjs",