@sjcrh/proteinpaint-rust 2.167.0 → 2.170.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/Cargo.toml CHANGED
@@ -123,10 +123,14 @@ path="src/cerno.rs"
123
123
  name="readH5"
124
124
  path="src/readH5.rs"
125
125
 
126
- [[bin]]
127
- name="aichatbot"
128
- path="src/aichatbot.rs"
129
-
130
126
  [[bin]]
131
127
  name="manhattan_plot"
132
128
  path="src/manhattan_plot.rs"
129
+
130
+ [[bin]]
131
+ name="query_classification"
132
+ path="src/query_classification.rs"
133
+
134
+ [[bin]]
135
+ name="summary_agent"
136
+ path="src/summary_agent.rs"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.167.0",
2
+ "version": "2.170.0",
3
3
  "name": "@sjcrh/proteinpaint-rust",
4
4
  "type": "module",
5
5
  "description": "Rust-based utilities for proteinpaint",