@privateaim/core-kit 0.8.36 → 0.8.38

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 (3) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/README.md +18 -3
  3. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.38](https://github.com/PrivateAIM/hub/compare/v0.8.37...v0.8.38) (2026-04-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * devDependencies
10
+ * @privateaim/kit bumped from ^0.8.37 to ^0.8.38
11
+ * @privateaim/telemetry-kit bumped from ^0.8.37 to ^0.8.38
12
+ * peerDependencies
13
+ * @privateaim/kit bumped from ^0.8.37 to ^0.8.38
14
+ * @privateaim/telemetry-kit bumped from ^0.8.37 to ^0.8.38
15
+
16
+ ## [0.8.37](https://github.com/PrivateAIM/hub/compare/v0.8.36...v0.8.37) (2026-04-22)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * bump authup to v1.0.0-beta.36 ([76fb047](https://github.com/PrivateAIM/hub/commit/76fb047dfd551e4e3eddb23986693a19e68f8d3c))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * devDependencies
28
+ * @privateaim/kit bumped from ^0.8.36 to ^0.8.37
29
+ * @privateaim/telemetry-kit bumped from ^0.8.36 to ^0.8.37
30
+ * peerDependencies
31
+ * @privateaim/kit bumped from ^0.8.36 to ^0.8.37
32
+ * @privateaim/telemetry-kit bumped from ^0.8.36 to ^0.8.37
33
+
3
34
  ## [0.8.36](https://github.com/PrivateAIM/hub/compare/v0.8.35...v0.8.36) (2026-04-21)
4
35
 
5
36
 
package/README.md CHANGED
@@ -1,5 +1,20 @@
1
- # Central - Common 🧱
1
+ # @privateaim/core-kit 🧩
2
2
 
3
- [![npm version](https://badge.fury.io/js/@personalhealthtrain%2Fcentral-common.svg)](https://badge.fury.io/js/@personalhealthtrain%2Fcentral-common)
3
+ [![npm version][npm-src]][npm-href]
4
4
 
5
- This repository contains common constants, functions, types, ...
5
+ Domain models, types, and validators for the PrivateAIM core service — analyses, projects, nodes, registries, and master images.
6
+
7
+ ## Installation
8
+
9
+ ```bash
10
+ npm install @privateaim/core-kit
11
+ ```
12
+
13
+ ## License
14
+
15
+ Made with 💚
16
+
17
+ Published under [Apache 2.0](../../LICENSE).
18
+
19
+ [npm-src]: https://img.shields.io/npm/v/@privateaim/core-kit
20
+ [npm-href]: https://npmjs.com/package/@privateaim/core-kit
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@privateaim/core-kit",
3
3
  "type": "module",
4
- "version": "0.8.36",
4
+ "version": "0.8.38",
5
5
  "license": "Apache-2.0",
6
6
  "description": "",
7
7
  "module": "./dist/index.mjs",
@@ -24,14 +24,14 @@
24
24
  "test": "cross-env NODE_ENV=test vitest run --config test/vitest.config.ts"
25
25
  },
26
26
  "devDependencies": {
27
- "@authup/core-kit": "^1.0.0-beta.35",
28
- "@privateaim/kit": "^0.8.36",
29
- "@privateaim/telemetry-kit": "^0.8.36"
27
+ "@authup/core-kit": "^1.0.0-beta.36",
28
+ "@privateaim/kit": "^0.8.38",
29
+ "@privateaim/telemetry-kit": "^0.8.38"
30
30
  },
31
31
  "peerDependencies": {
32
- "@authup/core-kit": "^1.0.0-beta.35",
33
- "@privateaim/kit": "^0.8.36",
34
- "@privateaim/telemetry-kit": "^0.8.36"
32
+ "@authup/core-kit": "^1.0.0-beta.36",
33
+ "@privateaim/kit": "^0.8.38",
34
+ "@privateaim/telemetry-kit": "^0.8.38"
35
35
  },
36
36
  "gitHead": "5d3b6f4ce1edf2383bdfbf66e913a08c8a3a2e40",
37
37
  "publishConfig": {