@platforma-open/milaboratories.software-small-binaries 1.14.4 → 1.14.6

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
- {"name":"@platforma-open/milaboratories.software-small-binaries:small-asset","asset":{"registry":"platforma-open","package":"platforma-open/milaboratories.software-small-binaries/small-asset/1.1.1.zip"}}
1
+ {"name":"@platforma-open/milaboratories.software-small-binaries:small-asset","asset":{"registry":"platforma-open","package":"platforma-open/milaboratories.software-small-binaries/small-asset/1.1.1.zip","url":"https://bin.pl-open.science/platforma-open/milaboratories.software-small-binaries/small-asset/1.1.1.zip"}}
@@ -1 +1 @@
1
- {"name":"@platforma-open/milaboratories.software-small-binaries:hello-world-py","binary":{"type":"python","registry":"platforma-open","package":"platforma-open/milaboratories.software-small-binaries/hello-world-py/1.0.0.tgz","cmd":["python","{pkg}/hello.py"],"envVars":[],"runEnv":{"name":"@platforma-open/milaboratories.runenv-python-3:3.12.6","type":"python","registry":"platforma-open","package":"platforma-open/milaboratories.runenv-python-3/3.12.6/3.12.6-{os}-{arch}.tgz","binDir":"bin"},"toolset":"pip","dependencies":{"requirements":"requirements.txt"}}}
1
+ {"name":"@platforma-open/milaboratories.software-small-binaries:hello-world-py","binary":{"type":"python","registry":"platforma-open","package":"platforma-open/milaboratories.software-small-binaries/hello-world-py/1.0.1.tgz","cmd":["python","{pkg}/hello.py"],"envVars":[],"runEnv":{"name":"@platforma-open/milaboratories.runenv-python-3:3.12.6","type":"python","registry":"platforma-open","package":"platforma-open/milaboratories.runenv-python-3/3.12.6/3.12.6-{os}-{arch}.tgz","binDir":"bin"},"toolset":"pip","dependencies":{"requirements":"requirements.txt"}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.software-small-binaries",
3
- "version": "1.14.4",
3
+ "version": "1.14.6",
4
4
  "description": "Small cross-platform binaries, like 'sleep' or 'hello-world', suitable for test needs",
5
5
  "scripts": {
6
6
  "cleanup": "rm -rf ./pkg-*.tgz && rm -rf ./build/ && rm -rf ./dist/",
@@ -34,7 +34,7 @@
34
34
 
35
35
  "hello-world-py": {
36
36
  "registry": "platforma-open",
37
- "version": "1.0.0",
37
+ "version": "1.0.1",
38
38
  "root": "./hello-world-py",
39
39
 
40
40
  "type": "python",
@@ -131,7 +131,10 @@
131
131
  "small-asset": {
132
132
  "asset": {
133
133
  "type": "asset",
134
- "registry": "platforma-open",
134
+ "registry": {
135
+ "name": "platforma-open",
136
+ "downloadURL": "https://bin.pl-open.science/"
137
+ },
135
138
  "version": "1.1.1",
136
139
  "root": "small-asset/"
137
140
  }
@@ -219,6 +222,6 @@
219
222
  "license": "UNLICENSED",
220
223
  "devDependencies": {
221
224
  "@platforma-open/milaboratories.runenv-python-3": "^1.0.0",
222
- "@platforma-sdk/package-builder": "^2.10.3"
225
+ "@platforma-sdk/package-builder": "^2.11.1"
223
226
  }
224
227
  }