herramientaenvioestupendo 1.0.0 → 1.0.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/.idea/vcs.xml +6 -0
- package/.idea/workspace.xml +12 -11
- package/README.md +2 -2
- package/package.json +2 -5
package/.idea/vcs.xml
ADDED
package/.idea/workspace.xml
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
7
|
<list default="true" id="42d78bf6-fefd-4426-94f9-19ac4df7f61c" name="Changes" comment="">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/.npmrc" beforeDir="false" afterPath="$PROJECT_DIR$/.npmrc" afterDir="false" />
|
|
8
9
|
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
|
9
10
|
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
|
|
10
11
|
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
@@ -22,23 +23,23 @@
|
|
|
22
23
|
<component name="MarkdownSettingsMigration">
|
|
23
24
|
<option name="stateVersion" value="1" />
|
|
24
25
|
</component>
|
|
25
|
-
<component name="ProjectColorInfo"
|
|
26
|
-
|
|
27
|
-
}
|
|
26
|
+
<component name="ProjectColorInfo">{
|
|
27
|
+
"associatedIndex": 5
|
|
28
|
+
}</component>
|
|
28
29
|
<component name="ProjectId" id="2yc1qSsSi5574fZhln7kTm64g2J" />
|
|
29
30
|
<component name="ProjectViewState">
|
|
30
31
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
31
32
|
<option name="showLibraryContents" value="true" />
|
|
32
33
|
</component>
|
|
33
|
-
<component name="PropertiesComponent"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
34
|
+
<component name="PropertiesComponent">{
|
|
35
|
+
"keyToString": {
|
|
36
|
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
37
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
38
|
+
"git-widget-placeholder": "main",
|
|
39
|
+
"kotlin-language-version-configured": "true",
|
|
40
|
+
"last_opened_file_path": "C:/Users/santi/Downloads/Santiago/ESTUPENDO/Herramientas/EstupendoCLI"
|
|
40
41
|
}
|
|
41
|
-
}
|
|
42
|
+
}</component>
|
|
42
43
|
<component name="RunManager">
|
|
43
44
|
<configuration name="estupendo" type="ShConfigurationType" temporary="true">
|
|
44
45
|
<option name="SCRIPT_TEXT" value="" />
|
package/README.md
CHANGED
|
@@ -11,10 +11,10 @@ Esta herramienta esta destinada para uso de los Ing. implementadores y de soport
|
|
|
11
11
|
Para instalar el aplicativo CLI, deben realizar el siguiente procedimiento :
|
|
12
12
|
|
|
13
13
|
- Abrir CMD(Windows) o la terminal(Unix) el siguiente comando :
|
|
14
|
-
```npm i -g @
|
|
14
|
+
```npm i -g @herramientaenvioestupendo```
|
|
15
15
|
|
|
16
16
|
- Luego de esto deben validar la version de la herramienta :
|
|
17
|
-
```estupendo --version```, si esta indica que es la 1.0.
|
|
17
|
+
```estupendo --version```, si esta indica que es la 1.0.1 es la correcta.
|
|
18
18
|
|
|
19
19
|
- Para conocer que opciones tienen de comandos solo deben ingresar en su CMD :
|
|
20
20
|
```estupendo --help```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "herramientaenvioestupendo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Proyecto para envio documentos masivos",
|
|
6
6
|
"keywords": [],
|
|
@@ -22,11 +22,8 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"axios": "^1.6.2",
|
|
24
24
|
"commander": "^11.1.0",
|
|
25
|
-
"form-data": "^4.0.0"
|
|
26
|
-
"herramientaenvioestupendo": "file:HerramientaEnvioEstupendo-1.0.0.tgz",
|
|
27
|
-
"HerramientaEnvioEstupendo": "file:HerramientaEnvioEstupendo-1.0.0.tgz"
|
|
25
|
+
"form-data": "^4.0.0"
|
|
28
26
|
},
|
|
29
|
-
"devDependencies": {},
|
|
30
27
|
"publishConfig": {
|
|
31
28
|
"access": "public"
|
|
32
29
|
}
|