@wilm-ai/wilma-cli 1.4.1 → 1.4.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -815,7 +815,6 @@ async function handleUpdate() {
815
815
  return new Promise((resolve, reject) => {
816
816
  const child = spawn("npm", ["install", "-g", "@wilm-ai/wilma-cli@latest"], {
817
817
  stdio: "inherit",
818
- shell: true,
819
818
  });
820
819
  child.on("error", (err) => {
821
820
  if (err.code === "ENOENT") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wilm-ai/wilma-cli",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",