@govuk-pay/pay-js-commons 3.8.17 → 3.9.0
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/images/custom/runnymede-borough-council-no-crest.png +0 -0
- package/package.json +2 -2
- package/.idea/codeStyles/Project.xml +0 -31
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/jpa-buddy.xml +0 -6
- package/.idea/misc.xml +0 -9
- package/.idea/modules.xml +0 -8
- package/.idea/pay-js-commons.iml +0 -9
- package/.idea/vcs.xml +0 -6
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@govuk-pay/pay-js-commons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"description": "Reusable js scripts for GOV.UK Pay Node.js projects",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "^16.14.0"
|
|
@@ -138,6 +138,6 @@
|
|
|
138
138
|
"moment-timezone": "0.5.43",
|
|
139
139
|
"rfc822-validate": "1.0.0",
|
|
140
140
|
"slugify": "1.6.6",
|
|
141
|
-
"winston": "3.
|
|
141
|
+
"winston": "3.9.0"
|
|
142
142
|
}
|
|
143
143
|
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<component name="ProjectCodeStyleConfiguration">
|
|
2
|
-
<code_scheme name="Project" version="173">
|
|
3
|
-
<JSCodeStyleSettings version="0">
|
|
4
|
-
<option name="USE_SEMICOLON_AFTER_STATEMENT" value="false" />
|
|
5
|
-
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
6
|
-
<option name="SPACE_BEFORE_GENERATOR_MULT" value="true" />
|
|
7
|
-
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
8
|
-
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
9
|
-
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
10
|
-
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
11
|
-
</JSCodeStyleSettings>
|
|
12
|
-
<JavaCodeStyleSettings>
|
|
13
|
-
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="1000" />
|
|
14
|
-
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="1000" />
|
|
15
|
-
</JavaCodeStyleSettings>
|
|
16
|
-
<codeStyleSettings language="JavaScript">
|
|
17
|
-
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
|
|
18
|
-
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
|
|
19
|
-
<option name="ALIGN_MULTILINE_FOR" value="false" />
|
|
20
|
-
<option name="SPACE_BEFORE_METHOD_PARENTHESES" value="true" />
|
|
21
|
-
<option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" />
|
|
22
|
-
<option name="KEEP_SIMPLE_BLOCKS_IN_ONE_LINE" value="true" />
|
|
23
|
-
<option name="KEEP_SIMPLE_METHODS_IN_ONE_LINE" value="true" />
|
|
24
|
-
<indentOptions>
|
|
25
|
-
<option name="INDENT_SIZE" value="2" />
|
|
26
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
27
|
-
<option name="TAB_SIZE" value="2" />
|
|
28
|
-
</indentOptions>
|
|
29
|
-
</codeStyleSettings>
|
|
30
|
-
</code_scheme>
|
|
31
|
-
</component>
|
package/.idea/jpa-buddy.xml
DELETED
package/.idea/misc.xml
DELETED
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/pay-js-commons.iml" filepath="$PROJECT_DIR$/.idea/pay-js-commons.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
package/.idea/pay-js-commons.iml
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="JAVA_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
-
<exclude-output />
|
|
5
|
-
<content url="file://$MODULE_DIR$" />
|
|
6
|
-
<orderEntry type="inheritedJdk" />
|
|
7
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
8
|
-
</component>
|
|
9
|
-
</module>
|