@lynx-js/template-webpack-plugin-canary 0.8.5-canary-20250826-bc7f532b → 0.8.6-canary-20250912-5ad38e6b

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,13 +1,19 @@
1
1
  # @lynx-js/template-webpack-plugin
2
2
 
3
- ## 0.8.5-canary-20250826035202-bc7f532b048be97bae08b8b66137faaa7bc6deee
3
+ ## 0.8.6-canary-20250912093817-5ad38e6b3970a537f13d7f4caf0d765d16b6b322
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: add appType field for lazy bundle for web ([#1738](https://github.com/lynx-family/lynx-stack/pull/1738))
8
+
9
+ ## 0.8.5
4
10
 
5
11
  ### Patch Changes
6
12
 
7
13
  - Always inline the background script that contains rspack runtime module. ([#1582](https://github.com/lynx-family/lynx-stack/pull/1582))
8
14
 
9
15
  - Updated dependencies [[`aaca8f9`](https://github.com/lynx-family/lynx-stack/commit/aaca8f91d177061c7b0430cc5cb21a3602897534)]:
10
- - @lynx-js/webpack-runtime-globals@0.0.6-canary-20250826035202-bc7f532b048be97bae08b8b66137faaa7bc6deee
16
+ - @lynx-js/webpack-runtime-globals@0.0.6
11
17
 
12
18
  ## 0.8.4
13
19
 
@@ -52,6 +52,7 @@ export class WebEncodePlugin {
52
52
  },
53
53
  customSections: encodeData.customSections,
54
54
  cardType: encodeData.sourceContent.dsl.substring(0, 5),
55
+ appType: encodeData.sourceContent.appType,
55
56
  pageConfig: {
56
57
  ...encodeData.compilerOptions,
57
58
  ...encodeData.sourceContent.config,
@@ -68,6 +69,7 @@ export class WebEncodePlugin {
68
69
  styleInfo: encodeOptions['styleInfo'],
69
70
  manifest: encodeOptions.manifest,
70
71
  cardType: encodeOptions['cardType'],
72
+ appType: encodeOptions['appType'],
71
73
  pageConfig: encodeOptions['pageConfig'],
72
74
  lepusCode: {
73
75
  // flatten the lepusCode to a single object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/template-webpack-plugin-canary",
3
- "version": "0.8.5-canary-20250826-bc7f532b",
3
+ "version": "0.8.6-canary-20250912-5ad38e6b",
4
4
  "description": "Simplifies creation of Lynx template files to serve your webpack bundles",
5
5
  "keywords": [
6
6
  "webpack",
@@ -33,8 +33,8 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.3",
36
- "@lynx-js/tasm": "0.0.17",
37
- "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.6-canary-20250826-bc7f532b",
36
+ "@lynx-js/tasm": "0.0.18",
37
+ "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.6",
38
38
  "@rspack/lite-tapable": "1.0.1",
39
39
  "css-tree": "^3.1.0",
40
40
  "object.groupby": "^1.0.3"