adminizer 4.1.0-build.23 → 4.1.0-build.24
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import inertiaActionsHelper from "./inertiaActionsHelper";
|
|
2
2
|
import chalk from "chalk";
|
|
3
|
-
import { isObject } from "
|
|
3
|
+
import { isObject } from "./JsUtils";
|
|
4
4
|
export default function inertiaAddHelper(req, entity, fields, record, view = false) {
|
|
5
5
|
const actionType = 'add';
|
|
6
6
|
let props = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adminizer",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.1.0-build.
|
|
4
|
+
"version": "4.1.0-build.24",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "vitest --reporter verbose",
|
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
"@types/json-schema": "^7.0.15",
|
|
83
83
|
"@types/jsonwebtoken": "^9.0.9",
|
|
84
84
|
"@types/leaflet": "^1.9.17",
|
|
85
|
-
"@types/lodash-es": "^4.17.12",
|
|
86
85
|
"@types/multer": "^1.4.12",
|
|
87
86
|
"@types/node": "^22.10.5",
|
|
88
87
|
"@types/password-hash": "^1.2.24",
|
|
@@ -104,7 +103,6 @@
|
|
|
104
103
|
"json-schema": "^0.4.0",
|
|
105
104
|
"leaflet": "^1.9.4",
|
|
106
105
|
"leaflet-draw": "^1.0.4",
|
|
107
|
-
"lodash-es": "^4.17.21",
|
|
108
106
|
"lucide-react": "^0.485.0",
|
|
109
107
|
"material-icons": "^1.13.14",
|
|
110
108
|
"react": "^19.0.0",
|