@alienplatform/core 1.10.2 → 1.10.3

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.10.2 build /home/runner/work/alien/alien/packages/core
2
+ > @alienplatform/core@1.10.3 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
@@ -22,8 +22,9 @@
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:generate (47%)
26
- - rolldown-plugin-dts:fake-js (29%)
25
+ - rolldown-plugin-dts:generate (44%)
26
+ - rolldown-plugin-dts:fake-js (37%)
27
+ - rolldown-plugin-dts:resolver (17%)
27
28
  See https://rolldown.rs/options/checks#plugintimings for more details.
28
29
 
29
- ✔ Build complete in 6732ms
30
+ ✔ Build complete in 5974ms
package/dist/index.d.ts CHANGED
@@ -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
- text: "text";
20293
20292
  yaml: "yaml";
20293
+ text: "text";
20294
20294
  }>;
20295
20295
  source: z$2.ZodString;
20296
20296
  truncated: z$2.ZodBoolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alienplatform/core",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {