@alienplatform/core 1.7.0 → 1.8.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.7.0 build /home/runner/work/alien/alien/packages/core
2
+ > @alienplatform/core@1.8.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
@@ -22,9 +22,9 @@
22
22
  ℹ dist/tests/index.d.ts  1.47 kB │ gzip: 0.52 kB
23
23
  ℹ 10 files, total: 1915.76 kB
24
24
  [PLUGIN_TIMINGS] Your build spent significant time in plugins. Here is a breakdown:
25
- - rolldown-plugin-dts:fake-js (42%)
26
- - rolldown-plugin-dts:generate (38%)
27
- - rolldown-plugin-dts:resolver (18%)
25
+ - rolldown-plugin-dts:fake-js (43%)
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 5779ms
30
+ ✔ Build complete in 5463ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alienplatform/core",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -584,7 +584,7 @@ describe("External API Sanitization", async () => {
584
584
 
585
585
  expect(external.code).toBe("AUTH_FAILED")
586
586
  expect((external.source as AlienErrorOptions)?.code).toBe("DATABASE_CONNECTION_FAILED")
587
- expect(((external.source as AlienErrorOptions)?.source as AlienErrorOptions)).toEqual({
587
+ expect((external.source as AlienErrorOptions)?.source as AlienErrorOptions).toEqual({
588
588
  code: "GENERIC_ERROR",
589
589
  message: "Internal server error",
590
590
  retryable: false,