@vitnode/core 1.2.0-canary.58 → 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.
- package/dist/src/api/middlewares/global.middleware.d.ts.map +1 -1
- package/dist/src/api/middlewares/global.middleware.js +5 -16
- package/dist/src/api/models/email.d.ts.map +1 -1
- package/dist/src/api/models/email.js +3 -4
- package/dist/src/api/models/session-admin.d.ts.map +1 -1
- package/dist/src/api/models/session-admin.js +12 -3
- package/dist/src/api/models/session.d.ts.map +1 -1
- package/dist/src/api/models/session.js +12 -3
- package/dist/src/api/modules/cron/helpers/process-cron-jobs.d.ts.map +1 -1
- package/dist/src/api/modules/cron/helpers/process-cron-jobs.js +10 -6
- package/dist/src/api/modules/cron/routes/cron.route.d.ts.map +1 -1
- package/dist/src/api/modules/cron/routes/cron.route.js +7 -1
- package/dist/src/components/form/auto-form.js +1 -1
- package/dist/src/components/form/fields/checkbox.js +1 -1
- package/dist/src/components/form/fields/radio-group.js +1 -1
- package/dist/src/components/switchers/themes/theme-switcher.js +2 -2
- package/dist/src/components/table/content.js +1 -1
- package/dist/src/components/ui/accordion.js +2 -2
- package/dist/src/components/ui/alert-dialog.js +1 -1
- package/dist/src/components/ui/card.js +3 -3
- package/dist/src/components/ui/checkbox.js +1 -1
- package/dist/src/components/ui/command.js +4 -4
- package/dist/src/components/ui/context-menu.js +6 -6
- package/dist/src/components/ui/dialog.js +3 -3
- package/dist/src/components/ui/dropdown-menu.js +6 -6
- package/dist/src/components/ui/editor.js +1 -1
- package/dist/src/components/ui/hover-card.js +1 -1
- package/dist/src/components/ui/input-otp.js +2 -2
- package/dist/src/components/ui/input.js +1 -1
- package/dist/src/components/ui/label.js +1 -1
- package/dist/src/components/ui/menubar.js +8 -8
- package/dist/src/components/ui/navigation-menu.js +3 -3
- package/dist/src/components/ui/popover.js +1 -1
- package/dist/src/components/ui/radio-group.js +2 -2
- package/dist/src/components/ui/scroll-area.js +2 -2
- package/dist/src/components/ui/select.js +3 -3
- package/dist/src/components/ui/separator.js +1 -1
- package/dist/src/components/ui/sheet.js +1 -1
- package/dist/src/components/ui/sidebar.js +11 -11
- package/dist/src/components/ui/slider.js +3 -3
- package/dist/src/components/ui/switch.js +1 -1
- package/dist/src/components/ui/table.js +1 -1
- package/dist/src/components/ui/tabs.js +1 -1
- package/dist/src/components/ui/textarea.js +1 -1
- package/dist/src/components/ui/toggle-group.js +1 -1
- package/dist/src/components/ui/tooltip.js +1 -1
- package/dist/src/emails/reset-password.js +1 -1
- package/dist/src/emails/ui/card.js +1 -1
- package/dist/src/lib/navigation.d.ts +15 -13
- package/dist/src/lib/navigation.d.ts.map +1 -1
- package/dist/src/views/auth/sign-in/form/use-form.d.ts.map +1 -1
- package/dist/src/views/auth/sign-in/form/use-form.js +1 -1
- package/dist/src/views/auth/sign-in/sign-in-view.js +1 -1
- package/dist/src/views/auth/sign-up/sign-up-view.js +1 -1
- package/dist/src/vitnode.config.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- 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.
|
|
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": "^
|
|
31
|
+
"next": "^16.0.x",
|
|
32
32
|
"next-intl": "^4.x.x",
|
|
33
|
-
"react": "^19.
|
|
34
|
-
"react-dom": "^19.
|
|
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.
|
|
41
|
-
"@hono/zod-validator": "^0.7.
|
|
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.
|
|
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.
|
|
49
|
-
"@types/nodemailer": "^7.0.
|
|
50
|
-
"@types/react": "^19.2.
|
|
51
|
-
"@types/react-dom": "^19.2.
|
|
52
|
-
"@vitejs/plugin-react": "^5.0
|
|
53
|
-
"@vitest/coverage-v8": "^
|
|
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.
|
|
58
|
-
"drizzle-orm": "^0.44.
|
|
59
|
-
"eslint": "^9.
|
|
60
|
-
"hono": "^4.
|
|
61
|
-
"jsdom": "^
|
|
62
|
-
"lucide-react": "^0.
|
|
63
|
-
"next": "
|
|
64
|
-
"next-intl": "^4.
|
|
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": "^
|
|
69
|
-
"react-hook-form": "^7.
|
|
68
|
+
"react-email": "^5.0.1",
|
|
69
|
+
"react-hook-form": "^7.66.0",
|
|
70
70
|
"sonner": "^2.0.7",
|
|
71
|
-
"tailwindcss": "^4.1.
|
|
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": "^
|
|
79
|
-
"zod": "^4.1.
|
|
80
|
-
"@vitnode/config": "1.2.0-canary.
|
|
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": "^
|
|
105
|
-
"@tanstack/react-query": "^5.90.
|
|
106
|
-
"@tiptap/extension-text-align": "^3.
|
|
107
|
-
"@tiptap/pm": "^3.
|
|
108
|
-
"@tiptap/react": "^3.
|
|
109
|
-
"@tiptap/starter-kit": "^3.
|
|
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.
|
|
115
|
+
"motion": "^12.23.24",
|
|
116
116
|
"next-themes": "^0.4.6",
|
|
117
|
-
"nodemailer": "^7.0.
|
|
117
|
+
"nodemailer": "^7.0.10",
|
|
118
118
|
"postgres": "^3.4.7",
|
|
119
119
|
"radix-ui": "^1.4.3",
|
|
120
|
-
"rate-limiter-flexible": "^8.0
|
|
120
|
+
"rate-limiter-flexible": "^8.2.0",
|
|
121
121
|
"react-scan": "^0.4.3",
|
|
122
|
-
"resend": "^6.
|
|
123
|
-
"tailwind-merge": "^3.
|
|
122
|
+
"resend": "^6.4.2",
|
|
123
|
+
"tailwind-merge": "^3.4.0",
|
|
124
124
|
"use-debounce": "^10.0.6",
|
|
125
|
-
"use-intl": "^4.
|
|
125
|
+
"use-intl": "^4.5.0",
|
|
126
126
|
"vaul": "^1.1.2"
|
|
127
127
|
},
|
|
128
128
|
"scripts": {
|