@develia/commons 0.3.0 → 0.3.3

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/package.json CHANGED
@@ -1,15 +1,14 @@
1
1
  {
2
2
  "name": "@develia/commons",
3
- "version": "0.3.0",
3
+ "version": "0.3.3",
4
4
  "author": {
5
5
  "name": "Antonio Gil Espinosa",
6
6
  "email": "antonio.gil.espinosa@gmail.com",
7
7
  "url": "https://antoniogilespinosa.com"
8
8
  },
9
- "type": "module",
9
+ "types": "dist/index.d.ts",
10
10
  "main": "dist/index.cjs.js",
11
11
  "module": "dist/index.esm.js",
12
- "browser": "dist/index.umd.js",
13
12
  "license": "proprietary",
14
13
  "devDependencies": {
15
14
  "@rollup/plugin-commonjs": "^25.0.8",
@@ -1,84 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="PublishConfigData" remoteFilesAllowedToDisappearOnAutoupload="false">
4
- <serverData>
5
- <paths name="AMIGAstore clásica (Producción)">
6
- <serverdata>
7
- <mappings>
8
- <mapping local="$PROJECT_DIR$" web="/" />
9
- </mappings>
10
- </serverdata>
11
- </paths>
12
- <paths name="AMIGAstore clásica (Pruebas)">
13
- <serverdata>
14
- <mappings>
15
- <mapping local="$PROJECT_DIR$" web="/" />
16
- </mappings>
17
- </serverdata>
18
- </paths>
19
- <paths name="AMIGAstore nueva">
20
- <serverdata>
21
- <mappings>
22
- <mapping local="$PROJECT_DIR$" web="/" />
23
- </mappings>
24
- </serverdata>
25
- </paths>
26
- <paths name="Acelstore (Producción)">
27
- <serverdata>
28
- <mappings>
29
- <mapping local="$PROJECT_DIR$" web="/" />
30
- </mappings>
31
- </serverdata>
32
- </paths>
33
- <paths name="Acelstore (Staging 8/23)">
34
- <serverdata>
35
- <mappings>
36
- <mapping local="$PROJECT_DIR$" web="/" />
37
- </mappings>
38
- </serverdata>
39
- </paths>
40
- <paths name="Campus Hozono (Desarrollo)">
41
- <serverdata>
42
- <mappings>
43
- <mapping local="$PROJECT_DIR$" web="/" />
44
- </mappings>
45
- </serverdata>
46
- </paths>
47
- <paths name="Chilly-Pruebas">
48
- <serverdata>
49
- <mappings>
50
- <mapping local="$PROJECT_DIR$" web="/" />
51
- </mappings>
52
- </serverdata>
53
- </paths>
54
- <paths name="Guias turisticos (Producción)">
55
- <serverdata>
56
- <mappings>
57
- <mapping local="$PROJECT_DIR$" web="/" />
58
- </mappings>
59
- </serverdata>
60
- </paths>
61
- <paths name="Panel Amigastore">
62
- <serverdata>
63
- <mappings>
64
- <mapping local="$PROJECT_DIR$" web="/" />
65
- </mappings>
66
- </serverdata>
67
- </paths>
68
- <paths name="vps1.develia.net">
69
- <serverdata>
70
- <mappings>
71
- <mapping local="$PROJECT_DIR$" web="/" />
72
- </mappings>
73
- </serverdata>
74
- </paths>
75
- <paths name="vps3@cvw.es">
76
- <serverdata>
77
- <mappings>
78
- <mapping local="$PROJECT_DIR$" web="/" />
79
- </mappings>
80
- </serverdata>
81
- </paths>
82
- </serverData>
83
- </component>
84
- </project>
@@ -1,11 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
6
- <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
7
- </content>
8
- <orderEntry type="inheritedJdk" />
9
- <orderEntry type="sourceFolder" forTests="false" />
10
- </component>
11
- </module>
@@ -1,127 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="GrazieInspection" enabled="false" level="GRAMMAR_ERROR" enabled_by_default="false" />
5
- <inspection_tool class="HtmlFormInputWithoutLabel" enabled="true" level="WEAK WARNING" enabled_by_default="true" editorAttributes="INFO_ATTRIBUTES" />
6
- <inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true">
7
- <option name="myValues">
8
- <value>
9
- <list size="13">
10
- <item index="0" class="java.lang.String" itemvalue="v-for" />
11
- <item index="1" class="java.lang.String" itemvalue="v-model" />
12
- <item index="2" class="java.lang.String" itemvalue="@click" />
13
- <item index="3" class="java.lang.String" itemvalue="v-if" />
14
- <item index="4" class="java.lang.String" itemvalue=":value" />
15
- <item index="5" class="java.lang.String" itemvalue=":href" />
16
- <item index="6" class="java.lang.String" itemvalue=":disabled" />
17
- <item index="7" class="java.lang.String" itemvalue=":key" />
18
- <item index="8" class="java.lang.String" itemvalue=":src" />
19
- <item index="9" class="java.lang.String" itemvalue="@change" />
20
- <item index="10" class="java.lang.String" itemvalue="v-else" />
21
- <item index="11" class="java.lang.String" itemvalue="v-mask" />
22
- <item index="12" class="java.lang.String" itemvalue="v-on:click" />
23
- </list>
24
- </value>
25
- </option>
26
- <option name="myCustomValuesEnabled" value="true" />
27
- </inspection_tool>
28
- <inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
29
- <option name="myValues">
30
- <value>
31
- <list size="7">
32
- <item index="0" class="java.lang.String" itemvalue="nobr" />
33
- <item index="1" class="java.lang.String" itemvalue="noembed" />
34
- <item index="2" class="java.lang.String" itemvalue="comment" />
35
- <item index="3" class="java.lang.String" itemvalue="noscript" />
36
- <item index="4" class="java.lang.String" itemvalue="embed" />
37
- <item index="5" class="java.lang.String" itemvalue="script" />
38
- <item index="6" class="java.lang.String" itemvalue="calculadora-precio-recompra" />
39
- </list>
40
- </value>
41
- </option>
42
- <option name="myCustomValuesEnabled" value="true" />
43
- </inspection_tool>
44
- <inspection_tool class="HttpUrlsUsage" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
45
- <inspection_tool class="JSEqualityComparisonWithCoercion" enabled="true" level="WEAK WARNING" enabled_by_default="true" editorAttributes="INFO_ATTRIBUTES" />
46
- <inspection_tool class="JSUnusedGlobalSymbols" enabled="false" level="WARNING" enabled_by_default="false" />
47
- <inspection_tool class="LanguageDetectionInspection" enabled="false" level="WARNING" enabled_by_default="false" />
48
- <inspection_tool class="PhpFullyQualifiedNameUsageInspection" enabled="true" level="INFORMATION" enabled_by_default="true" editorAttributes="INFORMATION_ATTRIBUTES" />
49
- <inspection_tool class="PhpMissingDocCommentInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
50
- <inspection_tool class="PhpMultipleClassDeclarationsInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
51
- <inspection_tool class="PhpRedundantOptionalArgumentInspection" enabled="false" level="INFORMATION" enabled_by_default="false" editorAttributes="INFORMATION_ATTRIBUTES" />
52
- <inspection_tool class="PhpUndefinedCallbackInspection" enabled="true" level="WARNING" enabled_by_default="true" />
53
- <inspection_tool class="PhpUndefinedClassConstantInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
54
- <inspection_tool class="PhpUndefinedClassInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
55
- <inspection_tool class="PhpUndefinedConstantInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
56
- <inspection_tool class="PhpUndefinedFieldInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
57
- <inspection_tool class="PhpUndefinedFunctionInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
58
- <inspection_tool class="PhpUndefinedGotoLabelInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
59
- <inspection_tool class="PhpUndefinedMethodInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
60
- <inspection_tool class="PhpUndefinedNamespaceInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
61
- <inspection_tool class="PhpUndefinedVariableInspection" enabled="true" level="WARNING" enabled_by_default="true" editorAttributes="WARNING_ATTRIBUTES" />
62
- <inspection_tool class="PhpUnused" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
63
- <inspection_tool class="PhpUnusedLocalVariableInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
64
- <option name="DONT_REPORT_INSIDE_LIST" value="true" />
65
- </inspection_tool>
66
- <inspection_tool class="PyBroadExceptionInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
67
- <inspection_tool class="PyCompatibilityInspection" enabled="true" level="WARNING" enabled_by_default="true">
68
- <option name="ourVersions">
69
- <value>
70
- <list size="4">
71
- <item index="0" class="java.lang.String" itemvalue="3.6" />
72
- <item index="1" class="java.lang.String" itemvalue="3.7" />
73
- <item index="2" class="java.lang.String" itemvalue="3.8" />
74
- <item index="3" class="java.lang.String" itemvalue="3.9" />
75
- </list>
76
- </value>
77
- </option>
78
- </inspection_tool>
79
- <inspection_tool class="PyListCreationInspection" enabled="true" level="INFORMATION" enabled_by_default="true" />
80
- <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
81
- <option name="ignoredPackages">
82
- <value>
83
- <list size="12">
84
- <item index="0" class="java.lang.String" itemvalue="chardet" />
85
- <item index="1" class="java.lang.String" itemvalue="python-engineio-client" />
86
- <item index="2" class="java.lang.String" itemvalue="certifi" />
87
- <item index="3" class="java.lang.String" itemvalue="python-socketio-client" />
88
- <item index="4" class="java.lang.String" itemvalue="zope.event" />
89
- <item index="5" class="java.lang.String" itemvalue="scipy" />
90
- <item index="6" class="java.lang.String" itemvalue="termcolor" />
91
- <item index="7" class="java.lang.String" itemvalue="tensorflow" />
92
- <item index="8" class="java.lang.String" itemvalue="scikit-learn" />
93
- <item index="9" class="java.lang.String" itemvalue="numpy" />
94
- <item index="10" class="java.lang.String" itemvalue="click" />
95
- <item index="11" class="java.lang.String" itemvalue="optuna" />
96
- </list>
97
- </value>
98
- </option>
99
- </inspection_tool>
100
- <inspection_tool class="PyPep8Inspection" enabled="true" level="INFORMATION" enabled_by_default="true">
101
- <option name="ignoredErrors">
102
- <list>
103
- <option value="E722" />
104
- </list>
105
- </option>
106
- </inspection_tool>
107
- <inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
108
- <option name="ignoredErrors">
109
- <list>
110
- <option value="N801" />
111
- </list>
112
- </option>
113
- </inspection_tool>
114
- <inspection_tool class="PyShadowingBuiltinsInspection" enabled="true" level="INFORMATION" enabled_by_default="true" />
115
- <inspection_tool class="PyShadowingNamesInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" editorAttributes="INFO_ATTRIBUTES" />
116
- <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="ERROR" enabled_by_default="true" />
117
- <inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
118
- <option name="processCode" value="true" />
119
- <option name="processLiterals" value="true" />
120
- <option name="processComments" value="true" />
121
- </inspection_tool>
122
- <inspection_tool class="UnnecessaryLocalVariableJS" enabled="true" level="WEAK WARNING" enabled_by_default="true" editorAttributes="INFO_ATTRIBUTES">
123
- <option name="m_ignoreImmediatelyReturnedVariables" value="false" />
124
- <option name="m_ignoreAnnotatedVariables" value="false" />
125
- </inspection_tool>
126
- </profile>
127
- </component>
@@ -1,7 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <settings>
3
- <option name="PROJECT_PROFILE" value="Default" />
4
- <option name="USE_PROJECT_PROFILE" value="false" />
5
- <version value="1.0" />
6
- </settings>
7
- </component>
package/.idea/misc.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="MarkdownSettingsMigration">
4
- <option name="stateVersion" value="1" />
5
- </component>
6
- </project>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/develia-commons.iml" filepath="$PROJECT_DIR$/.idea/develia-commons.iml" />
6
- </modules>
7
- </component>
8
- </project>
package/.idea/php.xml DELETED
@@ -1,19 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="MessDetectorOptionsConfiguration">
4
- <option name="transferred" value="true" />
5
- </component>
6
- <component name="PHPCSFixerOptionsConfiguration">
7
- <option name="transferred" value="true" />
8
- </component>
9
- <component name="PHPCodeSnifferOptionsConfiguration">
10
- <option name="highlightLevel" value="WARNING" />
11
- <option name="transferred" value="true" />
12
- </component>
13
- <component name="PhpStanOptionsConfiguration">
14
- <option name="transferred" value="true" />
15
- </component>
16
- <component name="PsalmOptionsConfiguration">
17
- <option name="transferred" value="true" />
18
- </component>
19
- </project>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>