koatty 3.10.4-1 → 3.10.4-2

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.10.4-1",
3
+ "version": "3.10.4-2",
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",
@@ -9,6 +9,7 @@
9
9
  "build:doc": "del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api",
10
10
  "build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose",
11
11
  "eslint": "eslint --ext .ts,.js ./",
12
+ "lock": "npm i --package-lock-only",
12
13
  "prepublishOnly": "npm test && npm run build && git push --follow-tags origin",
13
14
  "prerelease": "npm test && npm run build",
14
15
  "release": "standard-version",
@@ -50,8 +51,8 @@
50
51
  }
51
52
  ],
52
53
  "devDependencies": {
53
- "@commitlint/cli": "^17.x.x",
54
- "@commitlint/config-conventional": "^17.x.x",
54
+ "@commitlint/cli": "^18.x.x",
55
+ "@commitlint/config-conventional": "^18.x.x",
55
56
  "@microsoft/api-documenter": "^7.x.x",
56
57
  "@microsoft/api-extractor": "^7.x.x",
57
58
  "@rollup/plugin-json": "^6.x.x",
@@ -59,36 +60,39 @@
59
60
  "@types/jest": "^29.x.x",
60
61
  "@types/koa": "^2.x.x",
61
62
  "@types/koa__router": "^12.x.x",
62
- "@types/node": "^18.x.x",
63
+ "@types/node": "^20.x.x",
63
64
  "@types/ws": "^8.x.x",
64
- "@typescript-eslint/eslint-plugin": "^5.x.x",
65
- "@typescript-eslint/parser": "^5.x.x",
66
- "conventional-changelog-cli": "^2.x.x",
65
+ "@typescript-eslint/eslint-plugin": "^6.x.x",
66
+ "@typescript-eslint/parser": "^6.x.x",
67
+ "conventional-changelog-cli": "^4.x.x",
67
68
  "copyfiles": "^2.x.x",
68
- "del-cli": "^4.x.x",
69
+ "del-cli": "^5.x.x",
69
70
  "eslint": "^8.x.x",
70
71
  "eslint-plugin-jest": "^27.x.x",
71
72
  "husky": "^4.x.x",
72
73
  "jest": "^29.x.x",
73
74
  "jest-html-reporters": "^3.x.x",
74
- "rollup": "^3.x.x",
75
+ "reflect-metadata": "^0.x.x",
76
+ "rollup": "^4.x.x",
75
77
  "rollup-plugin-typescript2": "^0.x.x",
76
78
  "standard-version": "^9.x.x",
77
79
  "ts-jest": "^29.x.x",
78
80
  "ts-node": "^10.x.x",
79
- "typescript": "^4.x.x"
81
+ "tslib": "^2.x.x",
82
+ "typescript": "^5.x.x"
80
83
  },
81
84
  "dependencies": {
82
85
  "koa": "^2.14.2",
83
86
  "koatty_config": "^1.1.6",
84
- "koatty_container": "^1.8.9",
85
- "koatty_core": "^1.8.2",
87
+ "koatty_container": "^1.8.10",
88
+ "koatty_core": "^1.8.4",
86
89
  "koatty_exception": "^1.2.8",
87
90
  "koatty_lib": "^1.3.4",
88
91
  "koatty_loader": "^1.1.0",
89
- "koatty_logger": "^2.1.2",
92
+ "koatty_logger": "^2.1.4",
90
93
  "koatty_proto": "^1.1.12",
91
- "koatty_serve": "2.1.0-0",
92
- "koatty_trace": "^1.10.2"
94
+ "koatty_serve": "2.1.0",
95
+ "koatty_trace": "^1.10.4",
96
+ "koatty_validation": "^1.2.9"
93
97
  }
94
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koatty",
3
- "version": "3.10.4-1",
3
+ "version": "3.10.4-2",
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",
@@ -9,6 +9,7 @@
9
9
  "build:doc": "del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api",
10
10
  "build:dts": "del-cli --force temp && npx tsc && npx api-extractor run --local --verbose",
11
11
  "eslint": "eslint --ext .ts,.js ./",
12
+ "lock": "npm i --package-lock-only",
12
13
  "prepublishOnly": "npm test && npm run build && git push --follow-tags origin",
13
14
  "prerelease": "npm test && npm run build",
14
15
  "release": "standard-version",
@@ -50,8 +51,8 @@
50
51
  }
51
52
  ],
52
53
  "devDependencies": {
53
- "@commitlint/cli": "^17.x.x",
54
- "@commitlint/config-conventional": "^17.x.x",
54
+ "@commitlint/cli": "^18.x.x",
55
+ "@commitlint/config-conventional": "^18.x.x",
55
56
  "@microsoft/api-documenter": "^7.x.x",
56
57
  "@microsoft/api-extractor": "^7.x.x",
57
58
  "@rollup/plugin-json": "^6.x.x",
@@ -59,36 +60,39 @@
59
60
  "@types/jest": "^29.x.x",
60
61
  "@types/koa": "^2.x.x",
61
62
  "@types/koa__router": "^12.x.x",
62
- "@types/node": "^18.x.x",
63
+ "@types/node": "^20.x.x",
63
64
  "@types/ws": "^8.x.x",
64
- "@typescript-eslint/eslint-plugin": "^5.x.x",
65
- "@typescript-eslint/parser": "^5.x.x",
66
- "conventional-changelog-cli": "^2.x.x",
65
+ "@typescript-eslint/eslint-plugin": "^6.x.x",
66
+ "@typescript-eslint/parser": "^6.x.x",
67
+ "conventional-changelog-cli": "^4.x.x",
67
68
  "copyfiles": "^2.x.x",
68
- "del-cli": "^4.x.x",
69
+ "del-cli": "^5.x.x",
69
70
  "eslint": "^8.x.x",
70
71
  "eslint-plugin-jest": "^27.x.x",
71
72
  "husky": "^4.x.x",
72
73
  "jest": "^29.x.x",
73
74
  "jest-html-reporters": "^3.x.x",
74
- "rollup": "^3.x.x",
75
+ "reflect-metadata": "^0.x.x",
76
+ "rollup": "^4.x.x",
75
77
  "rollup-plugin-typescript2": "^0.x.x",
76
78
  "standard-version": "^9.x.x",
77
79
  "ts-jest": "^29.x.x",
78
80
  "ts-node": "^10.x.x",
79
- "typescript": "^4.x.x"
81
+ "tslib": "^2.x.x",
82
+ "typescript": "^5.x.x"
80
83
  },
81
84
  "dependencies": {
82
85
  "koa": "^2.14.2",
83
86
  "koatty_config": "^1.1.6",
84
- "koatty_container": "^1.8.9",
85
- "koatty_core": "^1.8.2",
87
+ "koatty_container": "^1.8.10",
88
+ "koatty_core": "^1.8.4",
86
89
  "koatty_exception": "^1.2.8",
87
90
  "koatty_lib": "^1.3.4",
88
91
  "koatty_loader": "^1.1.0",
89
- "koatty_logger": "^2.1.2",
92
+ "koatty_logger": "^2.1.4",
90
93
  "koatty_proto": "^1.1.12",
91
- "koatty_serve": "2.1.0-0",
92
- "koatty_trace": "^1.10.2"
94
+ "koatty_serve": "2.1.0",
95
+ "koatty_trace": "^1.10.4",
96
+ "koatty_validation": "^1.2.9"
93
97
  }
94
98
  }