@5minds/processcube_engine_client 6.2.1-develop-ca239b-mlju3ron → 6.2.1-develop-15a96e-mljz6ttp

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "utf-8-validate": "Not used by the client directly, but a requirement of the 'ws' sub-dependency. Since it is not available in the browser, the client would be unusable for the APP SDK, if we did not install it explicitly here"
5
5
  },
6
6
  "name": "@5minds/processcube_engine_client",
7
- "version": "6.2.1-develop-ca239b-mlju3ron",
7
+ "version": "6.2.1-develop-15a96e-mljz6ttp",
8
8
  "description": "Contains a typescript based client for accessing the Engine.",
9
9
  "main": "dist/commonjs/index.js",
10
10
  "types": "dist/index.d.ts",
@@ -13,14 +13,14 @@
13
13
  "url": "git+https://github.com/5minds/ProcessCube.Client.ts.git"
14
14
  },
15
15
  "author": {
16
- "name": "5Minds IT-Solutions GmbH & Co. KG",
17
- "email": "info@5minds.de",
18
- "url": "https://5minds.de/"
16
+ "name": "ProcessCube UG (haftungsbeschränkt)",
17
+ "email": "info@processcube.io",
18
+ "url": "https://processcube.io/"
19
19
  },
20
20
  "maintainers": [
21
- "Alexander Kasten <alexander.kasten@5minds.de>",
22
- "Christian Werner <christian.werner@5minds.de>",
23
- "Sebastian Griesa <sebastian.griesa@5minds.de>"
21
+ "Martin Moellenbeck <mm@processcube.io>",
22
+ "Robin Lenz <rl@processcube.io>",
23
+ "Cuby ProcessCube <cuby@processcube.io>"
24
24
  ],
25
25
  "license": "MIT",
26
26
  "homepage": "https://github.com/5minds/ProcessCube.Client.ts#readme",
@@ -39,7 +39,7 @@
39
39
  "socket.io-client": "4.8.1",
40
40
  "utf-8-validate": "5.0.10",
41
41
  "uuid": "^13.0.0",
42
- "@5minds/processcube_engine_sdk": "7.2.0-develop-ca239b-mlju3rq1"
42
+ "@5minds/processcube_engine_sdk": "7.2.0-develop-15a96e-mljz6tq3"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^24.7.2",