@archlinter/core 0.8.2 → 0.9.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.d.ts +1 -0
  2. package/package.json +7 -7
package/index.d.ts CHANGED
@@ -211,6 +211,7 @@ export interface JsSnapshotSmell {
211
211
  files: Array<string>
212
212
  metrics: Record<string, unknown>
213
213
  details?: unknown
214
+ locations: Array<JsLocationDetail>
214
215
  }
215
216
  export declare function runDiff(options: JsDiffOptions): JsDiffResult
216
217
  export declare function runDiffAsync(options: JsDiffOptions): Promise<JsDiffResult>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archlinter/core",
3
- "version": "0.8.2",
3
+ "version": "0.9.0",
4
4
  "description": "Core library for archlint - programmatic API",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -27,12 +27,12 @@
27
27
  }
28
28
  },
29
29
  "optionalDependencies": {
30
- "@archlinter/core-win32-x64-msvc": "0.8.2",
31
- "@archlinter/core-darwin-x64": "0.8.2",
32
- "@archlinter/core-linux-x64-gnu": "0.8.2",
33
- "@archlinter/core-linux-x64-musl": "0.8.2",
34
- "@archlinter/core-linux-arm64-gnu": "0.8.2",
35
- "@archlinter/core-darwin-arm64": "0.8.2"
30
+ "@archlinter/core-win32-x64-msvc": "0.9.0",
31
+ "@archlinter/core-darwin-x64": "0.9.0",
32
+ "@archlinter/core-linux-x64-gnu": "0.9.0",
33
+ "@archlinter/core-linux-x64-musl": "0.9.0",
34
+ "@archlinter/core-linux-arm64-gnu": "0.9.0",
35
+ "@archlinter/core-darwin-arm64": "0.9.0"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=18"