nextjs-cms-kit 0.5.85 → 0.5.86

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.
@@ -764,10 +764,10 @@ const main = async (s) => {
764
764
  createdAt: true,
765
765
  };
766
766
  }
767
- if (table.sectionType === 'destinationDb, selectDb') {
767
+ if (table.sectionType === 'destinationDb') {
768
768
  options = {
769
- createdAt: false,
770
- updatedAt: false,
769
+ createdAt: true,
770
+ updatedAt: true,
771
771
  createdBy: false,
772
772
  updatedBy: false,
773
773
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nextjs-cms-kit",
3
3
  "private": false,
4
- "version": "0.5.85",
4
+ "version": "0.5.86",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "nextjs-cms-kit": "./dist/index.js"
@@ -33,7 +33,7 @@
33
33
  "gradient-string": "^3.0.0",
34
34
  "mysql2": "^3.12.0",
35
35
  "ora": "9.0.0",
36
- "nextjs-cms": "0.5.85"
36
+ "nextjs-cms": "0.5.86"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/bcrypt": "^6.0.0",
@@ -42,9 +42,9 @@
42
42
  "prettier": "^3.3.3",
43
43
  "tsx": "^4.20.6",
44
44
  "typescript": "^5.9.2",
45
+ "@lzcms/prettier-config": "0.1.0",
45
46
  "@lzcms/eslint-config": "0.3.0",
46
- "@lzcms/tsconfig": "0.1.0",
47
- "@lzcms/prettier-config": "0.1.0"
47
+ "@lzcms/tsconfig": "0.1.0"
48
48
  },
49
49
  "prettier": "@lzcms/prettier-config",
50
50
  "scripts": {