@vizejs/native 0.64.0 → 0.66.0

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/index.js +2 -0
  2. package/package.json +9 -9
package/index.js CHANGED
@@ -302,6 +302,7 @@ const {
302
302
  generateArtCatalog,
303
303
  generateArtDocsBatch,
304
304
  generateArtPalette,
305
+ formatSfc,
305
306
  lint,
306
307
  lintPatinaSfc,
307
308
  getPatinaRules,
@@ -324,6 +325,7 @@ module.exports.generateArtDoc = generateArtDoc;
324
325
  module.exports.generateArtCatalog = generateArtCatalog;
325
326
  module.exports.generateArtDocsBatch = generateArtDocsBatch;
326
327
  module.exports.generateArtPalette = generateArtPalette;
328
+ module.exports.formatSfc = formatSfc;
327
329
  module.exports.lint = lint;
328
330
  module.exports.lintPatinaSfc = lintPatinaSfc;
329
331
  module.exports.getPatinaRules = getPatinaRules;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/native",
3
- "version": "0.64.0",
3
+ "version": "0.66.0",
4
4
  "description": "High-performance Vue.js compiler - Native bindings",
5
5
  "keywords": [
6
6
  "compiler",
@@ -41,14 +41,14 @@
41
41
  ]
42
42
  },
43
43
  "optionalDependencies": {
44
- "@vizejs/native-darwin-x64": "0.64.0",
45
- "@vizejs/native-darwin-arm64": "0.64.0",
46
- "@vizejs/native-win32-x64-msvc": "0.64.0",
47
- "@vizejs/native-win32-arm64-msvc": "0.64.0",
48
- "@vizejs/native-linux-x64-gnu": "0.64.0",
49
- "@vizejs/native-linux-x64-musl": "0.64.0",
50
- "@vizejs/native-linux-arm64-gnu": "0.64.0",
51
- "@vizejs/native-linux-arm64-musl": "0.64.0"
44
+ "@vizejs/native-darwin-x64": "0.66.0",
45
+ "@vizejs/native-darwin-arm64": "0.66.0",
46
+ "@vizejs/native-win32-x64-msvc": "0.66.0",
47
+ "@vizejs/native-win32-arm64-msvc": "0.66.0",
48
+ "@vizejs/native-linux-x64-gnu": "0.66.0",
49
+ "@vizejs/native-linux-x64-musl": "0.66.0",
50
+ "@vizejs/native-linux-arm64-gnu": "0.66.0",
51
+ "@vizejs/native-linux-arm64-musl": "0.66.0"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "node ./scripts/build-local.mjs --release",