@privateaim/core-kit 0.8.25 → 0.8.26
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,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.26](https://github.com/PrivateAIM/hub/compare/v0.8.25...v0.8.26) (2026-02-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* permit client for project & analysis-bucket-file creation ([c203c48](https://github.com/PrivateAIM/hub/commit/c203c481c80b7117542a57412b082de9f64f39c3))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* devDependencies
|
|
15
|
+
* @privateaim/kit bumped from ^0.8.25 to ^0.8.26
|
|
16
|
+
* @privateaim/telemetry-kit bumped from ^0.8.25 to ^0.8.26
|
|
17
|
+
* peerDependencies
|
|
18
|
+
* @privateaim/kit bumped from ^0.8.25 to ^0.8.26
|
|
19
|
+
* @privateaim/telemetry-kit bumped from ^0.8.25 to ^0.8.26
|
|
20
|
+
|
|
3
21
|
## [0.8.25](https://github.com/PrivateAIM/hub/compare/v0.8.24...v0.8.25) (2026-02-09)
|
|
4
22
|
|
|
5
23
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Realm, Robot, User } from '@authup/core-kit';
|
|
1
|
+
import type { Client, Realm, Robot, User } from '@authup/core-kit';
|
|
2
2
|
import type { MasterImage } from '../master-image';
|
|
3
3
|
export interface Project {
|
|
4
4
|
id: string;
|
|
@@ -9,6 +9,7 @@ export interface Project {
|
|
|
9
9
|
created_at: Date;
|
|
10
10
|
updated_at: Date;
|
|
11
11
|
realm_id: Realm['id'];
|
|
12
|
+
client_id: Client['id'] | null;
|
|
12
13
|
robot_id: Robot['id'] | null;
|
|
13
14
|
user_id: User['id'] | null;
|
|
14
15
|
master_image_id: MasterImage['id'] | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/domains/project/entity.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/domains/project/entity.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACR,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAC7B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnD,MAAM,WAAW,OAAO;IACpB,EAAE,EAAE,MAAM,CAAC;IAEX,IAAI,EAAE,MAAM,CAAC;IAEb,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAI3B,KAAK,EAAE,MAAM,CAAC;IAEd,QAAQ,EAAE,MAAM,CAAC;IAIjB,UAAU,EAAE,IAAI,CAAC;IAEjB,UAAU,EAAE,IAAI,CAAC;IAIjB,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IAEtB,SAAS,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAE/B,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAE7B,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAE3B,eAAe,EAAE,WAAW,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAE1C,YAAY,EAAE,WAAW,GAAG,IAAI,CAAC;CACpC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@privateaim/core-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.26",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@authup/core-kit": "^1.0.0-beta.28",
|
|
29
|
-
"@privateaim/kit": "^0.8.
|
|
30
|
-
"@privateaim/telemetry-kit": "^0.8.
|
|
29
|
+
"@privateaim/kit": "^0.8.26",
|
|
30
|
+
"@privateaim/telemetry-kit": "^0.8.26"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@authup/core-kit": "^1.0.0-beta.28",
|
|
34
|
-
"@privateaim/kit": "^0.8.
|
|
35
|
-
"@privateaim/telemetry-kit": "^0.8.
|
|
34
|
+
"@privateaim/kit": "^0.8.26",
|
|
35
|
+
"@privateaim/telemetry-kit": "^0.8.26"
|
|
36
36
|
},
|
|
37
37
|
"gitHead": "5d3b6f4ce1edf2383bdfbf66e913a08c8a3a2e40",
|
|
38
38
|
"publishConfig": {
|
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
* view the LICENSE file that was distributed with this source code.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import type {
|
|
8
|
+
import type {
|
|
9
|
+
Client, Realm, Robot, User,
|
|
10
|
+
} from '@authup/core-kit';
|
|
9
11
|
import type { MasterImage } from '../master-image';
|
|
10
12
|
|
|
11
13
|
export interface Project {
|
|
@@ -31,6 +33,8 @@ export interface Project {
|
|
|
31
33
|
|
|
32
34
|
realm_id: Realm['id'];
|
|
33
35
|
|
|
36
|
+
client_id: Client['id'] | null;
|
|
37
|
+
|
|
34
38
|
robot_id: Robot['id'] | null;
|
|
35
39
|
|
|
36
40
|
user_id: User['id'] | null;
|