@vitnode/core 1.2.0-canary.59 → 1.2.0-canary.60

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.
Files changed (57) hide show
  1. package/dist/src/api/middlewares/global.middleware.d.ts.map +1 -1
  2. package/dist/src/api/middlewares/global.middleware.js +5 -16
  3. package/dist/src/api/models/email.d.ts.map +1 -1
  4. package/dist/src/api/models/email.js +3 -4
  5. package/dist/src/api/models/session-admin.d.ts.map +1 -1
  6. package/dist/src/api/models/session-admin.js +12 -3
  7. package/dist/src/api/models/session.d.ts.map +1 -1
  8. package/dist/src/api/models/session.js +12 -3
  9. package/dist/src/api/modules/cron/helpers/process-cron-jobs.d.ts.map +1 -1
  10. package/dist/src/api/modules/cron/helpers/process-cron-jobs.js +10 -6
  11. package/dist/src/api/modules/cron/routes/cron.route.d.ts.map +1 -1
  12. package/dist/src/api/modules/cron/routes/cron.route.js +7 -1
  13. package/dist/src/components/form/auto-form.js +1 -1
  14. package/dist/src/components/form/fields/checkbox.js +1 -1
  15. package/dist/src/components/form/fields/radio-group.js +1 -1
  16. package/dist/src/components/switchers/themes/theme-switcher.js +2 -2
  17. package/dist/src/components/table/content.js +1 -1
  18. package/dist/src/components/ui/accordion.js +2 -2
  19. package/dist/src/components/ui/alert-dialog.js +1 -1
  20. package/dist/src/components/ui/card.js +3 -3
  21. package/dist/src/components/ui/checkbox.js +1 -1
  22. package/dist/src/components/ui/command.js +4 -4
  23. package/dist/src/components/ui/context-menu.js +6 -6
  24. package/dist/src/components/ui/dialog.js +3 -3
  25. package/dist/src/components/ui/dropdown-menu.js +6 -6
  26. package/dist/src/components/ui/editor.js +1 -1
  27. package/dist/src/components/ui/hover-card.js +1 -1
  28. package/dist/src/components/ui/input-otp.js +2 -2
  29. package/dist/src/components/ui/input.js +1 -1
  30. package/dist/src/components/ui/label.js +1 -1
  31. package/dist/src/components/ui/menubar.js +8 -8
  32. package/dist/src/components/ui/navigation-menu.js +3 -3
  33. package/dist/src/components/ui/popover.js +1 -1
  34. package/dist/src/components/ui/radio-group.js +2 -2
  35. package/dist/src/components/ui/scroll-area.js +2 -2
  36. package/dist/src/components/ui/select.js +3 -3
  37. package/dist/src/components/ui/separator.js +1 -1
  38. package/dist/src/components/ui/sheet.js +1 -1
  39. package/dist/src/components/ui/sidebar.js +11 -11
  40. package/dist/src/components/ui/slider.js +3 -3
  41. package/dist/src/components/ui/switch.js +1 -1
  42. package/dist/src/components/ui/table.js +1 -1
  43. package/dist/src/components/ui/tabs.js +1 -1
  44. package/dist/src/components/ui/textarea.js +1 -1
  45. package/dist/src/components/ui/toggle-group.js +1 -1
  46. package/dist/src/components/ui/tooltip.js +1 -1
  47. package/dist/src/emails/reset-password.js +1 -1
  48. package/dist/src/emails/ui/card.js +1 -1
  49. package/dist/src/lib/navigation.d.ts +15 -13
  50. package/dist/src/lib/navigation.d.ts.map +1 -1
  51. package/dist/src/views/auth/sign-in/form/use-form.d.ts.map +1 -1
  52. package/dist/src/views/auth/sign-in/form/use-form.js +1 -1
  53. package/dist/src/views/auth/sign-in/sign-in-view.js +1 -1
  54. package/dist/src/views/auth/sign-up/sign-up-view.js +1 -1
  55. package/dist/src/vitnode.config.d.ts.map +1 -1
  56. package/dist/tsconfig.tsbuildinfo +1 -1
  57. package/package.json +39 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitnode/core",
3
- "version": "1.2.0-canary.59",
3
+ "version": "1.2.0-canary.60",
4
4
  "description": "Core package for VitNode, providing essential functionalities and configurations.",
5
5
  "author": "VitNode Team",
6
6
  "license": "MIT",
@@ -28,56 +28,56 @@
28
28
  "drizzle-orm": "^0.44.x",
29
29
  "hono": "^4.9.x",
30
30
  "motion": "^12.x.x",
31
- "next": "^15.5.x",
31
+ "next": "^16.0.x",
32
32
  "next-intl": "^4.x.x",
33
- "react": "^19.1.x",
34
- "react-dom": "^19.1.x",
33
+ "react": "^19.2.x",
34
+ "react-dom": "^19.2.x",
35
35
  "react-hook-form": "^7.x.x",
36
36
  "typescript": "^5.9.x",
37
37
  "zod": "^4.x.x"
38
38
  },
