@sjcrh/proteinpaint-rust 2.128.1 → 2.129.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.
@@ -11,8 +11,8 @@ const __dirname = import.meta.dirname
11
11
 
12
12
  // Read package.json
13
13
  const packageJson = JSON.parse(fs.readFileSync(path.join(__dirname, 'package.json'), 'utf8'))
14
- const { version, pp_release_tag } = packageJson
15
-
14
+ const { version } = packageJson
15
+ const pp_release_tag = `v${version}`
16
16
  const targetDirectory = './target/release'
17
17
 
18
18
  function downloadBinary(url, outputPath) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.128.1",
2
+ "version": "2.129.0",
3
3
  "name": "@sjcrh/proteinpaint-rust",
4
4
  "type": "module",
5
5
  "description": "Rust-based utilities for proteinpaint",