@aeriajs/core 0.0.128 → 0.0.130
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.
|
@@ -57,7 +57,7 @@ export declare const applyPreset: (entry: Partial<Description> | Description["pr
|
|
|
57
57
|
};
|
|
58
58
|
} | {
|
|
59
59
|
readonly individualActions: {
|
|
60
|
-
readonly 'route:/dashboard
|
|
60
|
+
readonly 'route:/dashboard/:collection/:id': {
|
|
61
61
|
readonly label: "action.view";
|
|
62
62
|
readonly icon: "eye";
|
|
63
63
|
readonly translate: true;
|
package/dist/presets/crud.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare const crud: {
|
|
|
13
13
|
readonly icon: "pencil-simple";
|
|
14
14
|
readonly translate: true;
|
|
15
15
|
};
|
|
16
|
-
readonly 'route:/dashboard
|
|
16
|
+
readonly 'route:/dashboard/:collection/:id': {
|
|
17
17
|
readonly label: "action.view";
|
|
18
18
|
readonly icon: "eye";
|
|
19
19
|
readonly translate: true;
|
package/dist/presets/crud.js
CHANGED
package/dist/presets/crud.mjs
CHANGED
package/dist/presets/view.d.ts
CHANGED
package/dist/presets/view.js
CHANGED
package/dist/presets/view.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aeriajs/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.130",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -41,13 +41,13 @@
|
|
|
41
41
|
"mongodb-memory-server": "^9.2.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@aeriajs/builtins": "^0.0.
|
|
45
|
-
"@aeriajs/common": "^0.0.
|
|
46
|
-
"@aeriajs/entrypoint": "^0.0.
|
|
47
|
-
"@aeriajs/http": "^0.0.
|
|
48
|
-
"@aeriajs/security": "^0.0.
|
|
49
|
-
"@aeriajs/types": "^0.0.
|
|
50
|
-
"@aeriajs/validation": "^0.0.
|
|
44
|
+
"@aeriajs/builtins": "^0.0.130",
|
|
45
|
+
"@aeriajs/common": "^0.0.81",
|
|
46
|
+
"@aeriajs/entrypoint": "^0.0.83",
|
|
47
|
+
"@aeriajs/http": "^0.0.92",
|
|
48
|
+
"@aeriajs/security": "^0.0.130",
|
|
49
|
+
"@aeriajs/types": "^0.0.69",
|
|
50
|
+
"@aeriajs/validation": "^0.0.84"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"mongodb": "^6.5.0",
|