@alienplatform/core 1.9.0 → 1.10.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @alienplatform/core@1.9.0 build /home/runner/work/alien/alien/packages/core
2
+ > @alienplatform/core@1.10.0 build /home/runner/work/alien/alien/packages/core
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.13.5 powered by rolldown v1.0.3
@@ -15,16 +15,16 @@
15
15
  ℹ dist/stack.js.map 482.11 kB │ gzip: 70.08 kB
16
16
  ℹ dist/stack.js 275.90 kB │ gzip: 45.22 kB
17
17
  ℹ dist/index.d.ts.map 137.21 kB │ gzip: 23.65 kB
18
- ℹ dist/index.js.map  91.63 kB │ gzip: 19.55 kB
18
+ ℹ dist/index.js.map  91.64 kB │ gzip: 19.56 kB
19
19
  ℹ dist/tests/index.js.map  0.42 kB │ gzip: 0.31 kB
20
20
  ℹ dist/tests/index.d.ts.map  0.18 kB │ gzip: 0.15 kB
21
21
  ℹ dist/index.d.ts 981.92 kB │ gzip: 76.91 kB
22
22
  ℹ dist/tests/index.d.ts  1.47 kB │ gzip: 0.52 kB
23
23
  ℹ 10 files, total: 2043.05 kB
24
24
  [PLUGIN_TIMINGS] Your build spent significant time in plugins. Here is a breakdown:
25
- - rolldown-plugin-dts:fake-js (38%)
26
- - rolldown-plugin-dts:generate (35%)
27
- - rolldown-plugin-dts:resolver (21%)
25
+ - rolldown-plugin-dts:fake-js (39%)
26
+ - rolldown-plugin-dts:generate (36%)
27
+ - rolldown-plugin-dts:resolver (19%)
28
28
  See https://rolldown.rs/options/checks#plugintimings for more details.
29
29
 
30
- ✔ Build complete in 6218ms
30
+ ✔ Build complete in 5783ms
package/dist/index.d.ts CHANGED
@@ -4207,8 +4207,8 @@ declare const ContainerHeartbeatDataSchema: z$2.ZodUnion<readonly [z$2.ZodInters
4207
4207
  }, z$2.core.$strip>;
4208
4208
  schedulingMode: z$2.ZodEnum<{
4209
4209
  stateful: "stateful";
4210
- replicated: "replicated";
4211
4210
  daemon: "daemon";
4211
+ replicated: "replicated";
4212
4212
  }>;
