palabra 2.12.0 → 2.13.1

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.06.03, v2.13.1
2
+
3
+ fix:
4
+ - 22912b8 letras: instapods: bin
5
+
6
+ 2026.06.03, v2.13.0
7
+
8
+ feature:
9
+ - 381ddac add instapods
10
+
1
11
  2026.06.02, v2.12.0
2
12
 
3
13
  feature:
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "instapods",
3
+ "url": "https://instapods.com/install.sh",
4
+ "env": {
5
+ "INSTAPODS_INSTALL": "{{ directorio }}/instapods"
6
+ },
7
+ "bin": "instapods",
8
+ "test": [
9
+ "instapods version"
10
+ ]
11
+ }
@@ -1,4 +1,4 @@
1
- import os, {platform} from 'node:os';
1
+ import os from 'node:os';
2
2
  import process from 'node:process';
3
3
 
4
4
  const isString = (a) => typeof a === 'string';
@@ -50,4 +50,3 @@ const parseURL = ({url}, overrides = {}) => {
50
50
 
51
51
  return url[currentPlatform];
52
52
  };
53
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "2.12.0",
3
+ "version": "2.13.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",