ffc-pay-etl-framework 1.4.4 → 1.4.5
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 +6 -1
- package/.npmignore +0 -26
- package/package-lock.json +0 -8010
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ffc-pay-etl-framework",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
4
4
|
"description": "A framework for creating ETL pipelines in node",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": "https://github.com/DEFRA/ffc-pay-etl-framework",
|
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
"nodemon": "3.1.4",
|
|
27
27
|
"prettier": "3.3.3"
|
|
28
28
|
},
|
|
29
|
+
"overrides": {
|
|
30
|
+
"sequelize": {
|
|
31
|
+
"uuid": "11.1.1"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
29
34
|
"scripts": {
|
|
30
35
|
"test": "jest",
|
|
31
36
|
"test:unit": "PORT=0 node --experimental-vm-modules node_modules/jest/bin/jest.js --testPathPatterns=test/unit",
|
package/.npmignore
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# Ignore dotfiles explicitly by name
|
|
2
|
-
/.all-contributorsrc
|
|
3
|
-
/.dockerignore
|
|
4
|
-
/.gitignore
|
|
5
|
-
/.snyk
|
|
6
|
-
/CODE_OF_CONDUCT.md
|
|
7
|
-
/CONTRIBUTING.md
|
|
8
|
-
/eslint.config.js
|
|
9
|
-
/ISSUE_TEMPLATE.md
|
|
10
|
-
/Jenkinsfile
|
|
11
|
-
/LICENSE.md
|
|
12
|
-
/PULL_REQUEST_TEMPLATE.md
|
|
13
|
-
/sonar-project.properties
|
|
14
|
-
/snyk_report.html
|
|
15
|
-
/snyk-error.log
|
|
16
|
-
/snyk-monitor-result.json
|
|
17
|
-
/snyk-result.json
|
|
18
|
-
|
|
19
|
-
# Ignore folders recursively
|
|
20
|
-
__mocks__/
|
|
21
|
-
.devcontainer/
|
|
22
|
-
.github/
|
|
23
|
-
jest/
|
|
24
|
-
test/
|
|
25
|
-
snyk-cli/
|
|
26
|
-
test-output/
|