palabra 1.12.2 → 1.12.4

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.
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2026.04.09, v1.12.4
2
+
3
+ feature:
4
+ - 88d4158 palabra: letra: nvm: PREFIX support
5
+
6
+ 2026.04.09, v1.12.3
7
+
8
+ fix:
9
+ - aa941c2 palabra: letra: rust: commands
10
+
1
11
  2026.04.09, v1.12.2
2
12
 
3
13
  fix:
@@ -6,6 +6,8 @@
6
6
  "NVM_DIR": "{{ directorio }}"
7
7
  },
8
8
  "commands": [
9
+ "sed -i.bak 's/nvm_die_on_prefix() {/nvm_die_on_prefix() { return;/' $NVM_DIR/nvm.sh;",
10
+ "rm $NVM_DIR/nvm.sh.bak;",
9
11
  "source . $NVM_DIR/nvm.sh"
10
12
  ]
11
13
  }
@@ -24,7 +24,6 @@
24
24
  "CARGO_HOME": "{{ directorio }}/cargo"
25
25
  },
26
26
  "commands": [
27
- "source $CARGO_HOME/env",
28
27
  "rustup default stable"
29
28
  ]
30
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "1.12.2",
3
+ "version": "1.12.4",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",