loopback-connector
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -0,1 +1,31 @@ | ||
2022-11-07, Version 5.1.1 | ||
========================= | ||
* chore: update dependency eslint to ^8.27.0 (renovate[bot]) | ||
* chore: update dependency eslint to v8 (renovate[bot]) | ||
* fix: return inserted ids with models in createAll (Samarpan Bhattacharya) | ||
* chore: update github/codeql-action action to v2.1.31 (renovate[bot]) | ||
* chore: update github/codeql-action action to v2.1.30 (renovate[bot]) | ||
* chore: lock file maintenance (renovate[bot]) | ||
* chore: update commitlint monorepo to ^17.2.0 (renovate[bot]) | ||
* docs: fix broken links (Shubham Prajapat) | ||
* chore: update github/codeql-action action to v2.1.29 (renovate[bot]) | ||
* chore: update github/codeql-action action to v2.1.28 (renovate[bot]) | ||
* chore: update actions/setup-node action to v3.5.1 (renovate[bot]) | ||
* chore: update github/codeql-action action to v2.1.27 (renovate[bot]) | ||
* chore: update actions/checkout action to v3.1.0 (renovate[bot]) | ||
2022-09-29, Version 5.1.0 | ||
@@ -2,0 +32,0 @@ ========================= |
{ | ||
"name": "loopback-connector", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Building blocks for LoopBack connectors", | ||
@@ -36,7 +36,7 @@ "engines": { | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@commitlint/config-conventional": "^17.2.0", | ||
"chai": "^4.3.6", | ||
"chai-as-promised": "^7.1.1", | ||
"commitlint": "^17.1.2", | ||
"eslint": "^7.32.0", | ||
"commitlint": "^17.2.0", | ||
"eslint": "^8.27.0", | ||
"eslint-config-loopback": "^13.1.0", | ||
@@ -43,0 +43,0 @@ "loopback-datasource-juggler": "^4.27.1", |
@@ -9,4 +9,4 @@ # LoopBack Connector | ||
**For full documentation, see the official StrongLoop documentation**: | ||
* [Data sources and connectors](http://docs.strongloop.com/display/public/LB/Database+connectors) | ||
**For full documentation, see the official LoopBack documentation**: | ||
* [Data sources and connectors](https://loopback.io/doc/en/lb4/Connectors-reference.html) | ||
@@ -19,3 +19,3 @@ ## Installation | ||
See [loopback-connector-mysql](https://github.com/strongloop/loopback-connector-mysql) | ||
See [loopback-connector-mysql](https://github.com/loopbackio/loopback-connector-mysql) | ||
for an example of connector using this module. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
457620
4959