@lynx-js/template-webpack-plugin-canary 0.7.2-canary-20250606-5651e248 → 0.7.2

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @lynx-js/template-webpack-plugin
2
2
 
3
- ## 0.7.2-canary-20250606121521-5651e24827358963c3261252bcc53c2ad981c13e
3
+ ## 0.7.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [[`ccb4254`](https://github.com/lynx-family/lynx-stack/commit/ccb4254cf4008362e2536a473660c4e3453e5a64)]:
8
- - @lynx-js/css-serializer@0.1.3-canary-20250606121521-5651e24827358963c3261252bcc53c2ad981c13e
8
+ - @lynx-js/css-serializer@0.1.3
9
9
 
10
10
  ## 0.7.1
11
11
 
@@ -32,7 +32,7 @@
32
32
  example:
33
33
 
34
34
  ```js
35
- import { defineConfig } from "@lynx-js/rspeedy";
35
+ import { defineConfig } from '@lynx-js/rspeedy';
36
36
 
37
37
  export default defineConfig({
38
38
  output: {
@@ -127,7 +127,7 @@
127
127
  - Add `defaultOverflowVisible` option to `LynxTemplatePlugin`. ([#78](https://github.com/lynx-family/lynx-stack/pull/78))
128
128
 
129
129
  ```js
130
- import { LynxTemplatePlugin } from "@lynx-js/template-webpack-plugin";
130
+ import { LynxTemplatePlugin } from '@lynx-js/template-webpack-plugin';
131
131
 
132
132
  new LynxTemplatePlugin({
133
133
  defaultOverflowVisible: false,
@@ -146,10 +146,10 @@
146
146
  - 1abf8f0: Add `entryNames` parameter to `beforeEncode` hook.
147
147
 
148
148
  ```js
149
- import { LynxTemplatePlugin } from "@lynx-js/template-webpack-plugin";
149
+ import { LynxTemplatePlugin } from '@lynx-js/template-webpack-plugin';
150
150
 
151
151
  const hooks = LynxTemplatePlugin.getLynxTemplatePluginHooks(compilation);
152
- hooks.beforeEncode.tap("MyPlugin", ({ entryNames }) => {
152
+ hooks.beforeEncode.tap('MyPlugin', ({ entryNames }) => {
153
153
  console.log(entryNames);
154
154
  });
155
155
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/template-webpack-plugin-canary",
3
- "version": "0.7.2-canary-20250606-5651e248",
3
+ "version": "0.7.2",
4
4
  "description": "Simplifies creation of Lynx template files to serve your webpack bundles",
5
5
  "keywords": [
6
6
  "webpack",
@@ -32,7 +32,7 @@
32
32
  "README.md"
33
33
  ],
34
34
  "dependencies": {
35
- "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.3-canary-20250606-5651e248",
35
+ "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.3",
36
36
  "@lynx-js/tasm": "0.0.5",
37
37
  "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.5",
38
38
  "@rspack/lite-tapable": "1.0.1",