svelte-check-rs 0.3.1 → 0.3.3

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/README.md CHANGED
@@ -13,6 +13,28 @@ A high-performance, Rust-powered diagnostic engine designed as a drop-in replace
13
13
 
14
14
  ## Installation
15
15
 
16
+ ### npm (recommended)
17
+
18
+ ```bash
19
+ npm install -D svelte-check-rs
20
+ ```
21
+
22
+ Then add to your package.json scripts:
23
+
24
+ ```json
25
+ {
26
+ "scripts": {
27
+ "check": "svelte-check-rs"
28
+ }
29
+ }
30
+ ```
31
+
32
+ Or run directly with npx:
33
+
34
+ ```bash
35
+ npx svelte-check-rs
36
+ ```
37
+
16
38
  ### macOS / Linux
17
39
 
18
40
  ```bash
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT",
25
25
  "name": "svelte-check-rs",
26
- "version": "0.3.1"
26
+ "version": "0.3.3"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -515,5 +515,5 @@
515
515
  }
516
516
  },
517
517
  "requires": true,
518
- "version": "0.3.1"
518
+ "version": "0.3.3"
519
519
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/pheuter/svelte-check-rs/releases/download/v0.3.1",
2
+ "artifactDownloadUrl": "https://github.com/pheuter/svelte-check-rs/releases/download/v0.3.3",
3
3
  "bin": {
4
4
  "svelte-check-rs": "run-svelte-check-rs.js"
5
5
  },
@@ -22,7 +22,7 @@
22
22
  "major": 2,
23
23
  "series": 35
24
24
  },
25
- "homepage": "https://github.com/pheuter/svelte-check-rs",
25
+ "homepage": "https://svelte-check-rs.vercel.app/",
26
26
  "license": "MIT",
27
27
  "name": "svelte-check-rs",
28
28
  "preferUnplugged": true,
@@ -76,7 +76,7 @@
76
76
  "zipExt": ".tar.xz"
77
77
  }
78
78
  },
79
- "version": "0.3.1",
79
+ "version": "0.3.3",
80
80
  "volta": {
81
81
  "node": "18.14.1",
82
82
  "npm": "9.5.0"