@lynx-js/rspeedy-canary 0.10.5-canary-20250803-d2b124c1 → 0.10.5-canary-20250803-e3e395d8

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
- ## 0.10.5-canary-20250803093757-d2b124c1ce2f196f850b1f0d9f001e86011f4e06
3
+ ## 0.10.5-canary-20250803151832-e3e395d8eee001124268d6fee4ddca1a7f1cd507
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -507,7 +507,10 @@ const state = {
507
507
  options: null
508
508
  };
509
509
  const hooks_initialize = function(data) {
510
- state.options = data.options;
510
+ state.options = data.options ?? {
511
+ resolve: true,
512
+ load: true
513
+ };
511
514
  state.port = data.port;
512
515
  data.port.on('message', onMessage);
513
516
  };
@@ -4,4 +4,4 @@
4
4
 
5
5
  import type { Options } from './data.js'
6
6
 
7
- export function register(options: Options): () => void
7
+ export function register(options?: Options): () => void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.10.5-canary-20250803-d2b124c1",
3
+ "version": "0.10.5-canary-20250803-e3e395d8",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",