@oiyo/core 0.3.1 → 0.3.2

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/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @oiyo/core v0.3.1
2
+ * @oiyo/core v0.3.2
3
3
  * Copyright (c) 2026 skiyee. All rights reserved.
4
4
  * Commercial software. See LICENSE for terms.
5
5
  * Official site: https://oiyo.js.org
@@ -308,11 +308,6 @@ declare class OiyoModRoute {
308
308
  transformPage(source: string, file: string): Promise<{
309
309
  code: string;
310
310
  map: _$magic_string0.SourceMap;
311
- sourceMap?: undefined;
312
- } | {
313
- code: string;
314
- sourceMap: _$magic_string0.SourceMap;
315
- map?: undefined;
316
311
  }>;
317
312
  }
318
313
  //#endregion
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @oiyo/core v0.3.1
2
+ * @oiyo/core v0.3.2
3
3
  * Copyright (c) 2026 skiyee. All rights reserved.
4
4
  * Commercial software. See LICENSE for terms.
5
5
  * Official site: https://oiyo.js.org
@@ -308,11 +308,6 @@ declare class OiyoModRoute {
308
308
  transformPage(source: string, file: string): Promise<{
309
309
  code: string;
310
310
  map: _$magic_string0.SourceMap;
311
- sourceMap?: undefined;
312
- } | {
313
- code: string;
314
- sourceMap: _$magic_string0.SourceMap;
315
- map?: undefined;
316
311
  }>;
317
312
  }
318
313
  //#endregion