ai-hist-native 0.10.0 → 0.11.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/index.d.ts CHANGED
@@ -181,6 +181,7 @@ export interface SourceExemption {
181
181
  export interface DiscoverResult {
182
182
  contractVersion: number
183
183
  scope: string
184
+ locationsRun: Array<string>
184
185
  sessions: Array<CatalogSession>
185
186
  discovered: number
186
187
  skippedUnchanged: number
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-hist-native-darwin-arm64",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "os": [
5
5
  "darwin"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-hist-native-darwin-x64",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "os": [
5
5
  "darwin"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-hist-native-linux-arm64-gnu",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "os": [
5
5
  "linux"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-hist-native-linux-arm64-musl",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "os": [
5
5
  "linux"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-hist-native-linux-x64-gnu",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "os": [
5
5
  "linux"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-hist-native-linux-x64-musl",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "os": [
5
5
  "linux"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-hist-native-win32-x64-msvc",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "os": [
5
5
  "win32"
6
6
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-hist-native",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "Mandatory Node-API engine for RelayHistory.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -44,12 +44,12 @@
44
44
  "@napi-rs/cli": "^2.18.4"
45
45
  },
46
46
  "optionalDependencies": {
47
- "ai-hist-native-darwin-arm64": "0.10.0",
48
- "ai-hist-native-darwin-x64": "0.10.0",
49
- "ai-hist-native-linux-x64-gnu": "0.10.0",
50
- "ai-hist-native-linux-arm64-gnu": "0.10.0",
51
- "ai-hist-native-linux-x64-musl": "0.10.0",
52
- "ai-hist-native-linux-arm64-musl": "0.10.0",
53
- "ai-hist-native-win32-x64-msvc": "0.10.0"
47
+ "ai-hist-native-darwin-arm64": "0.11.0",
48
+ "ai-hist-native-darwin-x64": "0.11.0",
49
+ "ai-hist-native-linux-x64-gnu": "0.11.0",
50
+ "ai-hist-native-linux-arm64-gnu": "0.11.0",
51
+ "ai-hist-native-linux-x64-musl": "0.11.0",
52
+ "ai-hist-native-linux-arm64-musl": "0.11.0",
53
+ "ai-hist-native-win32-x64-msvc": "0.11.0"
54
54
  }
55
55
  }