@lynx-js/template-webpack-plugin-canary 0.8.5-canary-20250822-d33c1d27 → 0.8.5-canary-20250822-52db511f

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/template-webpack-plugin
2
2
 
3
- ## 0.8.5-canary-20250822093423-d33c1d27827f5e1ebc553447dabe5080671de94a
3
+ ## 0.8.5-canary-20250822105222-52db511fe59430667228dee43c635839ad2a5c18
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Always inline the background script that contains rspack runtime module. ([#1582](https://github.com/lynx-family/lynx-stack/pull/1582))
8
8
 
9
9
  - Updated dependencies [[`aaca8f9`](https://github.com/lynx-family/lynx-stack/commit/aaca8f91d177061c7b0430cc5cb21a3602897534)]:
10
- - @lynx-js/webpack-runtime-globals@0.0.6-canary-20250822093423-d33c1d27827f5e1ebc553447dabe5080671de94a
10
+ - @lynx-js/webpack-runtime-globals@0.0.6-canary-20250822105222-52db511fe59430667228dee43c635839ad2a5c18
11
11
 
12
12
  ## 0.8.4
13
13
 
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-20250822-d33c1d27",
3
+ "version": "0.8.5-canary-20250822-52db511f",
4
4
  "description": "Simplifies creation of Lynx template files to serve your webpack bundles",
5
5
  "keywords": [
6
6
  "webpack",
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.3",
36
36
  "@lynx-js/tasm": "0.0.17",
37
- "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.6-canary-20250822-d33c1d27",
37
+ "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.6-canary-20250822-52db511f",
38
38
  "@rspack/lite-tapable": "1.0.1",
39
39
  "css-tree": "^3.1.0",
40
40
  "object.groupby": "^1.0.3"