@privateaim/server-core-worker-kit 0.7.18 → 0.7.20

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/CHANGELOG.md +32 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.20](https://github.com/PrivateAIM/hub/compare/v0.7.19...v0.7.20) (2025-09-24)
4
+
5
+
6
+ ### Features
7
+
8
+ * rename server-analysis-manager to server-core-worker service ([#1166](https://github.com/PrivateAIM/hub/issues/1166)) ([fd5aa52](https://github.com/PrivateAIM/hub/commit/fd5aa52083d77c4083017b4447043818ea18a200))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @privateaim/core-kit bumped from ^0.8.18 to ^0.8.19
16
+ * @privateaim/kit bumped from ^0.8.18 to ^0.8.19
17
+ * @privateaim/server-kit bumped from ^0.8.18 to ^0.8.19
18
+
19
+ ## [0.7.19](https://github.com/PrivateAIM/hub/compare/v0.7.18...v0.7.19) (2025-09-16)
20
+
21
+
22
+ ### Features
23
+
24
+ * rename server-analysis-manager to server-core-worker service ([#1166](https://github.com/PrivateAIM/hub/issues/1166)) ([fd5aa52](https://github.com/PrivateAIM/hub/commit/fd5aa52083d77c4083017b4447043818ea18a200))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * dependencies
31
+ * @privateaim/core-kit bumped from ^0.8.17 to ^0.8.18
32
+ * @privateaim/kit bumped from ^0.8.17 to ^0.8.18
33
+ * @privateaim/server-kit bumped from ^0.8.17 to ^0.8.18
34
+
3
35
  ## [0.7.18](https://github.com/PrivateAIM/hub/compare/v0.7.17...v0.7.18) (2025-09-01)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/server-core-worker-kit",
3
- "version": "0.7.18",
3
+ "version": "0.7.20",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "exports": {
@@ -26,9 +26,9 @@
26
26
  "build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
27
27
  },
28
28
  "dependencies": {
29
- "@privateaim/core-kit": "^0.8.17",
30
- "@privateaim/kit": "^0.8.17",
31
- "@privateaim/server-kit": "^0.8.17",
29
+ "@privateaim/core-kit": "^0.8.19",
30
+ "@privateaim/kit": "^0.8.19",
31
+ "@privateaim/server-kit": "^0.8.19",
32
32
  "singa": "^1.0.0"
33
33
  },
34
34
  "devDependencies": {