@privateaim/server-core-worker-kit 0.7.33 → 0.7.35

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/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.35](https://github.com/PrivateAIM/hub/compare/v0.7.34...v0.7.35) (2026-04-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * analysis-distributor ([#1285](https://github.com/PrivateAIM/hub/issues/1285)) ([5da60be](https://github.com/PrivateAIM/hub/commit/5da60be91c4ae27ea16369b5d7e3d09782118826))
9
+ * build/push progress analysis & master images ([#1345](https://github.com/PrivateAIM/hub/issues/1345)) ([ca9919f](https://github.com/PrivateAIM/hub/commit/ca9919f92e05a4f407dc8bb849c971068522e53e))
10
+ * check handlers for analysis building and distribution ([#1318](https://github.com/PrivateAIM/hub/issues/1318)) ([a43ba20](https://github.com/PrivateAIM/hub/commit/a43ba203223ee5ffc00e63c3ff1d8829970590b2))
11
+ * component caller(s) implementation ([#1295](https://github.com/PrivateAIM/hub/issues/1295)) ([3b21fe1](https://github.com/PrivateAIM/hub/commit/3b21fe1b2cf3d47332722578cff67359442d84eb))
12
+ * master-image component(s) ([#1300](https://github.com/PrivateAIM/hub/issues/1300)) ([94cd580](https://github.com/PrivateAIM/hub/commit/94cd58057082ba9c48dae52346bfe5a8cabb28d8))
13
+ * migrate to esm & replace jest with vitest ([#1368](https://github.com/PrivateAIM/hub/issues/1368)) ([5a4d9d1](https://github.com/PrivateAIM/hub/commit/5a4d9d1ce118f65740aa49caf948208eac299032))
14
+ * 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))
15
+ * storage components + component/handler refactoring ([#1289](https://github.com/PrivateAIM/hub/issues/1289)) ([c22db47](https://github.com/PrivateAIM/hub/commit/c22db471bb2a7e71f33a299926f38fde551efc39))
16
+ * store analysis build hash, size & os ([#1374](https://github.com/PrivateAIM/hub/issues/1374)) ([6110ba6](https://github.com/PrivateAIM/hub/commit/6110ba6c94b3321c1477173c35afdea8b04ad33d))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **build:** replace __dirname with import.meta.dirname and enable tsdown shims ([b08de35](https://github.com/PrivateAIM/hub/commit/b08de35f59d325fda2222a3290b75561936e88e1))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @privateaim/core-kit bumped from ^0.8.33 to ^0.8.34
29
+ * @privateaim/kit bumped from ^0.8.33 to ^0.8.34
30
+ * @privateaim/server-kit bumped from ^0.8.33 to ^0.8.34
31
+
32
+ ## [0.7.34](https://github.com/PrivateAIM/hub/compare/v0.7.33...v0.7.34) (2026-04-16)
33
+
34
+
35
+ ### Features
36
+
37
+ * analysis-distributor ([#1285](https://github.com/PrivateAIM/hub/issues/1285)) ([5da60be](https://github.com/PrivateAIM/hub/commit/5da60be91c4ae27ea16369b5d7e3d09782118826))
38
+ * build/push progress analysis & master images ([#1345](https://github.com/PrivateAIM/hub/issues/1345)) ([ca9919f](https://github.com/PrivateAIM/hub/commit/ca9919f92e05a4f407dc8bb849c971068522e53e))
39
+ * check handlers for analysis building and distribution ([#1318](https://github.com/PrivateAIM/hub/issues/1318)) ([a43ba20](https://github.com/PrivateAIM/hub/commit/a43ba203223ee5ffc00e63c3ff1d8829970590b2))
40
+ * component caller(s) implementation ([#1295](https://github.com/PrivateAIM/hub/issues/1295)) ([3b21fe1](https://github.com/PrivateAIM/hub/commit/3b21fe1b2cf3d47332722578cff67359442d84eb))
41
+ * master-image component(s) ([#1300](https://github.com/PrivateAIM/hub/issues/1300)) ([94cd580](https://github.com/PrivateAIM/hub/commit/94cd58057082ba9c48dae52346bfe5a8cabb28d8))
42
+ * migrate to esm & replace jest with vitest ([#1368](https://github.com/PrivateAIM/hub/issues/1368)) ([5a4d9d1](https://github.com/PrivateAIM/hub/commit/5a4d9d1ce118f65740aa49caf948208eac299032))
43
+ * 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))
44
+ * storage components + component/handler refactoring ([#1289](https://github.com/PrivateAIM/hub/issues/1289)) ([c22db47](https://github.com/PrivateAIM/hub/commit/c22db471bb2a7e71f33a299926f38fde551efc39))
45
+ * store analysis build hash, size & os ([#1374](https://github.com/PrivateAIM/hub/issues/1374)) ([6110ba6](https://github.com/PrivateAIM/hub/commit/6110ba6c94b3321c1477173c35afdea8b04ad33d))
46
+
47
+
48
+ ### Dependencies
49
+
50
+ * The following workspace dependencies were updated
51
+ * dependencies
52
+ * @privateaim/core-kit bumped from ^0.8.32 to ^0.8.33
53
+ * @privateaim/kit bumped from ^0.8.32 to ^0.8.33
54
+ * @privateaim/server-kit bumped from ^0.8.32 to ^0.8.33
55
+
3
56
  ## [0.7.33](https://github.com/PrivateAIM/hub/compare/v0.7.32...v0.7.33) (2026-04-16)
4
57
 
5
58
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@privateaim/server-core-worker-kit",
3
3
  "type": "module",
4
- "version": "0.7.33",
4
+ "version": "0.7.35",
5
5
  "license": "Apache-2.0",
6
6
  "description": "",
7
7
  "module": "./dist/index.mjs",
@@ -23,9 +23,9 @@
23
23
  "build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
24
24
  },
25
25
  "dependencies": {
26
- "@privateaim/core-kit": "^0.8.32",
27
- "@privateaim/kit": "^0.8.32",
28
- "@privateaim/server-kit": "^0.8.32",
26
+ "@privateaim/core-kit": "^0.8.34",
27
+ "@privateaim/kit": "^0.8.34",
28
+ "@privateaim/server-kit": "^0.8.34",
29
29
  "singa": "^1.0.0"
30
30
  },
31
31
  "devDependencies": {
package/tsdown.config.ts CHANGED
@@ -5,4 +5,5 @@ export default defineConfig({
5
5
  format: 'esm',
6
6
  dts: true,
7
7
  sourcemap: true,
8
+ shims: true,
8
9
  });