Skip to content

Commit 6241190

Browse files
author
KoLiBer
committed
Merge branch 'release/0.5.0'
2 parents 7595e47 + 82010c7 commit 6241190

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.5.0
4+
5+
- **Deps**: update packages
6+
37
## v0.4.0
48

59
- **Feat**: enable unit testing with `ts-node`

sources/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-component-filter",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Loopback component models filter",
55
"keywords": [
66
"loopback-extension",
@@ -33,18 +33,18 @@
3333
"dist"
3434
],
3535
"dependencies": {
36-
"@loopback/boot": "^2.3.1",
37-
"@loopback/context": "^3.8.1",
38-
"@loopback/core": "^2.7.0",
39-
"@loopback/repository": "^2.5.1",
40-
"tslib": "^1.10.0"
36+
"@loopback/boot": "^2.3.3",
37+
"@loopback/context": "^3.9.0",
38+
"@loopback/core": "^2.8.0",
39+
"@loopback/repository": "^2.7.0",
40+
"tslib": "^2.0.0"
4141
},
4242
"devDependencies": {
43-
"@loopback/build": "^5.4.1",
44-
"@loopback/testlab": "^3.1.5",
45-
"@types/node": "^10.17.24",
43+
"@loopback/build": "^5.4.3",
44+
"@loopback/testlab": "^3.1.7",
45+
"@types/node": "^10.17.26",
4646
"nodemon": "^2.0.4",
47-
"ts-node": "^8.10.1",
48-
"typescript": "~3.9.3"
47+
"ts-node": "^8.10.2",
48+
"typescript": "~3.9.5"
4949
}
5050
}

sources/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export * from "./types";
2-
32
export * from "./repositories";

0 commit comments

Comments
 (0)