Skip to content

Commit 7c091cf

Browse files
author
Guillaume Gautreau
authored
fix: revert "feat(smart-actions): add support for data-based conditions on smart action trigger, approval requirement and authorization to approve" (#1053)
1 parent 68db23a commit 7c091cf

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
3030
"core-js": "3.6.5",
31-
"forest-express": "10.1.0",
31+
"forest-express": "10.0.2",
3232
"http-errors": "1.6.1",
3333
"lodash": "4.17.21",
3434
"moment": "2.29.4",

yarn.lock

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,10 +1199,10 @@
11991199
resolved "https://registry.yarnpkg.com/@forestadmin/context/-/context-1.31.0.tgz#b4b5a3b589e52d337a1f45807db22c2860e640a7"
12001200
integrity sha512-RQkDBkq+6ySMv+YNezz9VWSyCsqD7fj/+bXrXhQ6lJ62nbRUIUheH7ApvXwfnwFR1u55oT6Yhar11t6DaiE9Ig==
12011201

1202-
"@forestadmin/forestadmin-client@1.1.2":
1203-
version "1.1.2"
1204-
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.1.2.tgz#eef982fd8ea235611ebd7830c49654da13e35b28"
1205-
integrity sha512-102R+wjXPILwVWJ04su2a1W1/hCDuJNMFUJS/VAvxLVIL875GAhFUPYxSkZnBYECRWzDCRu5IdXtjs2NBUcSWQ==
1202+
"@forestadmin/forestadmin-client@1.0.3":
1203+
version "1.0.3"
1204+
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.0.3.tgz#4394a4103abe0f55e9f4fd71ad5e578473a18b89"
1205+
integrity sha512-y7RsKl9EyS/4vPYSFnhCjDDHQZ8XXpFGi+cASeFZL8ordpbmbD62AIPBQ9AYxTgjqMxeFwNaHKM8R4V9dKi4UQ==
12061206
dependencies:
12071207
json-api-serializer "^2.6.6"
12081208
jsonwebtoken "^8.5.1"
@@ -4596,14 +4596,14 @@ for-in@^1.0.2:
45964596
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
45974597
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
45984598

4599-
forest-express@10.1.0:
4600-
version "10.1.0"
4601-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.0.tgz#b4de736335b5d0818d390c0b3d3d1376c3b6c768"
4602-
integrity sha512-Itz9RGeP4L/OekSR7MHKcep5pUQKIkxmA3K0HMqvBYbu7trpnue5m6HRqylrCyqcorURdo/oevFGdZh9e09jcw==
4599+
forest-express@10.0.2:
4600+
version "10.0.2"
4601+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.0.2.tgz#77bc820168a0165e7b558b7c3cc1168e74f49a3e"
4602+
integrity sha512-zLl/MaunTmfro7bixEtH0c+uPspoTxu9XMsnVi6TufCvk7AdarpHE3CZq4uA8uxoOU9n0OiGKuizioOQZ/o1Cg==
46034603
dependencies:
46044604
"@babel/runtime" "7.19.0"
46054605
"@forestadmin/context" "1.31.0"
4606-
"@forestadmin/forestadmin-client" "1.1.2"
4606+
"@forestadmin/forestadmin-client" "1.0.3"
46074607
base32-encode "1.1.1"
46084608
bitwise-xor "0.0.0"
46094609
bluebird "3.7.1"
@@ -4623,7 +4623,6 @@ [email protected]:
46234623
lodash "4.17.21"
46244624
moment "2.29.4"
46254625
moment-timezone "0.5.34"
4626-
object-hash "^3.0.0"
46274626
openid-client "4.2.0"
46284627
otplib "11.0.1"
46294628
require-all "3.0.0"

0 commit comments

Comments
 (0)