palabra 1.13.5 → 1.13.7

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.10, v1.13.7
2
+
3
+ fix:
4
+ - b8ba834 palabra: letra: nvm: source
5
+
6
+ 2026.04.10, v1.13.6
7
+
8
+ fix:
9
+ - ec1a1d3 palabra: letras: nvm: preinstall
10
+
1
11
  2026.04.10, v1.13.5
2
12
 
3
13
  fix:
@@ -8,11 +8,10 @@
8
8
  "bin": {
9
9
  },
10
10
  "preinstall": [
11
- "mkdir {{ directorio }}/nvm"
11
+ "mkdir -p {{ directorio }}/nvm"
12
12
  ],
13
13
  "postinstall": [
14
14
  "sed -i.bak 's/nvm_die_on_prefix() {/nvm_die_on_prefix() { return;/' {{ directorio }}/nvm/nvm.sh",
15
- "rm {{ directorio }}/nvm/nvm.sh.bak",
16
- "source {{ directorio }}/nvm/nvm.sh"
15
+ "rm {{ directorio }}/nvm/nvm.sh.bak"
17
16
  ]
18
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "1.13.5",
3
+ "version": "1.13.7",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",