@lynx-js/external-bundle-rsbuild-plugin-canary 0.0.1-canary-20251225-491c5efa → 0.0.1-canary-20251225-6bccf69c

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 +2 -2
  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-20251225015612-491c5efac23e3c99914fb9270d0476aa5c0207f9
3
+ ## 0.0.1-canary-20251225040646-6bccf69cc42fa754d2e8e58d1911b1c4d844a3a0
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -28,4 +28,4 @@
28
28
  ```
29
29
 
30
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
31
+ - @lynx-js/externals-loading-webpack-plugin@0.0.2-canary-20251225040646-6bccf69cc42fa754d2e8e58d1911b1c4d844a3a0
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-20251225-491c5efa",
3
+ "version": "0.0.1-canary-20251225-6bccf69c",
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.2-canary-20251225-491c5efa"
37
+ "@lynx-js/externals-loading-webpack-plugin": "npm:@lynx-js/externals-loading-webpack-plugin-canary@0.0.2-canary-20251225-6bccf69c"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "7.55.2",