@govuk-pay/pay-js-commons 3.3.6 → 3.3.9
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/.github/workflows/run-tests.yml +2 -2
- package/.idea/codeStyles/Project.xml +34 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/misc.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/pay-js-commons.iml +9 -0
- package/.idea/vcs.xml +6 -0
- package/package.json +2 -2
|
@@ -16,13 +16,13 @@ jobs:
|
|
|
16
16
|
|
|
17
17
|
steps:
|
|
18
18
|
- name: Checkout
|
|
19
|
-
uses: actions/checkout@
|
|
19
|
+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
|
|
20
20
|
- name: Setup
|
|
21
21
|
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a
|
|
22
22
|
with:
|
|
23
23
|
node-version: 12.22.10
|
|
24
24
|
- name: Cache NPM packages
|
|
25
|
-
uses: actions/cache@
|
|
25
|
+
uses: actions/cache@136d96b4aee02b1f0de3ba493b1d47135042d9c0
|
|
26
26
|
with:
|
|
27
27
|
path: ~/.npm
|
|
28
28
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
|
@@ -0,0 +1,34 @@
|
|
|
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="10000" />
|
|
15
|
+
</JavaCodeStyleSettings>
|
|
16
|
+
<TypeScriptCodeStyleSettings version="0">
|
|
17
|
+
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
18
|
+
</TypeScriptCodeStyleSettings>
|
|
19
|
+
<codeStyleSettings language="JavaScript">
|
|
20
|
+
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
|
|
21
|
+
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
|
|
22
|
+
<option name="ALIGN_MULTILINE_FOR" value="false" />
|
|
23
|
+
<option name="SPACE_BEFORE_METHOD_PARENTHESES" value="true" />
|
|
24
|
+
<option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" />
|
|
25
|
+
<option name="KEEP_SIMPLE_BLOCKS_IN_ONE_LINE" value="true" />
|
|
26
|
+
<option name="KEEP_SIMPLE_METHODS_IN_ONE_LINE" value="true" />
|
|
27
|
+
<indentOptions>
|
|
28
|
+
<option name="INDENT_SIZE" value="2" />
|
|
29
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
30
|
+
<option name="TAB_SIZE" value="2" />
|
|
31
|
+
</indentOptions>
|
|
32
|
+
</codeStyleSettings>
|
|
33
|
+
</code_scheme>
|
|
34
|
+
</component>
|
package/.idea/misc.xml
ADDED
|
@@ -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/pay-js-commons.iml" filepath="$PROJECT_DIR$/.idea/pay-js-commons.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
|
@@ -0,0 +1,9 @@
|
|
|
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>
|
package/.idea/vcs.xml
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@govuk-pay/pay-js-commons",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.9",
|
|
4
4
|
"description": "Reusable js scripts for GOV.UK Pay Node.js projects",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -141,6 +141,6 @@
|
|
|
141
141
|
"moment-timezone": "0.5.34",
|
|
142
142
|
"rfc822-validate": "1.0.0",
|
|
143
143
|
"slugify": "1.6.5",
|
|
144
|
-
"winston": "3.
|
|
144
|
+
"winston": "3.7.2"
|
|
145
145
|
}
|
|
146
146
|
}
|