@lynx-js/template-webpack-plugin-canary 0.6.3 → 0.6.4-canary-20250304-c617453a

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 +11 -2
  2. package/package.json +8 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @lynx-js/template-webpack-plugin
2
2
 
3
+ ## 0.6.4-canary-20250304134447-c617453aea967aba702967deb2916b5c883f03bb
4
+
5
+ ### Patch Changes
6
+
7
+ - c617453: Support NPM provenance.
8
+ - Updated dependencies [c617453]
9
+ - @lynx-js/webpack-runtime-globals@0.0.5-canary-20250304134447-c617453aea967aba702967deb2916b5c883f03bb
10
+ - @lynx-js/css-serializer@0.1.2-canary-20250304134447-c617453aea967aba702967deb2916b5c883f03bb
11
+
3
12
  ## 0.6.3
4
13
 
5
14
  ### Patch Changes
@@ -8,10 +17,10 @@
8
17
  - 1abf8f0: Add `entryNames` parameter to `beforeEncode` hook.
9
18
 
10
19
  ```js
11
- import { LynxTemplatePlugin } from '@lynx-js/template-webpack-plugin';
20
+ import { LynxTemplatePlugin } from "@lynx-js/template-webpack-plugin";
12
21
 
13
22
  const hooks = LynxTemplatePlugin.getLynxTemplatePluginHooks(compilation);
14
- hooks.beforeEncode.tap('MyPlugin', ({ entryNames }) => {
23
+ hooks.beforeEncode.tap("MyPlugin", ({ entryNames }) => {
15
24
  console.log(entryNames);
16
25
  });
17
26
  ```
package/package.json CHANGED
@@ -1,11 +1,16 @@
1
1
  {
2
2
  "name": "@lynx-js/template-webpack-plugin-canary",
3
- "version": "0.6.3",
3
+ "version": "0.6.4-canary-20250304-c617453a",
4
4
  "description": "Simplifies creation of Lynx template files to serve your webpack bundles",
5
5
  "keywords": [
6
6
  "webpack",
7
7
  "Lynx"
8
8
  ],
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/lynx-family/lynx-stack.git",
12
+ "directory": "packages/webpack/template-webpack-plugin"
13
+ },
9
14
  "license": "Apache-2.0",
10
15
  "author": {
11
16
  "name": "Qingyu Wang",
@@ -27,9 +32,9 @@
27
32
  "README.md"
28
33
  ],
29
34
  "dependencies": {
30
- "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.1",
35
+ "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.2-canary-20250304-c617453a",
31
36
  "@lynx-js/tasm": "0.0.5",
32
- "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.4",
37
+ "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.5-canary-20250304-c617453a",
33
38
  "@rspack/lite-tapable": "1.0.1",
34
39
  "css-tree": "^3.1.0",
35
40
  "object.groupby": "^1.0.3"