jscan 0.2.2 → 0.3.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,6 +1,6 @@
1
1
  {
2
2
  "name": "jscan",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "Code quality analyzer for JavaScript/TypeScript projects",
5
5
  "keywords": [
6
6
  "javascript",
@@ -29,9 +29,9 @@
29
29
  "node": ">=14"
30
30
  },
31
31
  "optionalDependencies": {
32
- "jscan-darwin-arm64": "0.2.2",
33
- "jscan-linux-arm64": "0.2.2",
34
- "jscan-linux-x64": "0.2.2",
35
- "jscan-windows-x64": "0.2.2"
32
+ "jscan-darwin-arm64": "0.3.0",
33
+ "jscan-linux-arm64": "0.3.0",
34
+ "jscan-linux-x64": "0.3.0",
35
+ "jscan-windows-x64": "0.3.0"
36
36
  }
37
37
  }
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jscan-darwin-arm64",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "jscan binary for macOS ARM64",
5
5
  "os": [
6
6
  "darwin"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jscan-linux-arm64",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "jscan binary for Linux ARM64",
5
5
  "os": [
6
6
  "linux"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jscan-linux-x64",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "jscan binary for Linux x64",
5
5
  "os": [
6
6
  "linux"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jscan-windows-x64",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "jscan binary for Windows x64",
5
5
  "os": [
6
6
  "win32"