swc-plugin-obsidian 2.18.0 → 2.20.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.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "swc-plugin-obsidian",
3
- "version": "2.18.0",
3
+ "version": "2.20.0",
4
4
  "description": "SWC plugin for Obsidian to be used with Vite or NextJS",
5
5
  "author": "Guy Carmeli",
6
6
  "main": "src/index.js",
7
7
  "scripts": {
8
- "build": "echo Build skipped",
8
+ "build": "echo Build skipped. Building Rust in CI is not supported at this time.",
9
9
  "build:local": "RUSTFLAGS=\"-C debuginfo=2\" cargo build --release --target wasm32-wasi",
10
10
  "prepack:disabled": "yarn copyBinary",
11
11
  "copyBinary": "cp target/wasm32-wasi/release/swc_plugin_obsidian.wasm src",
@@ -14,11 +14,11 @@
14
14
  "test:local": "cargo test"
15
15
  },
16
16
  "peerDependencies": {
17
- "@swc/core": "^1.7.36",
17
+ "@swc/core": "^1.10.15",
18
18
  "react-obsidian": "2.x"
19
19
  },
20
20
  "devDependencies": {
21
- "@swc/core": "^1.7.36",
21
+ "@swc/core": "1.10.15",
22
22
  "react-obsidian": "workspace:*",
23
23
  "typescript": "^5.7.3"
24
24
  },
Binary file