diff --git a/.changeset/silver-beans-breathe.md b/.changeset/silver-beans-breathe.md new file mode 100644 index 0000000..f46eadc --- /dev/null +++ b/.changeset/silver-beans-breathe.md @@ -0,0 +1,9 @@ +--- +"@platforma-open/milaboratories.software-small-binaries.runenv-java-stub": patch +"@platforma-open/milaboratories.software-small-binaries.read-with-sleep": patch +"@platforma-open/milaboratories.software-small-binaries.guided-command": patch +"@platforma-open/milaboratories.software-small-binaries.hello-world": patch +"@platforma-open/milaboratories.software-small-binaries.sleep": patch +--- + +Drop compiled binary from contents of npm package diff --git a/guided-command/package.json b/guided-command/package.json index 73817df..044a1d7 100644 --- a/guided-command/package.json +++ b/guided-command/package.json @@ -32,6 +32,9 @@ "devDependencies": { "@platforma-sdk/package-builder": "catalog:" }, + "files": [ + "dist/" + ], "keywords": [], "author": "", "license": "UNLICENSED" diff --git a/hello-world/package.json b/hello-world/package.json index f5e0f68..4cc3c10 100644 --- a/hello-world/package.json +++ b/hello-world/package.json @@ -34,5 +34,8 @@ }, "keywords": [], "author": "", + "files": [ + "dist/" + ], "license": "UNLICENSED" } diff --git a/read-with-sleep/package.json b/read-with-sleep/package.json index e92da95..b73a987 100644 --- a/read-with-sleep/package.json +++ b/read-with-sleep/package.json @@ -34,5 +34,8 @@ }, "keywords": [], "author": "", + "files": [ + "dist/" + ], "license": "UNLICENSED" } diff --git a/runenv-java-stub/package.json b/runenv-java-stub/package.json index 6d65813..92f051e 100644 --- a/runenv-java-stub/package.json +++ b/runenv-java-stub/package.json @@ -33,5 +33,8 @@ }, "keywords": [], "author": "", + "files": [ + "dist/" + ], "license": "UNLICENSED" } diff --git a/sleep/package.json b/sleep/package.json index 84da129..36b8fc4 100644 --- a/sleep/package.json +++ b/sleep/package.json @@ -34,5 +34,8 @@ }, "keywords": [], "author": "", + "files": [ + "dist/" + ], "license": "UNLICENSED" }