4213
4213
  status: z$2.ZodObject<{
4214
4214
  collectionIssues: z$2.ZodArray<z$2.ZodObject<{
@@ -4431,9 +4431,9 @@ declare const ContainerHeartbeatDataSchema: z$2.ZodUnion<readonly [z$2.ZodInters
4431
4431
  value: z$2.ZodNumber;
4432
4432
  }, z$2.core.$strip>, z$2.ZodNull]>>;
4433
4433
  kind: z$2.ZodEnum<{
4434
- daemon: "daemon";
4435
4434
  container: "container";
4436
4435
  process: "process";
4436
+ daemon: "daemon";
4437
4437
  }>;
4438
4438
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
4439
4439
  unit: z$2.ZodEnum<{
@@ -5358,9 +5358,9 @@ declare const DaemonHeartbeatDataSchema: z$2.ZodUnion<readonly [z$2.ZodIntersect
5358
5358
  value: z$2.ZodNumber;
5359
5359
  }, z$2.core.$strip>, z$2.ZodNull]>>;
5360
5360
  kind: z$2.ZodEnum<{
5361
- daemon: "daemon";
5362
5361
  container: "container";
5363
5362
  process: "process";
5363
+ daemon: "daemon";
5364
5364
  }>;
5365
5365
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
5366
5366
  unit: z$2.ZodEnum<{
@@ -7382,8 +7382,8 @@ declare const HorizonContainerHeartbeatDataSchema: z$2.ZodObject<{
7382
7382
  }, z$2.core.$strip>;
7383
7383
  schedulingMode: z$2.ZodEnum<{
7384
7384
  stateful: "stateful";
7385
- replicated: "replicated";
7386
7385
  daemon: "daemon";
7386
+ replicated: "replicated";
7387
7387
  }>;
7388
7388
  status: z$2.ZodObject<{
7389
7389
  collectionIssues: z$2.ZodArray<z$2.ZodObject<{
@@ -8913,9 +8913,9 @@ declare const LocalContainerHeartbeatDataSchema: z$2.ZodObject<{
8913
8913
  value: z$2.ZodNumber;
8914
8914
  }, z$2.core.$strip>, z$2.ZodNull]>>;
8915
8915
  kind: z$2.ZodEnum<{
8916
- daemon: "daemon";
8917
8916
  container: "container";
8918
8917
  process: "process";
8918
+ daemon: "daemon";
8919
8919
  }>;
8920
8920
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
8921
8921
  unit: z$2.ZodEnum<{
@@ -9038,9 +9038,9 @@ declare const LocalDaemonHeartbeatDataSchema: z$2.ZodObject<{
9038
9038
  value: z$2.ZodNumber;
9039
9039
  }, z$2.core.$strip>, z$2.ZodNull]>>;
9040
9040
  kind: z$2.ZodEnum<{
9041
- daemon: "daemon";
9042
9041
  container: "container";
9043
9042
  process: "process";
9043
+ daemon: "daemon";
9044
9044
  }>;
9045
9045
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
9046
9046
  unit: z$2.ZodEnum<{
@@ -9249,9 +9249,9 @@ type LocalRuntimeEventSubject = z$2.infer<typeof LocalRuntimeEventSubjectSchema>
9249
9249
  //#endregion
9250
9250
  //#region src/generated/zod/local-runtime-unit-kind-schema.d.ts
9251
9251
  declare const LocalRuntimeUnitKindSchema: z$2.ZodEnum<{
9252
- daemon: "daemon";
9253
9252
  container: "container";
9254
9253
  process: "process";
9254
+ daemon: "daemon";
9255
9255
  }>;
9256
9256
  type LocalRuntimeUnitKind = z$2.infer<typeof LocalRuntimeUnitKindSchema>;
9257
9257
  //#endregion
@@ -9269,9 +9269,9 @@ declare const LocalRuntimeUnitStatusSchema: z$2.ZodObject<{
9269
9269
  value: z$2.ZodNumber;
9270
9270
  }, z$2.core.$strip>, z$2.ZodNull]>>;
9271
9271
  kind: z$2.ZodEnum<{
9272
- daemon: "daemon";
9273
9272
  container: "container";
9274
9273
  process: "process";
9274
+ daemon: "daemon";
9275
9275
  }>;
9276
9276
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
9277
9277
  unit: z$2.ZodEnum<{
@@ -9494,9 +9494,9 @@ declare const LocalWorkerHeartbeatDataSchema: z$2.ZodObject<{
9494
9494
  value: z$2.ZodNumber;
9495
9495
  }, z$2.core.$strip>, z$2.ZodNull]>>;
9496
9496
  kind: z$2.ZodEnum<{
9497
- daemon: "daemon";
9498
9497
  container: "container";
9499
9498
  process: "process";
9499
+ daemon: "daemon";
9500
9500
  }>;
9501
9501
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
9502
9502
  unit: z$2.ZodEnum<{
@@ -11768,9 +11768,9 @@ declare const ResourceHeartbeatDataSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
11768
11768
  value: z$2.ZodNumber;
11769
11769
  }, z$2.core.$strip>, z$2.ZodNull]>>;
11770
11770
  kind: z$2.ZodEnum<{
11771
- daemon: "daemon";
11772
11771
  container: "container";
11773
11772
  process: "process";
11773
+ daemon: "daemon";
11774
11774
  }>;
11775
11775
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
11776
11776
  unit: z$2.ZodEnum<{
@@ -11940,8 +11940,8 @@ declare const ResourceHeartbeatDataSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
11940
11940
  }, z$2.core.$strip>;
11941
11941
  schedulingMode: z$2.ZodEnum<{
11942
11942
  stateful: "stateful";
11943
- replicated: "replicated";
11944
11943
  daemon: "daemon";
11944
+ replicated: "replicated";
11945
11945
  }>;
11946
11946
  status: z$2.ZodObject<{
11947
11947
  collectionIssues: z$2.ZodArray<z$2.ZodObject<{
@@ -12164,9 +12164,9 @@ declare const ResourceHeartbeatDataSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
12164
12164
  value: z$2.ZodNumber;
12165
12165
  }, z$2.core.$strip>, z$2.ZodNull]>>;
12166
12166
  kind: z$2.ZodEnum<{
12167
- daemon: "daemon";
12168
12167
  container: "container";
12169
12168
  process: "process";
12169
+ daemon: "daemon";
12170
12170
  }>;
12171
12171
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
12172
12172
  unit: z$2.ZodEnum<{
@@ -12810,9 +12810,9 @@ declare const ResourceHeartbeatDataSchema: z$2.ZodUnion<readonly [z$2.ZodObject<
12810
12810
  value: z$2.ZodNumber;
12811
12811
  }, z$2.core.$strip>, z$2.ZodNull]>>;
12812
12812
  kind: z$2.ZodEnum<{
12813
- daemon: "daemon";
12814
12813
  container: "container";
12815
12814
  process: "process";
12815
+ daemon: "daemon";
12816
12816
  }>;
12817
12817
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
12818
12818
  unit: z$2.ZodEnum<{
@@ -16357,9 +16357,9 @@ declare const ResourceHeartbeatSchema: z$2.ZodObject<{
16357
16357
  value: z$2.ZodNumber;
16358
16358
  }, z$2.core.$strip>, z$2.ZodNull]>>;
16359
16359
  kind: z$2.ZodEnum<{
16360
- daemon: "daemon";
16361
16360
  container: "container";
16362
16361
  process: "process";
16362
+ daemon: "daemon";
16363
16363
  }>;
16364
16364
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
16365
16365
  unit: z$2.ZodEnum<{
@@ -16529,8 +16529,8 @@ declare const ResourceHeartbeatSchema: z$2.ZodObject<{
16529
16529
  }, z$2.core.$strip>;
16530
16530
  schedulingMode: z$2.ZodEnum<{
16531
16531
  stateful: "stateful";
16532
- replicated: "replicated";
16533
16532
  daemon: "daemon";
16533
+ replicated: "replicated";
16534
16534
  }>;
16535
16535
  status: z$2.ZodObject<{
16536
16536
  collectionIssues: z$2.ZodArray<z$2.ZodObject<{
@@ -16753,9 +16753,9 @@ declare const ResourceHeartbeatSchema: z$2.ZodObject<{
16753
16753
  value: z$2.ZodNumber;
16754
16754
  }, z$2.core.$strip>, z$2.ZodNull]>>;
16755
16755
  kind: z$2.ZodEnum<{
16756
- daemon: "daemon";
16757
16756
  container: "container";
16758
16757
  process: "process";
16758
+ daemon: "daemon";
16759
16759
  }>;
16760
16760
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
16761
16761
  unit: z$2.ZodEnum<{
@@ -17399,9 +17399,9 @@ declare const ResourceHeartbeatSchema: z$2.ZodObject<{
17399
17399
  value: z$2.ZodNumber;
17400
17400
  }, z$2.core.$strip>, z$2.ZodNull]>>;
17401
17401
  kind: z$2.ZodEnum<{
17402
- daemon: "daemon";
17403
17402
  container: "container";
17404
17403
  process: "process";
17404
+ daemon: "daemon";
17405
17405
  }>;
17406
17406
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
17407
17407
  unit: z$2.ZodEnum<{
@@ -20289,8 +20289,8 @@ declare const ResourceHeartbeatSchema: z$2.ZodObject<{
20289
20289
  collectedAt: z$2.ZodISODateTime;
20290
20290
  format: z$2.ZodEnum<{
20291
20291
  json: "json";
20292
- yaml: "yaml";
20293
20292
  text: "text";
20293
+ yaml: "yaml";
20294
20294
  }>;
20295
20295
  source: z$2.ZodString;
20296
20296
  truncated: z$2.ZodBoolean;
@@ -23163,9 +23163,9 @@ declare const WorkerHeartbeatDataSchema: z$2.ZodUnion<readonly [z$2.ZodIntersect
23163
23163
  value: z$2.ZodNumber;
23164
23164
  }, z$2.core.$strip>, z$2.ZodNull]>>;
23165
23165
  kind: z$2.ZodEnum<{
23166
- daemon: "daemon";
23167
23166
  container: "container";
23168
23167
  process: "process";
23168
+ daemon: "daemon";
23169
23169
  }>;
23170
23170
  memory: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
23171
23171
  unit: z$2.ZodEnum<{