Skip to content

Commit a820861

Browse files
authored
[-] Technical - Update forest-express to version 7 (#296)
1 parent c1bc12b commit a820861

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
## [Unreleased]
44
### Added
55
- Technical - Add optional chaining plugin to babel.
6-
- Resources Remover - Add resources remover (bulk destroy).
6+
- Resource Deletion - Users can now bulk delete records.
7+
- Smart Actions - Add a method to `RecordsGetter` to get all models IDs given a query or an ID list.
78

89
### Changed
910
- Technical - Upgrade to babel 7 stable.
11+
- Initialisation - Make `Liana.init` return a promise resolving when all is up.
1012

1113
## RELEASE 5.7.0 - 2020-01-14
1214
### Added

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "forest-express-mongoose",
33
"description": "Official Express/Mongoose Liana for Forest",
4-
"version": "5.7.0",
4+
"version": "6.0.0-beta.0",
55
"author": "Sandro Munda <[email protected]>",
66
"contributors": [
77
"Arnaud Besnier <[email protected]>",
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "7.8.3",
2828
"bluebird": "2.9.25",
29-
"forest-express": "5.6.0",
29+
"forest-express": "7.0.1",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.13",
3232
"moment": "2.24.0",
@@ -68,4 +68,4 @@
6868
"pre-commit": [
6969
"pre-commit"
7070
]
71-
}
71+
}

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -712,13 +712,6 @@
712712
pirates "^4.0.0"
713713
source-map-support "^0.5.16"
714714

715-
716-
version "7.7.2"
717-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"
718-
integrity sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==
719-
dependencies:
720-
regenerator-runtime "^0.13.2"
721-
722715
723716
version "7.8.3"
724717
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1"
@@ -2654,12 +2647,12 @@ for-in@^1.0.2:
26542647
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
26552648
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
26562649

2657-
forest-express@5.6.0:
2658-
version "5.6.0"
2659-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.6.0.tgz#3279d4522ca9448482f46292d05568f3ac70e460"
2660-
integrity sha512-T6L0tFfy1jLkTXfW/H785LVlaW6rkVHM0YjCrklkIoOnu8cJbXdVuPy00b3q9p/aerrz6/PgGNDjmpG/JSB6pg==
2650+
forest-express@7.0.1:
2651+
version "7.0.1"
2652+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.0.1.tgz#9deee488a1923b8f1d84dcf1d08f1eeee0e385b2"
2653+
integrity sha512-il+CC2KgE5hz9kni2E/T6DSCuv7zsRmEc0hgt66N3TdxVwu/k0ApWNKdBwXNZ8sDZt3EGjGscnS9dlyrObPtwg==
26612654
dependencies:
2662-
"@babel/runtime" "7.7.2"
2655+
"@babel/runtime" "7.8.3"
26632656
base32-encode "1.1.1"
26642657
bitwise-xor "0.0.0"
26652658
bluebird "3.7.1"

0 commit comments

Comments
 (0)