@5minds/processcube_engine_client 6.2.0-develop-a23be2-memmh348 → 6.2.0-develop-bb0e5b-mesauix0
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/package.json +13 -13
- package/scripts/add-box-release-tag.sh +0 -0
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-
|
|
7
|
+
"version": "6.2.0-develop-bb0e5b-mesauix0",
|
|
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",
|
|
@@ -27,17 +27,7 @@
|
|
|
27
27
|
"bugs": {
|
|
28
28
|
"url": "https://github.com/5minds/ProcessCube.Client.ts/issues"
|
|
29
29
|
},
|
|
30
|
-
"scripts": {
|
|
31
|
-
"build": "tsc",
|
|
32
|
-
"build:test": "tsc --project tsconfig.tests.json",
|
|
33
|
-
"test": "node ./dist_test/commonjs/test/smoke-test.js",
|
|
34
|
-
"prepare-version": "ci_tools prepare-version --allow-dirty-workdir --force",
|
|
35
|
-
"commit-and-tag-version": "ci_tools commit-and-tag-version --only-on-primary-branches && ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag",
|
|
36
|
-
"publish-npm-package": "ci_tools publish-npm-package --create-tag-from-branch-name",
|
|
37
|
-
"add-box-release-tag": "./scripts/add-box-release-tag.sh"
|
|
38
|
-
},
|
|
39
30
|
"dependencies": {
|
|
40
|
-
"@5minds/processcube_engine_sdk": "workspace:*",
|
|
41
31
|
"async-lock": "^1.4.1",
|
|
42
32
|
"bufferutil": "4.0.9",
|
|
43
33
|
"cross-fetch": "4.1.0",
|
|
@@ -45,11 +35,21 @@
|
|
|
45
35
|
"openid-client": "^6.1.7",
|
|
46
36
|
"socket.io-client": "4.8.1",
|
|
47
37
|
"utf-8-validate": "5.0.10",
|
|
48
|
-
"uuid": "^11.0.0"
|
|
38
|
+
"uuid": "^11.0.0",
|
|
39
|
+
"@5minds/processcube_engine_sdk": "7.2.0-develop-bb0e5b-mesauiyp"
|
|
49
40
|
},
|
|
50
41
|
"devDependencies": {
|
|
51
42
|
"@types/node": "^22.10.2",
|
|
52
43
|
"typescript": "^5.5.3",
|
|
53
44
|
"why-is-node-running": "^3.2.1"
|
|
45
|
+
},
|
|
46
|
+
"scripts": {
|
|
47
|
+
"build": "tsc",
|
|
48
|
+
"build:test": "tsc --project tsconfig.tests.json",
|
|
49
|
+
"test": "node ./dist_test/commonjs/test/smoke-test.js",
|
|
50
|
+
"prepare-version": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.Client.ts- ci_tools prepare-version --allow-dirty-workdir --force",
|
|
51
|
+
"commit-and-tag-version": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.Client.ts- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.Client.ts- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag",
|
|
52
|
+
"publish-npm-package": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.Client.ts- ci_tools publish-npm-package --create-tag-from-branch-name",
|
|
53
|
+
"add-box-release-tag": "./scripts/add-box-release-tag.sh"
|
|
54
54
|
}
|
|
55
|
-
}
|
|
55
|
+
}
|
|
File without changes
|