@vizejs/native 0.38.0 → 0.40.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 -2
  2. package/package.json +9 -9
package/index.js CHANGED
@@ -294,7 +294,7 @@ const {
294
294
  parseSfc,
295
295
  compileSfc,
296
296
  compileSfcBatch,
297
- compileSfcBatchWithResults,
297
+ compileSfcBatchWithResults,
298
298
  compileCss,
299
299
  parseArt,
300
300
  artToCsf,
@@ -314,7 +314,7 @@ module.exports.parseSfc = parseSfc;
314
314
  module.exports.compileSfc = compileSfc;
315
315
  module.exports.compileSfcBatch = compileSfcBatch;
316
316
  module.exports.compileSfcBatchWithResults = compileSfcBatchWithResults;
317
- module.exports.compileCss = compileCss
317
+ module.exports.compileCss = compileCss;
318
318
  module.exports.parseArt = parseArt;
319
319
  module.exports.artToCsf = artToCsf;
320
320
  module.exports.generateArtDoc = generateArtDoc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/native",
3
- "version": "0.38.0",
3
+ "version": "0.40.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.38.0",
45
- "@vizejs/native-darwin-arm64": "0.38.0",
46
- "@vizejs/native-win32-x64-msvc": "0.38.0",
47
- "@vizejs/native-win32-arm64-msvc": "0.38.0",
48
- "@vizejs/native-linux-x64-gnu": "0.38.0",
49
- "@vizejs/native-linux-x64-musl": "0.38.0",
50
- "@vizejs/native-linux-arm64-gnu": "0.38.0",
51
- "@vizejs/native-linux-arm64-musl": "0.38.0"
44
+ "@vizejs/native-darwin-x64": "0.40.0",
45
+ "@vizejs/native-darwin-arm64": "0.40.0",
46
+ "@vizejs/native-win32-x64-msvc": "0.40.0",
47
+ "@vizejs/native-win32-arm64-msvc": "0.40.0",
48
+ "@vizejs/native-linux-x64-gnu": "0.40.0",
49
+ "@vizejs/native-linux-x64-musl": "0.40.0",
50
+ "@vizejs/native-linux-arm64-gnu": "0.40.0",
51
+ "@vizejs/native-linux-arm64-musl": "0.40.0"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "napi build --platform --release --manifest-path ../../crates/vize_vitrine/Cargo.toml -p vize_vitrine --features napi --output-dir .",