@lynx-js/external-bundle-rsbuild-plugin-canary 0.0.1-canary-20251224-abd59601 → 0.0.1-canary-20251225-491c5efa

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/external-bundle-rsbuild-plugin
2
2
 
3
- ## 0.0.1-canary-20251224040007-abd59601324799f30443e24f6e137c8bd07e2aa4
3
+ ## 0.0.1-canary-20251225015612-491c5efac23e3c99914fb9270d0476aa5c0207f9
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -26,3 +26,6 @@
26
26
  ],
27
27
  };
28
28
  ```
29
+
30
+ - Updated dependencies [[`491c5ef`](https://github.com/lynx-family/lynx-stack/commit/491c5efac23e3c99914fb9270d0476aa5c0207f9)]:
31
+ - @lynx-js/externals-loading-webpack-plugin@0.0.2-canary-20251225015612-491c5efac23e3c99914fb9270d0476aa5c0207f9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/external-bundle-rsbuild-plugin-canary",
3
- "version": "0.0.1-canary-20251224-abd59601",
3
+ "version": "0.0.1-canary-20251225-491c5efa",
4
4
  "description": "A rsbuild plugin for loading lynx external bundles.",
5
5
  "keywords": [
6
6
  "rsbuild",
@@ -34,7 +34,7 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@lynx-js/externals-loading-webpack-plugin": "npm:@lynx-js/externals-loading-webpack-plugin-canary@0.0.1"
37
+ "@lynx-js/externals-loading-webpack-plugin": "npm:@lynx-js/externals-loading-webpack-plugin-canary@0.0.2-canary-20251225-491c5efa"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "7.55.2",