39
39
  "devDependencies": {
40
- "@hono/zod-openapi": "^1.1.3",
41
- "@hono/zod-validator": "^0.7.3",
40
+ "@hono/zod-openapi": "^1.1.4",
41
+ "@hono/zod-validator": "^0.7.4",
42
42
  "@hookform/resolvers": "^5.2.2",
43
- "@react-email/components": "^0.5.5",
43
+ "@react-email/components": "^1.0.0",
44
44
  "@swc/cli": "0.6.0",
45
45
  "@swc/core": "^1.13.5",
46
46
  "@testing-library/dom": "^10.4.1",
47
47
  "@testing-library/react": "^16.3.0",
48
- "@types/node": "^24.6.2",
49
- "@types/nodemailer": "^7.0.2",
50
- "@types/react": "^19.2.0",
51
- "@types/react-dom": "^19.2.0",
52
- "@vitejs/plugin-react": "^5.0.4",
53
- "@vitest/coverage-v8": "^3.2.4",
48
+ "@types/node": "^24.10.0",
49
+ "@types/nodemailer": "^7.0.3",
50
+ "@types/react": "^19.2.2",
51
+ "@types/react-dom": "^19.2.2",
52
+ "@vitejs/plugin-react": "^5.1.0",
53
+ "@vitest/coverage-v8": "^4.0.8",
54
54
  "chokidar": "^4.0.3",
55
55
  "concurrently": "^9.2.1",
56
56
  "dotenv": "^17.2.3",
57
- "drizzle-kit": "^0.31.5",
58
- "drizzle-orm": "^0.44.6",
59
- "eslint": "^9.36.0",
60
- "hono": "^4.9.9",
61
- "jsdom": "^26.1.0",
62
- "lucide-react": "^0.544.0",
63
- "next": "15.6.0-canary.41",
64
- "next-intl": "^4.3.9",
57
+ "drizzle-kit": "^0.31.6",
58
+ "drizzle-orm": "^0.44.7",
59
+ "eslint": "^9.39.1",
60
+ "hono": "^4.10.4",
61
+ "jsdom": "^27.1.0",
62
+ "lucide-react": "^0.553.0",
63
+ "next": "^16.0.1",
64
+ "next-intl": "^4.5.0",
65
65
  "node-cron": "^4.2.1",
66
66
  "react": "^19.2.0",
67
67
  "react-dom": "^19.2.0",
68
- "react-email": "^4.2.12",
69
- "react-hook-form": "^7.63.0",
68
+ "react-email": "^5.0.1",
69
+ "react-hook-form": "^7.66.0",
70
70
  "sonner": "^2.0.7",
71
- "tailwindcss": "^4.1.14",
71
+ "tailwindcss": "^4.1.17",
72
72
  "tsc-alias": "^1.8.16",
73
73
  "tsup": "^8.5.0",
74
74
  "tsx": "^4.20.6",
75
75
  "tw-animate-css": "^1.4.0",
76
76
  "typescript": "^5.9.3",
77
77
  "vite-tsconfig-paths": "^5.1.4",
78
- "vitest": "^3.2.4",
79
- "zod": "^4.1.11",
80
- "@vitnode/config": "1.2.0-canary.59"
78
+ "vitest": "^4.0.8",
79
+ "zod": "^4.1.12",
80
+ "@vitnode/config": "1.2.0-canary.60"
81
81
  },
82
82
  "bin": {
83
83
  "vitnode": "./dist/scripts/scripts.js"
@@ -101,28 +101,28 @@
101
101
  "dependencies": {
102
102
  "@dnd-kit/core": "^6.3.1",
103
103
  "@hono/swagger-ui": "^0.5.2",
104
- "@react-email/preview-server": "^4.2.12",
105
- "@tanstack/react-query": "^5.90.2",
106
- "@tiptap/extension-text-align": "^3.6.5",
107
- "@tiptap/pm": "^3.6.5",
108
- "@tiptap/react": "^3.6.5",
109
- "@tiptap/starter-kit": "^3.6.5",
104
+ "@react-email/preview-server": "^5.0.1",
105
+ "@tanstack/react-query": "^5.90.7",
106
+ "@tiptap/extension-text-align": "^3.10.4",
107
+ "@tiptap/pm": "^3.10.4",
108
+ "@tiptap/react": "^3.10.4",
109
+ "@tiptap/starter-kit": "^3.10.4",
110
110
  "class-variance-authority": "^0.7.1",
111
111
  "clsx": "^2.1.1",
112
112
  "cmdk": "^1.1.1",
113
113
  "cron-parser": "^5.4.0",
114
114
  "input-otp": "^1.4.2",
115
- "motion": "^12.23.22",
115
+ "motion": "^12.23.24",
116
116
  "next-themes": "^0.4.6",
117
- "nodemailer": "^7.0.6",
117
+ "nodemailer": "^7.0.10",
118
118
  "postgres": "^3.4.7",
119
119
  "radix-ui": "^1.4.3",
120
- "rate-limiter-flexible": "^8.0.1",
120
+ "rate-limiter-flexible": "^8.2.0",
121
121
  "react-scan": "^0.4.3",
122
- "resend": "^6.1.2",
123
- "tailwind-merge": "^3.3.1",
122
+ "resend": "^6.4.2",
123
+ "tailwind-merge": "^3.4.0",
124
124
  "use-debounce": "^10.0.6",
125
- "use-intl": "^4.3.9",
125
+ "use-intl": "^4.5.0",
126
126
  "vaul": "^1.1.2"
127
127
  },
128
128
  "scripts": {