@lynx-js/template-webpack-plugin-canary 0.6.4-canary-20250309-870106fc → 0.6.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 +6 -6
  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-20250309084456-870106fcb00d54a9f952be14c9bdcc592099863c
3
+ ## 0.6.4
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,7 +11,7 @@
11
11
  - Add `defaultOverflowVisible` option to `LynxTemplatePlugin`. ([#78](https://github.com/lynx-family/lynx-stack/pull/78))
12
12
 
13
13
  ```js
14
- import { LynxTemplatePlugin } from "@lynx-js/template-webpack-plugin";
14
+ import { LynxTemplatePlugin } from '@lynx-js/template-webpack-plugin';
15
15
 
16
16
  new LynxTemplatePlugin({
17
17
  defaultOverflowVisible: false,
@@ -19,8 +19,8 @@
19
19
  ```
20
20
 
21
21
  - Updated dependencies [[`c617453`](https://github.com/lynx-family/lynx-stack/commit/c617453aea967aba702967deb2916b5c883f03bb)]:
22
- - @lynx-js/webpack-runtime-globals@0.0.5-canary-20250309084456-870106fcb00d54a9f952be14c9bdcc592099863c
23
- - @lynx-js/css-serializer@0.1.2-canary-20250309084456-870106fcb00d54a9f952be14c9bdcc592099863c
22
+ - @lynx-js/webpack-runtime-globals@0.0.5
23
+ - @lynx-js/css-serializer@0.1.2
24
24
 
25
25
  ## 0.6.3
26
26
 
@@ -30,10 +30,10 @@
30
30
  - 1abf8f0: Add `entryNames` parameter to `beforeEncode` hook.
31
31
 
32
32
  ```js
33
- import { LynxTemplatePlugin } from "@lynx-js/template-webpack-plugin";
33
+ import { LynxTemplatePlugin } from '@lynx-js/template-webpack-plugin';
34
34
 
35
35
  const hooks = LynxTemplatePlugin.getLynxTemplatePluginHooks(compilation);
36
- hooks.beforeEncode.tap("MyPlugin", ({ entryNames }) => {
36
+ hooks.beforeEncode.tap('MyPlugin', ({ entryNames }) => {
37
37
  console.log(entryNames);
38
38
  });
39
39
  ```
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-20250309-870106fc",
3
+ "version": "0.6.4",
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-20250309-870106fc",
35
+ "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.2",
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-20250309-870106fc",
37
+ "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.5",
38
38
  "@rspack/lite-tapable": "1.0.1",
39
39
  "css-tree": "^3.1.0",
40
40
  "object.groupby": "^1.0.3"