@gadmin2n/schematics 0.0.123 → 0.0.124

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,8 +1 @@
1
1
  export * from './list';
2
-
3
- // Stub exports for generated/resources.tsx compatibility (gadmin2 generated imports)
4
- const EmptyComponent = () => null;
5
- export const AuditCreate = EmptyComponent;
6
- export const AuditEdit = EmptyComponent;
7
- export const AuditList = EmptyComponent;
8
- export const AuditShow = EmptyComponent;
@@ -218,3 +218,5 @@ export const AuditLogPage = () => {
218
218
  </div>
219
219
  );
220
220
  };
221
+
222
+ export const AuditList = AuditLogPage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gadmin2n/schematics",
3
- "version": "0.0.123",
3
+ "version": "0.0.124",
4
4
  "description": "Gadmin - modern, fast, powerful node.js web framework (@schematics)",
5
5
  "main": "dist/index.js",
6
6
  "files": [