@platforma-open/milaboratories.software-small-binaries 1.14.5 → 1.15.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.
@@ -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"}}}
@@ -0,0 +1 @@
1
+ {"name":"@platforma-open/milaboratories.software-small-binaries:mnz-client","binary":{"type":"binary","registry":"platforma-open","package":"platforma-open/milaboratories.software-small-binaries/mnz-client/1.0.0-{os}-{arch}.tgz","cmd":["{pkg}/mnz-client"],"envVars":[]}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.software-small-binaries",
3
- "version": "1.14.5",
3
+ "version": "1.15.0",
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",
@@ -97,6 +97,19 @@
97
97
  }
98
98
  },
99
99
 
100
+ "mnz-client": {
101
+ "registry": "platforma-open",
102
+ "version": "1.0.0",
103
+ "type": "binary",
104
+ "roots": {
105
+ "linux-x64": "./build/linux-x64/mnz-client",
106
+ "linux-aarch64": "./build/linux-aarch64/mnz-client",
107
+ "macosx-x64": "./build/macosx-x64/mnz-client",
108
+ "macosx-aarch64": "./build/macosx-aarch64/mnz-client",
109
+ "windows-x64": "./build/windows-x64/mnz-client"
110
+ }
111
+ },
112
+
100
113
  "runenv-java-stub": {
101
114
  "registry": "platforma-open",
102
115
  "version": "1.0.1",
@@ -213,6 +226,12 @@
213
226
  "artifact": "table-converter",
214
227
  "cmd": [ "{pkg}/table-converter" ]
215
228
  }
229
+ },
230
+ "mnz-client": {
231
+ "binary": {
232
+ "artifact": "mnz-client",
233
+ "cmd": [ "{pkg}/mnz-client" ]
234
+ }
216
235
  }
217
236
  }
218
237
  },
@@ -222,6 +241,6 @@
222
241
  "license": "UNLICENSED",
223
242
  "devDependencies": {
224
243
  "@platforma-open/milaboratories.runenv-python-3": "^1.0.0",
225
- "@platforma-sdk/package-builder": "^2.10.4"
244
+ "@platforma-sdk/package-builder": "^2.11.1"
226
245
  }
227
246
  }