ai-hist-native 0.4.1 → 0.4.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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-hist-native",
3
- "version": "0.4.1",
4
- "description": "Native (napi) binding for ai-hist \u2014 in-process sync + cloud push.",
3
+ "version": "0.4.3",
4
+ "description": "Native (napi) binding for ai-hist in-process sync + cloud push.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "license": "MIT",
@@ -42,11 +42,11 @@
42
42
  "@napi-rs/cli": "^2.18.4"
43
43
  },
44
44
  "optionalDependencies": {
45
- "ai-hist-native-darwin-arm64": "0.4.1",
46
- "ai-hist-native-darwin-x64": "0.4.1",
47
- "ai-hist-native-linux-x64-gnu": "0.4.1",
48
- "ai-hist-native-linux-arm64-gnu": "0.4.1",
49
- "ai-hist-native-linux-x64-musl": "0.4.1",
50
- "ai-hist-native-linux-arm64-musl": "0.4.1"
45
+ "ai-hist-native-darwin-arm64": "0.4.3",
46
+ "ai-hist-native-darwin-x64": "0.4.3",
47
+ "ai-hist-native-linux-x64-gnu": "0.4.3",
48
+ "ai-hist-native-linux-arm64-gnu": "0.4.3",
49
+ "ai-hist-native-linux-x64-musl": "0.4.3",
50
+ "ai-hist-native-linux-arm64-musl": "0.4.3"
51
51
  }
52
- }
52
+ }