@alienplatform/core 1.9.0 → 1.10.1

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.1 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
@@ -12,19 +12,19 @@
12
12
  - For the "define". Invalid key: Expected never but received "define". 
13
13
  ℹ dist/index.js  71.93 kB │ gzip: 16.64 kB
14
14
  ℹ dist/tests/index.js  0.26 kB │ gzip: 0.20 kB
15
+ [PLUGIN_TIMINGS] Your build spent significant time in plugins. Here is a breakdown:
15
16
  ℹ dist/stack.js.map 482.11 kB │ gzip: 70.08 kB
16
17
  ℹ dist/stack.js 275.90 kB │ gzip: 45.22 kB
17
18
  ℹ dist/index.d.ts.map 137.21 kB │ gzip: 23.65 kB
18
- ℹ dist/index.js.map  91.63 kB │ gzip: 19.55 kB
19
+ - rolldown-plugin-dts:fake-js (40%)
20
+ - rolldown-plugin-dts:generate (33%)
21
+ ℹ dist/index.js.map  91.64 kB │ gzip: 19.56 kB
19
22
  ℹ dist/tests/index.js.map  0.42 kB │ gzip: 0.31 kB
20
23
  ℹ dist/tests/index.d.ts.map  0.18 kB │ gzip: 0.15 kB
21
24
  ℹ dist/index.d.ts 981.92 kB │ gzip: 76.91 kB
22
25
  ℹ dist/tests/index.d.ts  1.47 kB │ gzip: 0.52 kB
23
26
  ℹ 10 files, total: 2043.05 kB
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
27
  - rolldown-plugin-dts:resolver (21%)
28
28
  See https://rolldown.rs/options/checks#plugintimings for more details.
29
29
 
30
- ✔ Build complete in 6218ms
30
+ ✔ Build complete in 5733ms
package/dist/index.d.ts CHANGED
@@ -3225,10 +3225,10 @@ type BuildOutputs = z$2.infer<typeof BuildOutputsSchema>;
3225
3225
  * @description Status of a build execution.
3226
3226
  */
3227
3227
  declare const BuildStatusSchema: z$2.ZodEnum<{
3228
- QUEUED: "QUEUED";
3229
- RUNNING: "RUNNING";
3230
3228
  SUCCEEDED: "SUCCEEDED";
3231
3229
  FAILED: "FAILED";
3230
+ QUEUED: "QUEUED";
3231
+ RUNNING: "RUNNING";
3232
3232
  CANCELLED: "CANCELLED";
3233
3233
  TIMED_OUT: "TIMED_OUT";
3234
3234
  }>;
@@ -3376,11 +3376,11 @@ type CommandResponse = z$2.infer<typeof CommandResponseSchema>;
3376
3376
  * @description Command states in the Commands protocol lifecycle
3377
3377
  */
3378
3378
  declare const CommandStateSchema: z$2.ZodEnum<{
3379
- SUCCEEDED: "SUCCEEDED";
3380
- FAILED: "FAILED";
3381
3379
  PENDING_UPLOAD: "PENDING_UPLOAD";
3382
3380
  PENDING: "PENDING";
3383
3381
  DISPATCHED: "DISPATCHED";
3382
+ SUCCEEDED: "SUCCEEDED";
3383
+ FAILED: "FAILED";
3384
3384
  EXPIRED: "EXPIRED";
3385
3385
  }>;
3386
3386
  type CommandState = z$2.infer<typeof CommandStateSchema>;
@@ -3444,11 +3444,11 @@ declare const CommandStatusResponseSchema: z$2.ZodObject<{
3444
3444
  }>;
3445
3445
  }, z$2.core.$strip>]>, z$2.ZodNull]>>;
3446
3446
  state: z$2.ZodEnum<{
3447
- SUCCEEDED: "SUCCEEDED";
3448
- FAILED: "FAILED";
3449
3447
  PENDING_UPLOAD: "PENDING_UPLOAD";
3450
3448
  PENDING: "PENDING";
3451
3449
  DISPATCHED: "DISPATCHED";
3450
+ SUCCEEDED: "SUCCEEDED";
3451
+ FAILED: "FAILED";
3452
3452
  EXPIRED: "EXPIRED";
3453
3453
  }>;
3454
3454
  }, z$2.core.$strip>;
