@lynx-js/template-webpack-plugin-canary 0.6.4-canary-20250307-7b2cceb2 → 0.6.4-canary-20250307-e62db8dc

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/template-webpack-plugin
2
2
 
3
- ## 0.6.4-canary-20250307033234-7b2cceb28f711e394fc85558aec9ebd136318619
3
+ ## 0.6.4-canary-20250307033314-e62db8dca21c8c178120dd4a8a6a21de22e8170a
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -17,8 +17,8 @@
17
17
  ```
18
18
 
19
19
  - Updated dependencies [[`c617453`](https://github.com/lynx-family/lynx-stack/commit/c617453aea967aba702967deb2916b5c883f03bb)]:
20
- - @lynx-js/webpack-runtime-globals@0.0.5-canary-20250307033234-7b2cceb28f711e394fc85558aec9ebd136318619
21
- - @lynx-js/css-serializer@0.1.2-canary-20250307033234-7b2cceb28f711e394fc85558aec9ebd136318619
20
+ - @lynx-js/webpack-runtime-globals@0.0.5-canary-20250307033314-e62db8dca21c8c178120dd4a8a6a21de22e8170a
21
+ - @lynx-js/css-serializer@0.1.2-canary-20250307033314-e62db8dca21c8c178120dd4a8a6a21de22e8170a
22
22
 
23
23
  ## 0.6.3
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/template-webpack-plugin-canary",
3
- "version": "0.6.4-canary-20250307-7b2cceb2",
3
+ "version": "0.6.4-canary-20250307-e62db8dc",
4
4
  "description": "Simplifies creation of Lynx template files to serve your webpack bundles",
5
5
  "keywords": [
6
6
  "webpack",
@@ -32,9 +32,9 @@
32
32
  "README.md"
33
33
  ],
34
34
  "dependencies": {
35
- "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.2-canary-20250307-7b2cceb2",
35
+ "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.2-canary-20250307-e62db8dc",
36
36
  "@lynx-js/tasm": "0.0.5",
37
- "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.5-canary-20250307-7b2cceb2",
37
+ "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.5-canary-20250307-e62db8dc",
38
38
  "@rspack/lite-tapable": "1.0.1",
39
39
  "css-tree": "^3.1.0",
40
40
  "object.groupby": "^1.0.3"