@lynx-js/template-webpack-plugin-canary 0.7.0-canary-20250522-a55bc0c2 → 0.7.0-canary-20250522-cf52ed7d

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/template-webpack-plugin
2
2
 
3
- ## 0.7.0-canary-20250522100628-a55bc0c2bd739b7d7fbf137aa024b8b5c4b2786b
3
+ ## 0.7.0-canary-20250522122354-cf52ed7d672519b7309a049297e90cb95d3ba540
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -218,14 +218,6 @@ export interface LynxTemplatePluginOptions {
218
218
  * @defaultValue `true`
219
219
  */
220
220
  defaultOverflowVisible?: boolean;
221
- /**
222
- * `encodeBinary` is used to specify the binary of the template encoder.
223
- *
224
- * @defaultValue `napi`
225
- *
226
- * @public
227
- */
228
- encodeBinary?: 'napi' | 'wasm';
229
221
  /**
230
222
  * {@inheritdoc @lynx-js/react-rsbuild-plugin#PluginReactLynxOptions.experimental_isLazyBundle}
231
223
  *
@@ -89,7 +89,6 @@ export class LynxTemplatePlugin {
89
89
  defaultOverflowVisible: true,
90
90
  removeDescendantSelectorScope: false,
91
91
  dsl: 'react_nodiff',
92
- encodeBinary: 'napi',
93
92
  experimental_isLazyBundle: false,
94
93
  cssPlugins: [],
95
94
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/template-webpack-plugin-canary",
3
- "version": "0.7.0-canary-20250522-a55bc0c2",
3
+ "version": "0.7.0-canary-20250522-cf52ed7d",
4
4
  "description": "Simplifies creation of Lynx template files to serve your webpack bundles",
5
5
  "keywords": [
6
6
  "webpack",
@@ -44,8 +44,8 @@
44
44
  "@types/css-tree": "^2.3.10",
45
45
  "@types/object.groupby": "^1.0.4",
46
46
  "webpack": "^5.99.9",
47
- "@lynx-js/test-tools": "0.0.0",
48
- "@lynx-js/vitest-setup": "0.0.0"
47
+ "@lynx-js/vitest-setup": "0.0.0",
48
+ "@lynx-js/test-tools": "0.0.0"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">=18"