@platforma-open/milaboratories.top-antibodies.spectratype 1.8.1 → 1.8.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.
@@ -1 +1 @@
1
- {"type":"python","platform":"linux-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.8.1.tgz","uploadPath":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.8.1.tgz"}
1
+ {"type":"python","platform":"linux-x64","registryURL":"https://bin.pl-open.science/","registryName":"platforma-open","remoteArtifactLocation":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.8.3.tgz","uploadPath":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.8.3.tgz"}
@@ -1 +1 @@
1
- {"type":"docker","platform":"linux-x64","remoteArtifactLocation":"containers.pl-open.science/milaboratories/pl-containers:platforma-open.milaboratories.top-antibodies.spectratype.main.45be942e4509"}
1
+ {"type":"docker","platform":"linux-x64","remoteArtifactLocation":"containers.pl-open.science/milaboratories/pl-containers:platforma-open.milaboratories.top-antibodies.spectratype.main.38b84dd0970f","entrypoint":[]}
@@ -1 +1 @@
1
- {"name":"@platforma-open/milaboratories.top-antibodies.spectratype:main","binary":{"type":"python","registry":"platforma-open","package":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.8.1.tgz","cmd":["python","{pkg}/main.py"],"envVars":[],"runEnv":{"name":"@platforma-open/milaboratories.runenv-python-3:3.12.10","type":"python","registry":"platforma-open","package":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.20-{os}-{arch}.tgz","python-version":"3.12.10","envVars":[],"binDir":"bin"},"toolset":"pip","dependencies":{"requirements":"requirements.txt"}},"docker":{"tag":"containers.pl-open.science/milaboratories/pl-containers:platforma-open.milaboratories.top-antibodies.spectratype.main.45be942e4509","entrypoint":[],"cmd":["python","{pkg}/main.py"],"pkg":"/app"}}
1
+ {"name":"@platforma-open/milaboratories.top-antibodies.spectratype:main","binary":{"type":"python","registry":"platforma-open","package":"software/platforma-open/milaboratories.top-antibodies.spectratype/main/1.8.3.tgz","cmd":["python","{pkg}/main.py"],"envVars":[],"runEnv":{"name":"@platforma-open/milaboratories.runenv-python-3:3.12.10","type":"python","registry":"platforma-open","package":"software/platforma-open/milaboratories.runenv-python-3.12.10/main/1.2.20-{os}-{arch}.tgz","python-version":"3.12.10","envVars":[],"binDir":"bin"},"toolset":"pip","dependencies":{"requirements":"requirements.txt"}},"docker":{"tag":"containers.pl-open.science/milaboratories/pl-containers:platforma-open.milaboratories.top-antibodies.spectratype.main.38b84dd0970f","entrypoint":[],"cmd":["python","{pkg}/main.py"],"pkg":"/app"}}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.top-antibodies.spectratype",
3
- "version": "1.8.1",
3
+ "version": "1.8.3",
4
4
  "files": [
5
5
  "./dist/**/*"
6
6
  ],
7
7
  "dependencies": {},
8
8
  "devDependencies": {
9
- "@platforma-sdk/package-builder": "3.10.7",
9
+ "@platforma-sdk/package-builder": "3.12.0",
10
10
  "@platforma-open/milaboratories.runenv-python-3": "^1.4.9"
11
11
  },
12
12
  "block-software": {
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "scripts": {
35
35
  "build": "pl-pkg build",
36
- "do-pack": "rm -f *.tgz && pl-pkg build && pnpm pack && mv platforma-open*.tgz package.tgz",
36
+ "do-pack": "shx rm -f *.tgz && pl-pkg build && pnpm pack && shx mv platforma-open*.tgz package.tgz",
37
37
  "changeset": "changeset",
38
38
  "version-packages": "changeset version"
39
39
  }