@adminforth/crud-approve-plugin 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +0 -2
- package/package.json +3 -2
package/index.ts
CHANGED
|
@@ -162,8 +162,6 @@ export default class CRUDApprovePlugin extends AdminForthPlugin {
|
|
|
162
162
|
hooks = resource.hooks.delete.beforeSave;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
-
// mark that call is from approval plugin to avoid infinite loops
|
|
166
|
-
console.log('extra before save hooks:', extra);
|
|
167
165
|
if (extra === undefined) {
|
|
168
166
|
extra = {};
|
|
169
167
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminforth/crud-approve-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
"license": "ISC",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@adminforth/two-factors-auth": "^2.9.16",
|
|
24
|
-
"
|
|
24
|
+
"dayjs": "^1.11.11",
|
|
25
|
+
"adminforth": "^2.13.0-next.51"
|
|
25
26
|
},
|
|
26
27
|
"peerDependencies": {
|
|
27
28
|
"adminforth": "^2.13.0-next.51"
|