@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.
- package/.turbo/turbo-build.log +5 -4
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @alienplatform/core@1.10.
|
|
2
|
+
> @alienplatform/core@1.10.3 build /home/runner/work/alien/alien/packages/core
|
|
3
3
|
> tsdown
|
|
4
4
|
|
|
5
5
|
[34mℹ[39m tsdown [2mv0.13.5[22m powered by rolldown [2mv1.0.3[22m
|
|
@@ -22,8 +22,9 @@
|
|
|
22
22
|
[34mℹ[39m [2mdist/[22m[32m[1mtests/index.d.ts[22m[39m [2m 1.47 kB[22m [2m│ gzip: 0.52 kB[22m
|
|
23
23
|
[34mℹ[39m 10 files, total: 2043.05 kB
|
|
24
24
|
[33m[PLUGIN_TIMINGS] [0mYour build spent significant time in plugins. Here is a breakdown:
|
|
25
|
-
- rolldown-plugin-dts:generate (
|
|
26
|
-
- rolldown-plugin-dts:fake-js (
|
|
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
|
-
[32m✔[39m Build complete in [
|
|
30
|
+
[32m✔[39m Build complete in [32m5974ms[39m
|
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;
|