@5minds/processcube_engine_sdk 7.2.0-alpha.6 → 7.2.0-alpha.8

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/processcube_engine_sdk",
3
- "version": "7.2.0-alpha.6",
3
+ "version": "7.2.0-alpha.8",
4
4
  "description": "Software development kit for the Engine.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,27 +24,27 @@
24
24
  "url": "https://github.com/5minds/ProcessCube.Engine.SDK/issues"
25
25
  },
26
26
  "dependencies": {
27
- "dayjs": "^1.11.10",
27
+ "dayjs": "^1.11.18",
28
28
  "lodash.clonedeep": "^4.5.0",
29
- "pino": "^9.0.0",
29
+ "pino": "^9.9.5",
30
30
  "xml2js": "^0.6.2"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/express": "^5.0.0",
34
- "@types/mocha": "^10.0.3",
35
- "@types/node": "^22.7.4",
36
- "mocha": "^11.0.0",
37
- "reflect-metadata": "^0.2.0",
33
+ "@types/express": "^5.0.3",
34
+ "@types/mocha": "^10.0.10",
35
+ "@types/node": "^24.4.0",
36
+ "mocha": "^11.7.2",
37
+ "reflect-metadata": "^0.2.2 ",
38
38
  "should": "^13.2.3",
39
- "ts-mocha": "^11.0.0",
40
- "typescript": "~5.8.0"
39
+ "ts-mocha": "^11.1.0",
40
+ "typescript": "^5.9.2"
41
41
  },
42
42
  "scripts": {
43
43
  "build": "tsc",
44
44
  "test": "ts-mocha -p ./tsconfig.json \"./src/**/*.spec.ts\" ./test/**/*.spec.ts --exit",
45
45
  "prepare-version": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.SDK- ci_tools prepare-version --allow-dirty-workdir --force",
46
46
  "commit-and-tag-version": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.SDK- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.SDK- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag",
47
- "publish-npm-package": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.SDK- ci_tools publish-npm-package --create-tag-from-branch-name",
47
+ "publish-npm-package": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.SDK- ci_tools publish-npm-package --create-tag-from-branch-name",
48
48
  "add-box-release-tag": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.SDK- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine_sdk@$VERSION $BOX_RELEASE_TAG"
49
49
  }
50
50
  }