@emend-ai/utim 1.46.2 → 1.46.5

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/bin/utim.js +1 -1
  2. package/package.json +1 -1
package/bin/utim.js CHANGED
@@ -147,7 +147,7 @@ function installEngine(python) {
147
147
  process.stderr.write(
148
148
  '\nšŸ’” Prebuilt package setup failed. Installing build dependencies (rust, clang) to compile from source...\n\n'
149
149
  );
150
- spawnSync('pkg', ['install', '-y', 'clang', 'rust', 'make', 'libfft-dev', 'libffi-dev', 'openssl-dev'], {
150
+ spawnSync('pkg', ['install', '-y', 'clang', 'rust', 'make', 'libffi', 'openssl'], {
151
151
  stdio: 'inherit',
152
152
  shell: false,
153
153
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emend-ai/utim",
3
- "version": "1.46.2",
3
+ "version": "1.46.5",
4
4
  "description": "UTIM – Universal Terminal Intelligence Manager. An agentic AI coding assistant for your terminal.",
5
5
  "keywords": [
6
6
  "ai",