@lynx-js/runtime-wrapper-webpack-plugin-canary 0.2.4-canary-20260904-fa79b9ba → 0.2.4

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,12 +1,12 @@
1
1
  # @lynx-js/runtime-wrapper-webpack-plugin
2
2
 
3
- ## 0.2.4-canary-20260904142401-fa79b9ba1b6d787410131115b17a694d801a28c1
3
+ ## 0.2.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Skip the background runtime wrapper on any asset marked `lynx:main-thread` instead of matching filenames, and mark the main-thread assets of an external bundle by the layer of their modules, so a main-thread entry an external bundle names itself is no longer wrapped. ([#3751](https://github.com/lynx-family/lynx-stack/pull/3751))
8
8
  - Updated dependencies [[`76126fc`](https://github.com/lynx-family/lynx-stack/commit/76126fcad0f16e649c372d22c013e90ad88640df)]:
9
- - @lynx-js/webpack-runtime-globals@0.0.8-canary-20260904142401-fa79b9ba1b6d787410131115b17a694d801a28c1
9
+ - @lynx-js/webpack-runtime-globals@0.0.8
10
10
 
11
11
  ## 0.2.3
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/runtime-wrapper-webpack-plugin-canary",
3
- "version": "0.2.4-canary-20260904-fa79b9ba",
3
+ "version": "0.2.4",
4
4
  "description": "Use runtime wrapper which allow JavaScript to be load by Lynx.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -32,7 +32,7 @@
32
32
  "README.md"
33
33
  ],
34
34
  "dependencies": {
35
- "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.8-canary-20260904-fa79b9ba"
35
+ "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.8"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@microsoft/api-extractor": "7.58.12",