@cifra-x/currencies 1.0.7 → 1.0.8
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/codeStyles/Project.xml +49 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/currencies.iml +8 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +6 -0
- package/package.json +2 -2
- package/.tool-versions +0 -1
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<component name="ProjectCodeStyleConfiguration">
|
|
2
|
+
<code_scheme name="Project" version="173">
|
|
3
|
+
<HTMLCodeStyleSettings>
|
|
4
|
+
<option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
|
|
5
|
+
</HTMLCodeStyleSettings>
|
|
6
|
+
<JSCodeStyleSettings version="0">
|
|
7
|
+
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
8
|
+
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
9
|
+
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
10
|
+
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
11
|
+
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
|
|
12
|
+
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
13
|
+
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
14
|
+
</JSCodeStyleSettings>
|
|
15
|
+
<TypeScriptCodeStyleSettings version="0">
|
|
16
|
+
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
17
|
+
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
18
|
+
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
19
|
+
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
20
|
+
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
|
|
21
|
+
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
22
|
+
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
23
|
+
</TypeScriptCodeStyleSettings>
|
|
24
|
+
<codeStyleSettings language="HTML">
|
|
25
|
+
<option name="SOFT_MARGINS" value="80" />
|
|
26
|
+
<indentOptions>
|
|
27
|
+
<option name="INDENT_SIZE" value="2" />
|
|
28
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
29
|
+
<option name="TAB_SIZE" value="2" />
|
|
30
|
+
</indentOptions>
|
|
31
|
+
</codeStyleSettings>
|
|
32
|
+
<codeStyleSettings language="JavaScript">
|
|
33
|
+
<option name="SOFT_MARGINS" value="80" />
|
|
34
|
+
<indentOptions>
|
|
35
|
+
<option name="INDENT_SIZE" value="2" />
|
|
36
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
37
|
+
<option name="TAB_SIZE" value="2" />
|
|
38
|
+
</indentOptions>
|
|
39
|
+
</codeStyleSettings>
|
|
40
|
+
<codeStyleSettings language="TypeScript">
|
|
41
|
+
<option name="SOFT_MARGINS" value="80" />
|
|
42
|
+
<indentOptions>
|
|
43
|
+
<option name="INDENT_SIZE" value="2" />
|
|
44
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
45
|
+
<option name="TAB_SIZE" value="2" />
|
|
46
|
+
</indentOptions>
|
|
47
|
+
</codeStyleSettings>
|
|
48
|
+
</code_scheme>
|
|
49
|
+
</component>
|
|
@@ -0,0 +1,8 @@
|
|
|
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
|
+
<orderEntry type="inheritedJdk" />
|
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
+
</component>
|
|
8
|
+
</module>
|
|
@@ -0,0 +1,8 @@
|
|
|
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/currencies.iml" filepath="$PROJECT_DIR$/.idea/currencies.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cifra-x/currencies",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Available currencies list and helpers",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
|
-
"author": "
|
|
7
|
+
"author": "hexgarden",
|
|
8
8
|
"license": "ISC",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "rimraf dist && tsc -b tsconfig.json",
|
package/.tool-versions
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nodejs 22.17.1
|