koatty 3.5.14 → 3.6.0-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/CHANGELOG.md +6 -0
- package/README.md +9 -6
- package/dist/README.md +9 -6
- package/dist/index.d.ts +10 -5
- package/dist/index.js +23 -22
- package/dist/index.mjs +16 -17
- package/dist/package.json +19 -18
- package/jest-html-reporters-attach/index.js +58 -0
- package/jest-html-reporters-attach/result.js +1 -0
- package/package.json +19 -18
@@ -0,0 +1 @@
|
|
1
|
+
window.jest_html_reporters_callback__({"numFailedTestSuites":0,"numFailedTests":0,"numPassedTestSuites":0,"numPassedTests":0,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":0,"numTodoTests":0,"numTotalTestSuites":0,"numTotalTests":0,"startTime":1645439355758,"success":false,"testResults":[],"wasInterrupted":false,"config":{"bail":0,"changedFilesWithAncestor":false,"collectCoverage":true,"collectCoverageFrom":[],"coverageDirectory":"coverage","coverageProvider":"babel","coverageReporters":["html","lcov","json","text","clover","text-summary"],"detectLeaks":false,"detectOpenHandles":false,"errorOnDeprecated":false,"expand":false,"findRelatedTests":false,"forceExit":false,"json":false,"lastCommit":false,"listTests":false,"logHeapUsage":false,"maxConcurrency":5,"maxWorkers":7,"noStackTrace":false,"nonFlagArgs":[],"notify":false,"notifyMode":"failure-change","onlyChanged":false,"onlyFailures":false,"passWithNoTests":true,"projects":[],"reporters":[["default",{}],["/Users/richen/Workspace/nodejs/koatty/node_modules/jest-html-reporters/index.js",{}]],"rootDir":"/Users/richen/Workspace/nodejs/koatty","runTestsByPath":false,"skipFilter":false,"testFailureExitCode":1,"testPathPattern":"","testSequencer":"/Users/richen/Workspace/nodejs/koatty/node_modules/@jest/test-sequencer/build/index.js","updateSnapshot":"new","useStderr":false,"watch":false,"watchAll":false,"watchman":true},"endTime":1645439355796,"_reporterOptions":{"publicPath":"/Users/richen/Workspace/nodejs/koatty","filename":"jest_html_reporters.html","expand":false,"pageTitle":"","hideIcon":false,"testCommand":"npx jest","openReport":false,"failureMessageOnly":false,"enableMergeData":false,"dataMergeLevel":1},"attachInfos":{}})
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "koatty",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.6.0-1",
|
4
4
|
"description": "Koa2 + Typescript = koatty. Use Typescript's decorator implement auto injection.",
|
5
5
|
"scripts": {
|
6
6
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
@@ -58,18 +58,17 @@
|
|
58
58
|
"@types/koa": "^2.x.x",
|
59
59
|
"@types/koa__router": "^8.x.x",
|
60
60
|
"@types/node": "^16.x.x",
|
61
|
-
"@types/uuid": "^8.x.x",
|
62
61
|
"@types/ws": "^8.x.x",
|
63
62
|
"@typescript-eslint/eslint-plugin": "^5.x.x",
|
64
63
|
"@typescript-eslint/parser": "^5.x.x",
|
65
|
-
"commitlint": "^
|
64
|
+
"commitlint": "^11.x.x",
|
66
65
|
"commitlint-config-gitmoji": "^2.x.x",
|
67
66
|
"conventional-changelog-cli": "^2.x.x",
|
68
67
|
"copyfiles": "^2.x.x",
|
69
68
|
"del-cli": "^4.x.x",
|
70
69
|
"eslint": "^8.x.x",
|
71
70
|
"eslint-plugin-jest": "^25.x.x",
|
72
|
-
"husky": "^
|
71
|
+
"husky": "^4.x.x",
|
73
72
|
"jest": "^27.x.x",
|
74
73
|
"jest-html-reporters": "^2.x.x",
|
75
74
|
"rollup": "^2.x.x",
|
@@ -80,19 +79,21 @@
|
|
80
79
|
"typescript": "^4.x.x"
|
81
80
|
},
|
82
81
|
"dependencies": {
|
83
|
-
"koa": "
|
84
|
-
"koatty_config": "
|
85
|
-
"koatty_container": "
|
86
|
-
"koatty_core": "
|
87
|
-
"koatty_exception": "
|
88
|
-
"koatty_lib": "
|
89
|
-
"koatty_loader": "
|
90
|
-
"koatty_logger": "
|
91
|
-
"koatty_payload": "
|
92
|
-
"
|
93
|
-
"
|
94
|
-
"
|
95
|
-
"
|
96
|
-
"
|
82
|
+
"koa": "2.13.4",
|
83
|
+
"koatty_config": "1.1.2",
|
84
|
+
"koatty_container": "1.7.4",
|
85
|
+
"koatty_core": "1.6.0",
|
86
|
+
"koatty_exception": "1.2.2",
|
87
|
+
"koatty_lib": "1.2.10",
|
88
|
+
"koatty_loader": "1.0.2",
|
89
|
+
"koatty_logger": "1.3.12",
|
90
|
+
"koatty_payload": "1.3.14",
|
91
|
+
"koatty_proto": "1.1.6",
|
92
|
+
"koatty_router": "1.7.0",
|
93
|
+
"koatty_serve": "1.4.6",
|
94
|
+
"koatty_trace": "1.6.1",
|
95
|
+
"koatty_validation": "1.1.0",
|
96
|
+
"reflect-metadata": "0.1.13",
|
97
|
+
"tslib": "2.3.1"
|
97
98
|
}
|
98
99
|
}
|