@privateaim/server-core-worker-kit 0.7.21 → 0.7.22

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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.22](https://github.com/PrivateAIM/hub/compare/v0.7.21...v0.7.22) (2025-11-04)
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.20 to ^0.8.21
16
+ * @privateaim/kit bumped from ^0.8.20 to ^0.8.21
17
+ * @privateaim/server-kit bumped from ^0.8.20 to ^0.8.21
18
+
3
19
  ## [0.7.21](https://github.com/PrivateAIM/hub/compare/v0.7.20...v0.7.21) (2025-10-29)
4
20
 
5
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privateaim/server-core-worker-kit",
3
- "version": "0.7.21",
3
+ "version": "0.7.22",
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.20",
30
- "@privateaim/kit": "^0.8.20",
31
- "@privateaim/server-kit": "^0.8.20",
29
+ "@privateaim/core-kit": "^0.8.21",
30
+ "@privateaim/kit": "^0.8.21",
31
+ "@privateaim/server-kit": "^0.8.21",
32
32
  "singa": "^1.0.0"
33
33
  },
34
34
  "devDependencies": {