File tree Expand file tree Collapse file tree 8 files changed +17
-17
lines changed
Expand file tree Collapse file tree 8 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 44 "packages" : [
55 " packages/*"
66 ],
7- "version" : " 1.0.0 " ,
7+ "version" : " 1.0.1 " ,
88 "command" : {
99 "bootstrap" : {
1010 "npmClientArgs" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsed/cli-root" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " CLI to bootstrap your Ts.ED project" ,
55 "private" : true ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsed/cli-core" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "main" : " ./lib/index.js" ,
55 "typings" : " ./lib/index.d.ts" ,
66 "description" : " Build your CLI with TypeScript and Decorators" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsed/cli-plugin-jest" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "main" : " ./lib/index.js" ,
55 "typings" : " ./lib/index.d.ts" ,
66 "devDependencies" : {
7- "@tsed/cli" : " 1.0.0 " ,
8- "@tsed/cli-core" : " 1.0.0 " ,
7+ "@tsed/cli" : " 1.0.1 " ,
8+ "@tsed/cli-core" : " 1.0.1 " ,
99 "@tsed/core" : " ^5.44.6" ,
1010 "@tsed/di" : " ^5.44.6" ,
1111 "tslib" : " 1.11.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsed/cli-plugin-mocha" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "main" : " ./lib/index.js" ,
55 "typings" : " ./lib/index.d.ts" ,
66 "devDependencies" : {
7- "@tsed/cli" : " 1.0.0 " ,
8- "@tsed/cli-core" : " 1.0.0 " ,
7+ "@tsed/cli" : " 1.0.1 " ,
8+ "@tsed/cli-core" : " 1.0.1 " ,
99 "@tsed/core" : " ^5.44.6" ,
1010 "@tsed/di" : " ^5.44.6" ,
1111 "tslib" : " 1.11.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsed/cli-plugin-passport" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "main" : " ./lib/index.js" ,
55 "typings" : " ./lib/index.d.ts" ,
66 "dependencies" : {
77 "change-case" : " ^4.1.1" ,
88 "tslib" : " 1.11.1"
99 },
1010 "devDependencies" : {
11- "@tsed/cli" : " 1.0.0 " ,
12- "@tsed/cli-core" : " 1.0.0 " ,
11+ "@tsed/cli" : " 1.0.1 " ,
12+ "@tsed/cli-core" : " 1.0.1 " ,
1313 "@tsed/core" : " ^5.44.6" ,
1414 "@tsed/di" : " ^5.44.6" ,
1515 "@types/change-case" : " ^2.3.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsed/cli-testing" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "main" : " ./lib/index.js" ,
55 "typings" : " ./lib/index.d.ts" ,
66 "description" : " Utils to test you CLI based on Ts.ED CLI" ,
1515 " decorators"
1616 ],
1717 "dependencies" : {
18- "@tsed/cli-core" : " 1.0.0 " ,
18+ "@tsed/cli-core" : " 1.0.1 " ,
1919 "@tsed/core" : " ^5.44.6" ,
2020 "@tsed/di" : " ^5.44.6" ,
2121 "tslib" : " 1.11.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " @tsed/cli" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "main" : " ./lib/index.js" ,
55 "typings" : " ./lib/index.d.ts" ,
66 "description" : " CLI to bootstrap your Ts.ED project" ,
1515 " decorators"
1616 ],
1717 "dependencies" : {
18- "@tsed/cli-core" : " 1.0.0 " ,
18+ "@tsed/cli-core" : " 1.0.1 " ,
1919 "@tsed/logger" : " ^5.4.1" ,
2020 "change-case" : " 4.1.1" ,
2121 "tslib" : " 1.11.1"
2222 },
2323 "devDependencies" : {
24- "@tsed/cli-testing" : " 1.0.0 " ,
24+ "@tsed/cli-testing" : " 1.0.1 " ,
2525 "@tsed/core" : " ^5.44.6" ,
2626 "@tsed/di" : " ^5.44.6" ,
2727 "@types/change-case" : " 2.3.1"
You can’t perform that action at this time.
0 commit comments