From b1d394ef2f8f27765433aee71d9abaca456a2055 Mon Sep 17 00:00:00 2001 From: SteveBunlon Date: Fri, 3 Nov 2023 17:28:44 +0100 Subject: [PATCH] fix(serialiser): serialiser does not compute hidden smart fields anymore (#1098) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0860bb04..14e5fff3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/runtime": "7.15.4", "bluebird": "2.9.25", "core-js": "3.6.5", - "forest-express": "10.2.7", + "forest-express": "10.2.10", "http-errors": "1.6.1", "lodash": "4.17.21", "moment": "2.29.4", diff --git a/yarn.lock b/yarn.lock index e81c32bc..c68d6e12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4901,10 +4901,10 @@ for-in@^1.0.2: resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ== -forest-express@10.2.7: - version "10.2.7" - resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.2.7.tgz#68e7512e0ae8a3d78512462277243031a191f696" - integrity sha512-L6FS4SkknjxzIgwM4uZRMls4QhQ+AyC4UL+1V0Ue9CQvBqT1RAMmP83nmEOtQgvr1tVFvuQOtYd58ann+5xNAA== +forest-express@10.2.10: + version "10.2.10" + resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.2.10.tgz#bcfabcacaa043b8b290fa7870e51dc4031336729" + integrity sha512-Gzb0qGxcpfO2+E5rUH07y+AJ5qpjrtaA8BdA3P/uPHHPV9q0yGoHREUG6bA4wQM2V4qQNDicJNftmYl68A1DBw== dependencies: "@babel/runtime" "7.19.0" "@forestadmin/context" "1.31.0"