@5minds/processcube_engine_client 6.2.0-develop-215ab3-mfursvs8 → 6.2.0-develop-2c28ae-mfuu43zy

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 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  Ein NodeJS basierter Client zur Kommunikation mit der ProcessCube Engine.
4
4
 
5
- Codebeispiele zur Verwendung des Clients und der External Task Worker [finden sich hier](./samples).
6
-
7
5
  ## Schnelleinstieg
8
6
 
9
7
  ```ts
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.0-develop-215ab3-mfursvs8",
7
+ "version": "6.2.0-develop-2c28ae-mfuu43zy",
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",
@@ -36,10 +36,10 @@
36
36
  "socket.io-client": "4.8.1",
37
37
  "utf-8-validate": "5.0.10",
38
38
  "uuid": "^13.0.0",
39
- "@5minds/processcube_engine_sdk": "7.2.0-develop-215ab3-mfursvng"
39
+ "@5minds/processcube_engine_sdk": "7.2.0-develop-2c28ae-mfuu43xp"
40
40
  },
41
41
  "devDependencies": {
42
- "@types/node": "^24.4.0",
42
+ "@types/node": "^24.5.2",
43
43
  "typescript": "^5.9.2",
44
44
  "why-is-node-running": "^3.2.2"
45
45
  },