@5minds/processcube_engine_sdk 3.3.1 → 3.4.0-develop-654536-ljdxgkye
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 +1 -1
- package/package.json +5 -8
package/README.md
CHANGED
|
@@ -68,7 +68,7 @@ Jede Extension muss mindestens eine eigene package.json mit `name`, `version` un
|
|
|
68
68
|
"version": "1.0.0",
|
|
69
69
|
"main": "index.js",
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@5minds/processcube_engine_sdk": "
|
|
71
|
+
"@5minds/processcube_engine_sdk": "^3.3.0"
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
```
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@5minds/processcube_engine_sdk",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0-develop-654536-ljdxgkye",
|
|
4
4
|
"description": "Software development kit for the Engine.",
|
|
5
5
|
"main": "dist/commonjs/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/atlas-engine/
|
|
9
|
+
"url": "git+https://github.com/atlas-engine/Engine.SDK.git"
|
|
10
10
|
},
|
|
11
11
|
"author": {
|
|
12
12
|
"name": "5Minds IT-Solutions GmbH & Co. KG",
|
|
@@ -16,17 +16,14 @@
|
|
|
16
16
|
"maintainers": [
|
|
17
17
|
"Alexander Kasten <alexander.kasten@5minds.de>",
|
|
18
18
|
"Christian Werner <christian.werner@5minds.de>",
|
|
19
|
-
"René Föhring <rene.foehring@5minds.de>",
|
|
20
|
-
"Steffen Knaup <steffen.knaup@5minds.de>",
|
|
21
19
|
"Sebastian Griesa <sebastian.griesa@5minds.de>"
|
|
22
20
|
],
|
|
23
21
|
"license": "MIT",
|
|
24
|
-
"homepage": "https://github.com/atlas-engine/
|
|
22
|
+
"homepage": "https://github.com/atlas-engine/Engine.SDK#readme",
|
|
25
23
|
"bugs": {
|
|
26
|
-
"url": "https://github.com/atlas-engine/
|
|
24
|
+
"url": "https://github.com/atlas-engine/Engine.SDK/issues"
|
|
27
25
|
},
|
|
28
26
|
"scripts": {
|
|
29
|
-
"reinstall": "./reinstall.sh",
|
|
30
27
|
"clean": "rm -rf dist",
|
|
31
28
|
"clean-build": "npm run clean && npm run build",
|
|
32
29
|
"build": "npm run build-commonjs && npm run build-amd",
|
|
@@ -45,7 +42,7 @@
|
|
|
45
42
|
"devDependencies": {
|
|
46
43
|
"@atlas-engine/fullstack_server": "15.0.0",
|
|
47
44
|
"@types/mocha": "^10.0.1",
|
|
48
|
-
"@types/node": "^16.
|
|
45
|
+
"@types/node": "^18.16.0",
|
|
49
46
|
"inversify": "6.0.1",
|
|
50
47
|
"mocha": "^10.2.0",
|
|
51
48
|
"should": "^13.2.3",
|