Skip to content

Commit

Permalink
Docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kael-shipman committed Jan 12, 2024
1 parent 2d3e245 commit 553ac87
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion libs/ts-simple-db-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"test": "jest tests/",
"typecheck": "../../scripts/typecheck.sh"
},
"version": "0.7.1"
"version": "0.7.2"
}
2 changes: 1 addition & 1 deletion libs/ts-simple-http-client-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"test": "jest tests/",
"typecheck": "../../scripts/typecheck.sh"
},
"version": "0.7.1"
"version": "0.7.2"
}
2 changes: 1 addition & 1 deletion libs/ts-simple-http-client-rpn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"test": "jest tests/",
"typecheck": "../../scripts/typecheck.sh"
},
"version": "0.7.1"
"version": "0.7.2"
}
2 changes: 1 addition & 1 deletion libs/ts-simple-http-server-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"test": "jest tests/",
"typecheck": "../../scripts/typecheck.sh"
},
"version": "0.7.1"
"version": "0.7.2"
}
2 changes: 1 addition & 1 deletion libs/ts-simple-interfaces-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"prettier:fix": "../../scripts/prettier-fix.sh",
"typecheck": "../../scripts/typecheck.sh"
},
"version": "0.7.1"
"version": "0.7.2"
}
13 changes: 7 additions & 6 deletions libs/ts-simple-interfaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,24 +97,25 @@ Following is a list of implementations by interface:

### `SimpleHttpClientInterface`

* [`simple-http-client-rpn`](../ts-simple-http-client-rpn)
* [`simple-http-client-axios`](../ts-simple-http-client-axios)
* [`simple-http-client-rpn`](https://www.npmjs.com/package/@wymp/simple-http-client-rpn)
* [`simple-http-client-axios`](https://www.npmjs.com/package/@wymp/simple-http-client-axios)

### `SimpleHttpRequestHandlerInterface`

* [`simple-http-server-express`](../ts-simple-http-server-express)
* [`simple-http-server-express`](https://www.npmjs.com/package/@wymp/simple-http-server-express)

### `SimpleLoggerInterface`

* [`simple-logger-winston`](../ts-simple-logger-winston)
* [`simple-logger-winston`](https://www.npmjs.com/package/@wymp/simple-logger-winston)
* [`simple-logger-console`](https://www.npmjs.com/package/@wymp/simple-logger-console)

### `SimplePubSubInterface`

* [`simple-pubsub-amqp`](../ts-simple-pubsub-amqp)
* [`simple-pubsub-amqp`](https://www.npmjs.com/package/@wymp/simple-pubsub-amqp)

### `SimpleSqlDbInterface`

* [`simple-db-mysql`](../ts-simple-db-mysql)
* [`simple-db-mysql`](https://www.npmjs.com/package/@wymp/simple-db-mysql)


## Testing
Expand Down
2 changes: 1 addition & 1 deletion libs/ts-simple-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"prettier:fix": "../../scripts/prettier-fix.sh",
"typecheck": "../../scripts/typecheck.sh"
},
"version": "0.7.1"
"version": "0.7.2"
}
2 changes: 1 addition & 1 deletion libs/ts-simple-logger-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"test": "jest tests/",
"typecheck": "../../scripts/typecheck.sh"
},
"version": "0.7.1"
"version": "0.7.2"
}
2 changes: 1 addition & 1 deletion libs/ts-simple-logger-winston/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"test": "jest tests/",
"typecheck": "../../scripts/typecheck.sh"
},
"version": "0.7.1"
"version": "0.7.2"
}
2 changes: 1 addition & 1 deletion libs/ts-simple-pubsub-amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"test": "jest tests/",
"typecheck": "../../scripts/typecheck.sh"
},
"version": "0.7.1"
"version": "0.7.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"@types/node": "$@types/node"
}
},
"version": "0.7.1"
"version": "0.7.2"
}

0 comments on commit 553ac87

Please sign in to comment.