@@ -4754,11 +4754,11 @@ declare const CreateCommandResponseSchema: z$2.ZodObject<{
4754
4754
  inlineAllowedUpTo: z$2.ZodInt;
4755
4755
  next: z$2.ZodString;
4756
4756
  state: z$2.ZodEnum<{
4757
- SUCCEEDED: "SUCCEEDED";
4758
- FAILED: "FAILED";
4759
4757
  PENDING_UPLOAD: "PENDING_UPLOAD";
4760
4758
  PENDING: "PENDING";
4761
4759
  DISPATCHED: "DISPATCHED";
4760
+ SUCCEEDED: "SUCCEEDED";
4761
+ FAILED: "FAILED";
4762
4762
  EXPIRED: "EXPIRED";
4763
4763
  }>;
4764
4764
  storageUpload: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodObject<{
@@ -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;
@@ -20974,8 +20974,8 @@ declare const StackInputDefinitionSchema: z$2.ZodObject<{
20974
20974
  name: z$2.ZodString;
20975
20975
  targetResources: z$2.ZodOptional<z$2.ZodNullable<z$2.ZodArray<z$2.ZodString>>>;
20976
20976
  type: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodEnum<{
20977
- plain: "plain";
20978
20977
  secret: "secret";
20978
+ plain: "plain";
20979
20979
  }>, z$2.ZodNull]>>;
20980
20980
  }, z$2.core.$strip>>>;
20981
20981
  id: z$2.ZodString;
@@ -20984,9 +20984,9 @@ declare const StackInputDefinitionSchema: z$2.ZodObject<{
20984
20984
  number: "number";
20985
20985
  boolean: "boolean";
20986
20986
  enum: "enum";
20987
- stringList: "stringList";
20988
20987
  secret: "secret";
20989
20988
  integer: "integer";
20989
+ stringList: "stringList";
20990
20990
  }>;
20991
20991
  label: z$2.ZodString;
20992
20992
  placeholder: z$2.ZodOptional<z$2.ZodNullable<z$2.ZodString>>;
@@ -21025,8 +21025,8 @@ declare const StackInputEnvironmentMappingSchema: z$2.ZodObject<{
21025
21025
  name: z$2.ZodString;
21026
21026
  targetResources: z$2.ZodOptional<z$2.ZodNullable<z$2.ZodArray<z$2.ZodString>>>;
21027
21027
  type: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodEnum<{
21028
- plain: "plain";
21029
21028
  secret: "secret";
21029
+ plain: "plain";
21030
21030
  }>, z$2.ZodNull]>>;
21031
21031
  }, z$2.core.$strip>;
21032
21032
  type StackInputEnvironmentMapping = z$2.infer<typeof StackInputEnvironmentMappingSchema>;
@@ -21036,8 +21036,8 @@ type StackInputEnvironmentMapping = z$2.infer<typeof StackInputEnvironmentMappin
21036
21036
  * @description Environment variable handling for a stack input mapping.
21037
21037
  */
21038
21038
  declare const StackInputEnvironmentVariableTypeSchema: z$2.ZodEnum<{
21039
- plain: "plain";
21040
21039
  secret: "secret";
21040
+ plain: "plain";
21041
21041
  }>;
21042
21042
  type StackInputEnvironmentVariableType = z$2.infer<typeof StackInputEnvironmentVariableTypeSchema>;
21043
21043
  //#endregion
@@ -21050,9 +21050,9 @@ declare const StackInputKindSchema: z$2.ZodEnum<{
21050
21050
  number: "number";
21051
21051
  boolean: "boolean";
21052
21052
  enum: "enum";
21053
- stringList: "stringList";
21054
21053
  secret: "secret";
21055
21054
  integer: "integer";
21055
+ stringList: "stringList";
21056
21056
  }>;
21057
21057
  type StackInputKind = z$2.infer<typeof StackInputKindSchema>;
21058
21058
  //#endregion
@@ -21179,8 +21179,8 @@ declare const StackSchema: z$2.ZodObject<{
21179
21179
  name: z$2.ZodString;
21180
21180
  targetResources: z$2.ZodOptional<z$2.ZodNullable<z$2.ZodArray<z$2.ZodString>>>;
21181
21181
  type: z$2.ZodOptional<z$2.ZodUnion<readonly [z$2.ZodEnum<{
21182
- plain: "plain";
21183
21182
  secret: "secret";
21183
+ plain: "plain";
21184
21184
  }>, z$2.ZodNull]>>;
21185
21185
  }, z$2.core.$strip>>>;
21186
21186
  id: z$2.ZodString;
@@ -21189,9 +21189,9 @@ declare const StackSchema: z$2.ZodObject<{
21189
21189
  number: "number";
21190
21190
  boolean: "boolean";
21191
21191
  enum: "enum";
21192
- stringList: "stringList";
21193
21192
  secret: "secret";
21194
21193
  integer: "integer";
21194
+ stringList: "stringList";
21195
21195
  }>;
21196
21196
  label: z$2.ZodString;
21197
21197
  placeholder: z$2.ZodOptional<z$2.ZodNullable<z$2.ZodString>>;
@@ -22399,11 +22399,11 @@ type UploadCompleteRequest = z$2.infer<typeof UploadCompleteRequestSchema>;
22399
22399
  declare const UploadCompleteResponseSchema: z$2.ZodObject<{
22400
22400
  commandId: z$2.ZodString;
22401
22401
  state: z$2.ZodEnum<{
22402
- SUCCEEDED: "SUCCEEDED";
22403
- FAILED: "FAILED";
22404
22402
  PENDING_UPLOAD: "PENDING_UPLOAD";
22405
22403
  PENDING: "PENDING";
22406
22404
  DISPATCHED: "DISPATCHED";
22405
+ SUCCEEDED: "SUCCEEDED";
22406
+ FAILED: "FAILED";
22407
22407
  EXPIRED: "EXPIRED";
22408
22408
  }>;
22409
22409
  }, z$2.core.$strip>;