@lynx-js/template-webpack-plugin-canary 0.6.4-canary-20250304-2ea4f0d8 → 0.6.4-canary-20250304-27f7aabf

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @lynx-js/template-webpack-plugin
2
2
 
3
- ## 0.6.4-canary-20250304135551-2ea4f0d83fcb87f7f9bc62e92ecba85b7505930c
3
+ ## 0.6.4-canary-20250304142409-27f7aabf9f2c1f8368983612a1db9ef48fe6ab1d
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c617453: Support NPM provenance.
8
8
  - Updated dependencies [c617453]
9
- - @lynx-js/webpack-runtime-globals@0.0.5-canary-20250304135551-2ea4f0d83fcb87f7f9bc62e92ecba85b7505930c
10
- - @lynx-js/css-serializer@0.1.2-canary-20250304135551-2ea4f0d83fcb87f7f9bc62e92ecba85b7505930c
9
+ - @lynx-js/webpack-runtime-globals@0.0.5-canary-20250304142409-27f7aabf9f2c1f8368983612a1db9ef48fe6ab1d
10
+ - @lynx-js/css-serializer@0.1.2-canary-20250304142409-27f7aabf9f2c1f8368983612a1db9ef48fe6ab1d
11
11
 
12
12
  ## 0.6.3
13
13
 
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-20250304-2ea4f0d8",
3
+ "version": "0.6.4-canary-20250304-27f7aabf",
4
4
  "description": "Simplifies creation of Lynx template files to serve your webpack bundles",
5
5
  "keywords": [
6
6
  "webpack",
@@ -32,15 +32,15 @@
32
32
  "README.md"
33
33
  ],
34
34
  "dependencies": {
35
- "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.2-canary-20250304-2ea4f0d8",
35
+ "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.2-canary-20250304-27f7aabf",
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-20250304-2ea4f0d8",
37
+ "@lynx-js/webpack-runtime-globals": "npm:@lynx-js/webpack-runtime-globals-canary@0.0.5-canary-20250304-27f7aabf",
38
38
  "@rspack/lite-tapable": "1.0.1",
39
39
  "css-tree": "^3.1.0",
40
40
  "object.groupby": "^1.0.3"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "7.51.0",
43
+ "@microsoft/api-extractor": "7.51.1",
44
44
  "@types/css-tree": "^2.3.10",
45
45
  "@types/object.groupby": "^1.0.4",
46
46
  "webpack": "^5.98.0",