vovk-rust 0.0.1-draft.41 → 0.0.1-draft.44

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.
@@ -75,7 +75,7 @@ pub fn read_full_schema() -> Result<VovkSchema, Box<dyn std::error::Error>> {
75
75
  let manifest_dir = env!("CARGO_MANIFEST_DIR");
76
76
 
77
77
  // Build the full path to the data file
78
- let json_path = Path::new(manifest_dir).join("data/schema.json");
78
+ let json_path = Path::new(manifest_dir).join("src/schema.json");
79
79
 
80
80
  // Open the file
81
81
  let file = File::open(&json_path)?;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vovk-rust",
3
- "version": "0.0.1-draft.41",
3
+ "version": "0.0.1-draft.44",
4
4
  "description": "Vovk.ts Rust client",
5
5
  "scripts": {
6
6
  "build": "tsc",