@aeriajs/core 0.0.128 → 0.0.129

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/crud/:id': {
60
+ readonly 'route:/dashboard/:collection/:id': {
61
61
  readonly label: "action.view";
62
62
  readonly icon: "eye";
63
63
  readonly translate: true;
@@ -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/crud/:id': {
16
+ readonly 'route:/dashboard/:collection/:id': {
17
17
  readonly label: "action.view";
18
18
  readonly icon: "eye";
19
19
  readonly translate: true;
@@ -16,7 +16,7 @@ exports.crud = {
16
16
  icon: 'pencil-simple',
17
17
  translate: true,
18
18
  },
19
- 'route:/dashboard/crud/:id': {
19
+ 'route:/dashboard/:collection/:id': {
20
20
  label: 'action.view',
21
21
  icon: 'eye',
22
22
  translate: true,
@@ -14,7 +14,7 @@ export const crud = {
14
14
  icon: "pencil-simple",
15
15
  translate: true
16
16
  },
17
- "route:/dashboard/crud/:id": {
17
+ "route:/dashboard/:collection/:id": {
18
18
  label: "action.view",
19
19
  icon: "eye",
20
20
  translate: true,
@@ -1,6 +1,6 @@
1
1
  export declare const view: {
2
2
  readonly individualActions: {
3
- readonly 'route:/dashboard/crud/:id': {
3
+ readonly 'route:/dashboard/:collection/:id': {
4
4
  readonly label: "action.view";
5
5
  readonly icon: "eye";
6
6
  readonly translate: true;
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.view = void 0;
4
4
  exports.view = {
5
5
  individualActions: {
6
- 'route:/dashboard/crud/:id': {
6
+ 'route:/dashboard/:collection/:id': {
7
7
  label: 'action.view',
8
8
  icon: 'eye',
9
9
  translate: true,
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  export const view = {
3
3
  individualActions: {
4
- "route:/dashboard/crud/:id": {
4
+ "route:/dashboard/:collection/:id": {
5
5
  label: "action.view",
6
6
  icon: "eye",
7
7
  translate: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aeriajs/core",
3
- "version": "0.0.128",
3
+ "version": "0.0.129",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -41,11 +41,11 @@
41
41
  "mongodb-memory-server": "^9.2.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "@aeriajs/builtins": "^0.0.128",
44
+ "@aeriajs/builtins": "^0.0.129",
45
45
  "@aeriajs/common": "^0.0.80",
46
46
  "@aeriajs/entrypoint": "^0.0.82",
47
47
  "@aeriajs/http": "^0.0.91",
48
- "@aeriajs/security": "^0.0.128",
48
+ "@aeriajs/security": "^0.0.129",
49
49
  "@aeriajs/types": "^0.0.68",
50
50
  "@aeriajs/validation": "^0.0.83"
51
51
  },