node-tdd 3.5.0 → 3.5.1
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/LICENSE +1 -1
- package/package.json +20 -22
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-tdd",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.5.
|
|
4
|
+
"version": "3.5.1",
|
|
5
5
|
"description": "Drop in extension for mocha to abstract commonly used test setups",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"t": "yarn test",
|
|
15
15
|
"ts": "yarn run test-simple",
|
|
16
16
|
"tsv": "yarn run test-simple --verbose",
|
|
17
|
-
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info",
|
|
18
17
|
"semantic-release": "yarn run build-clean && npx semantic-release",
|
|
19
18
|
"gardener": "node gardener.js",
|
|
20
19
|
"u": "yarn upgrade --latest --force",
|
|
@@ -42,26 +41,25 @@
|
|
|
42
41
|
},
|
|
43
42
|
"homepage": "https://github.com/blackflux/node-tdd#readme",
|
|
44
43
|
"devDependencies": {
|
|
45
|
-
"@
|
|
46
|
-
"@babel/
|
|
47
|
-
"@babel/
|
|
44
|
+
"@aws-sdk/client-sqs": "3.370.0",
|
|
45
|
+
"@babel/core": "7.22.9",
|
|
46
|
+
"@babel/eslint-parser": "7.22.9",
|
|
47
|
+
"@babel/register": "7.22.5",
|
|
48
48
|
"@blackflux/eslint-plugin-rules": "2.1.0",
|
|
49
|
-
"@blackflux/robo-config-plugin": "
|
|
50
|
-
"aws-sdk": "
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"coveralls": "3.1.1",
|
|
56
|
-
"eslint": "8.15.0",
|
|
49
|
+
"@blackflux/robo-config-plugin": "9.0.1",
|
|
50
|
+
"aws-sdk-wrap": "13.0.2",
|
|
51
|
+
"axios": "1.4.0",
|
|
52
|
+
"c8": "8.0.0",
|
|
53
|
+
"chai": "4.3.7",
|
|
54
|
+
"eslint": "8.45.0",
|
|
57
55
|
"eslint-config-airbnb-base": "15.0.0",
|
|
58
|
-
"eslint-plugin-import": "2.
|
|
56
|
+
"eslint-plugin-import": "2.27.5",
|
|
59
57
|
"eslint-plugin-json": "3.1.0",
|
|
60
|
-
"eslint-plugin-markdown": "
|
|
61
|
-
"eslint-plugin-mocha": "10.0
|
|
58
|
+
"eslint-plugin-markdown": "3.0.0",
|
|
59
|
+
"eslint-plugin-mocha": "10.1.0",
|
|
62
60
|
"fancy-log": "2.0.0",
|
|
63
|
-
"js-gardener": "
|
|
64
|
-
"lambda-monitor-logger": "
|
|
61
|
+
"js-gardener": "5.0.0",
|
|
62
|
+
"lambda-monitor-logger": "4.0.0"
|
|
65
63
|
},
|
|
66
64
|
"licenses": [
|
|
67
65
|
{
|
|
@@ -82,12 +80,12 @@
|
|
|
82
80
|
"lodash.clonedeep": "4.5.0",
|
|
83
81
|
"lodash.get": "4.4.2",
|
|
84
82
|
"lru-cache-ext": "3.0.2",
|
|
85
|
-
"minimist": "1.2.
|
|
86
|
-
"nock": "13.2
|
|
87
|
-
"object-scan": "18.
|
|
83
|
+
"minimist": "1.2.8",
|
|
84
|
+
"nock": "13.3.2",
|
|
85
|
+
"object-scan": "18.5.1",
|
|
88
86
|
"smart-fs": "3.0.1",
|
|
89
87
|
"timekeeper": "2.2.0",
|
|
90
88
|
"tmp": "0.2.1",
|
|
91
|
-
"xml2js": "0.
|
|
89
|
+
"xml2js": "0.6.0"
|
|
92
90
|
}
|
|
93
91
|
}
|