Skip to content

Commit d45894d

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" (#989)
1 parent 248770c commit d45894d

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
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
30-
"forest-express": "10.1.0",
30+
"forest-express": "10.0.2",
3131
"http-errors": "1.7.2",
3232
"lodash": "4.17.21",
3333
"moment": "2.29.4",

yarn.lock

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

1138-
"@forestadmin/forestadmin-client@1.1.2":
1139-
version "1.1.2"
1140-
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.1.2.tgz#eef982fd8ea235611ebd7830c49654da13e35b28"
1141-
integrity sha512-102R+wjXPILwVWJ04su2a1W1/hCDuJNMFUJS/VAvxLVIL875GAhFUPYxSkZnBYECRWzDCRu5IdXtjs2NBUcSWQ==
1138+
"@forestadmin/forestadmin-client@1.0.3":
1139+
version "1.0.3"
1140+
resolved "https://registry.yarnpkg.com/@forestadmin/forestadmin-client/-/forestadmin-client-1.0.3.tgz#4394a4103abe0f55e9f4fd71ad5e578473a18b89"
1141+
integrity sha512-y7RsKl9EyS/4vPYSFnhCjDDHQZ8XXpFGi+cASeFZL8ordpbmbD62AIPBQ9AYxTgjqMxeFwNaHKM8R4V9dKi4UQ==
11421142
dependencies:
11431143
json-api-serializer "^2.6.6"
11441144
jsonwebtoken "^8.5.1"
@@ -4476,14 +4476,14 @@ for-in@^1.0.2:
44764476
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
44774477
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
44784478

4479-
forest-express@10.1.0:
4480-
version "10.1.0"
4481-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.1.0.tgz#b4de736335b5d0818d390c0b3d3d1376c3b6c768"
4482-
integrity sha512-Itz9RGeP4L/OekSR7MHKcep5pUQKIkxmA3K0HMqvBYbu7trpnue5m6HRqylrCyqcorURdo/oevFGdZh9e09jcw==
4479+
forest-express@10.0.2:
4480+
version "10.0.2"
4481+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.0.2.tgz#77bc820168a0165e7b558b7c3cc1168e74f49a3e"
4482+
integrity sha512-zLl/MaunTmfro7bixEtH0c+uPspoTxu9XMsnVi6TufCvk7AdarpHE3CZq4uA8uxoOU9n0OiGKuizioOQZ/o1Cg==
44834483
dependencies:
44844484
"@babel/runtime" "7.19.0"
44854485
"@forestadmin/context" "1.31.0"
4486-
"@forestadmin/forestadmin-client" "1.1.2"
4486+
"@forestadmin/forestadmin-client" "1.0.3"
44874487
base32-encode "1.1.1"
44884488
bitwise-xor "0.0.0"
44894489
bluebird "3.7.1"
@@ -4503,7 +4503,6 @@ [email protected]:
45034503
lodash "4.17.21"
45044504
moment "2.29.4"
45054505
moment-timezone "0.5.34"
4506-
object-hash "^3.0.0"
45074506
openid-client "4.2.0"
45084507
otplib "11.0.1"
45094508
require-all "3.0.0"

0 commit comments

Comments
 (0)