@lynx-js/external-bundle-rsbuild-plugin-canary 0.0.2-canary-20260126-959360c8 → 0.0.2-canary-20260126-99c412f6

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,13 +1,13 @@
1
1
  # @lynx-js/external-bundle-rsbuild-plugin
2
2
 
3
- ## 0.0.2-canary-20260126031157-959360c82431669eb3adb5acc7a86177ce1d082c
3
+ ## 0.0.2-canary-20260126070444-99c412f6b261bd2e51d193cb06bee59c5a2b1285
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Add [`globalObject`](https://webpack.js.org/configuration/output/#outputglobalobject) config for external bundle loading, user can configure it to `globalThis` for BTS external bundle sharing. ([#2123](https://github.com/lynx-family/lynx-stack/pull/2123))
8
8
 
9
9
  - Updated dependencies [[`959360c`](https://github.com/lynx-family/lynx-stack/commit/959360c82431669eb3adb5acc7a86177ce1d082c)]:
10
- - @lynx-js/externals-loading-webpack-plugin@0.0.3-canary-20260126031157-959360c82431669eb3adb5acc7a86177ce1d082c
10
+ - @lynx-js/externals-loading-webpack-plugin@0.0.3-canary-20260126070444-99c412f6b261bd2e51d193cb06bee59c5a2b1285
11
11
 
12
12
  ## 0.0.1
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/external-bundle-rsbuild-plugin-canary",
3
- "version": "0.0.2-canary-20260126-959360c8",
3
+ "version": "0.0.2-canary-20260126-99c412f6",
4
4
  "description": "An 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.3-canary-20260126-959360c8"
37
+ "@lynx-js/externals-loading-webpack-plugin": "npm:@lynx-js/externals-loading-webpack-plugin-canary@0.0.3-canary-20260126-99c412f6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "7.55.2",