@platforma-open/milaboratories.software-small-binaries 1.13.2 → 1.14.2

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.
@@ -0,0 +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.0.0.zip"}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.software-small-binaries",
3
- "version": "1.13.2",
3
+ "version": "1.14.2",
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/",
@@ -128,6 +128,14 @@
128
128
  }
129
129
  },
130
130
  "entrypoints": {
131
+ "small-asset": {
132
+ "asset": {
133
+ "type": "asset",
134
+ "registry": "platforma-open",
135
+ "version": "1.0.0",
136
+ "root": "small-asset/"
137
+ }
138
+ },
131
139
  "runenv-java-stub": {
132
140
  "environment": {
133
141
  "artifact": "runenv-java-stub"
@@ -211,6 +219,6 @@
211
219
  "license": "UNLICENSED",
212
220
  "devDependencies": {
213
221
  "@platforma-open/milaboratories.runenv-python-3": "^1.0.0",
214
- "@platforma-sdk/package-builder": "^2.9.2"
222
+ "@platforma-sdk/package-builder": "^2.10.3"
215
223
  }
216
224
  }