koatty 3.6.6 → 3.6.7

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 CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [3.6.7](https://github.com/thinkkoa/koatty/compare/v3.6.6...v3.6.7) (2022-03-09)
6
+
5
7
  ### [3.6.6](https://github.com/thinkkoa/koatty/compare/v3.6.5...v3.6.6) (2022-03-02)
6
8
 
7
9
  ### [3.6.5](https://github.com/thinkkoa/koatty/compare/v3.6.4...v3.6.5) (2022-03-02)
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-03-02 19:03:06
3
+ * @Date: 2022-03-09 18:51:23
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-03-02 19:02:51
3
+ * @Date: 2022-03-09 18:51:08
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -838,7 +838,7 @@ class Loader {
838
838
  }
839
839
  }
840
840
 
841
- var version = "3.6.6";
841
+ var version = "3.6.7";
842
842
  var engines = {
843
843
  node: ">12.0.0"
844
844
  };
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @Author: richen
3
- * @Date: 2022-03-02 19:02:51
3
+ * @Date: 2022-03-09 18:51:08
4
4
  * @License: BSD (3-Clause)
5
5
  * @Copyright (c) - <richenlin(at)gmail.com>
6
6
  * @HomePage: https://koatty.org/
@@ -818,7 +818,7 @@ class Loader {
818
818
  }
819
819
  }
820
820
 
821
- var version = "3.6.6";
821
+ var version = "3.6.7";
822
822
  var engines = {
823
823
  node: ">12.0.0"
824
824
  };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.6.6",
3
+ "version": "3.6.7",
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",
@@ -70,6 +70,7 @@
70
70
  "husky": "^4.x.x",
71
71
  "jest": "^27.x.x",
72
72
  "jest-html-reporters": "^2.x.x",
73
+ "koatty_validation": "^1.x.x",
73
74
  "rollup": "^2.x.x",
74
75
  "rollup-plugin-typescript2": "^0.x.x",
75
76
  "standard-version": "^9.x.x",
@@ -86,12 +87,11 @@
86
87
  "koatty_lib": "1.2.10",
87
88
  "koatty_loader": "1.0.2",
88
89
  "koatty_logger": "1.3.12",
89
- "koatty_payload": "1.3.14",
90
+ "koatty_payload": "1.3.15",
90
91
  "koatty_proto": "1.1.6",
91
- "koatty_router": "1.7.2",
92
+ "koatty_router": "1.7.3",
92
93
  "koatty_serve": "1.4.8",
93
94
  "koatty_trace": "1.6.6",
94
- "koatty_validation": "1.2.2",
95
95
  "reflect-metadata": "0.1.13",
96
96
  "tslib": "2.3.1"
97
97
  }
@@ -1 +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":1646218969089,"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":1646218969142,"_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":{}})
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":1646823066488,"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":1646823066530,"_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.6.6",
3
+ "version": "3.6.7",
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",
@@ -70,6 +70,7 @@
70
70
  "husky": "^4.x.x",
71
71
  "jest": "^27.x.x",
72
72
  "jest-html-reporters": "^2.x.x",
73
+ "koatty_validation": "^1.x.x",
73
74
  "rollup": "^2.x.x",
74
75
  "rollup-plugin-typescript2": "^0.x.x",
75
76
  "standard-version": "^9.x.x",
@@ -86,12 +87,11 @@
86
87
  "koatty_lib": "1.2.10",
87
88
  "koatty_loader": "1.0.2",
88
89
  "koatty_logger": "1.3.12",
89
- "koatty_payload": "1.3.14",
90
+ "koatty_payload": "1.3.15",
90
91
  "koatty_proto": "1.1.6",
91
- "koatty_router": "1.7.2",
92
+ "koatty_router": "1.7.3",
92
93
  "koatty_serve": "1.4.8",
93
94
  "koatty_trace": "1.6.6",
94
- "koatty_validation": "1.2.2",
95
95
  "reflect-metadata": "0.1.13",
96
96
  "tslib": "2.3.1"
97
97
  }