@vitnode/core 1.2.0-canary.69 → 1.2.0-canary.71

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 +1 @@
1
- {"version":3,"file":"tsup.config.d.ts","sourceRoot":"","sources":["../tsup.config.ts"],"names":[],"mappings":";AAEA,wBAgBG"}
1
+ {"version":3,"file":"tsup.config.d.ts","sourceRoot":"","sources":["../tsup.config.ts"],"names":[],"mappings":";AAEA,wBAeG"}
@@ -8,10 +8,9 @@ export default defineConfig({
8
8
  format: "esm",
9
9
  target: "esnext",
10
10
  platform: "node",
11
- noExternal: ["fs"],
11
+ external: ["jiti"],
12
12
  banner: {
13
- js: `import 'tsx/esm';
14
- import { createRequire } from 'module';
13
+ js: `import { createRequire } from 'module';
15
14
  const require = createRequire(import.meta.url);
16
15
  `,
17
16
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitnode/core",
3
- "version": "1.2.0-canary.69",
3
+ "version": "1.2.0-canary.71",
4
4
  "description": "Core package for VitNode, providing essential functionalities and configurations.",
5
5
  "author": "VitNode Team",
6
6
  "license": "MIT",
@@ -40,41 +40,42 @@
40
40
  "@hono/zod-openapi": "^1.1.4",
41
41
  "@hono/zod-validator": "^0.7.4",
42
42
  "@hookform/resolvers": "^5.2.2",
43
- "@react-email/components": "^1.0.0",
43
+ "@react-email/components": "^1.0.1",
44
44
  "@swc/cli": "^0.7.9",
45
- "@swc/core": "^1.15.1",
45
+ "@swc/core": "^1.15.2",
46
46
  "@testing-library/dom": "^10.4.1",
47
47
  "@testing-library/react": "^16.3.0",
48
- "@types/node": "^24.10.0",
49
- "@types/react": "^19.2.3",
50
- "@types/react-dom": "^19.2.2",
51
- "@vitejs/plugin-react": "^5.1.0",
52
- "@vitest/coverage-v8": "^4.0.8",
48
+ "@types/node": "^24.10.1",
49
+ "@types/react": "^19.2.5",
50
+ "@types/react-dom": "^19.2.3",
51
+ "@vitejs/plugin-react": "^5.1.1",
52
+ "@vitest/coverage-v8": "^4.0.9",
53
53
  "chokidar": "^4.0.3",
54
54
  "concurrently": "^9.2.1",
55
- "drizzle-kit": "^0.31.6",
55
+ "drizzle-kit": "^0.31.7",
56
56
  "drizzle-orm": "^0.44.7",
57
57
  "eslint": "^9.39.1",
58
- "hono": "^4.10.5",
59
- "jsdom": "^27.1.0",
58
+ "hono": "^4.10.6",
59
+ "jiti": "^2.6.1",
60
+ "jsdom": "^27.2.0",
60
61
  "lucide-react": "^0.553.0",
61
- "next": "^16.0.1",
62
- "next-intl": "^4.5.1",
62
+ "next": "^16.0.3",
63
+ "next-intl": "^4.5.3",
63
64
  "react": "^19.2.0",
64
65
  "react-dom": "^19.2.0",
65
- "react-email": "^5.0.1",
66
+ "react-email": "^5.0.4",
66
67
  "react-hook-form": "^7.66.0",
67
68
  "sonner": "^2.0.7",
68
69
  "tailwindcss": "^4.1.17",
69
70
  "tsc-alias": "^1.8.16",
70
- "tsup": "^8.5.0",
71
+ "tsup": "^8.5.1",
71
72
  "tsx": "^4.20.6",
72
73
  "tw-animate-css": "^1.4.0",
73
74
  "typescript": "^5.9.3",
74
75
  "vite-tsconfig-paths": "^5.1.4",
75
- "vitest": "^4.0.8",
76
+ "vitest": "^4.0.9",
76
77
  "zod": "^4.1.12",
77
- "@vitnode/config": "1.2.0-canary.69"
78
+ "@vitnode/config": "1.2.0-canary.71"
78
79
  },
79
80
  "bin": {
80
81
  "vitnode": "./dist/scripts/scripts.js"
@@ -98,12 +99,12 @@
98
99
  "dependencies": {
99
100
  "@dnd-kit/core": "^6.3.1",
100
101
  "@hono/swagger-ui": "^0.5.2",
101
- "@react-email/preview-server": "^5.0.1",
102
- "@tanstack/react-query": "^5.90.7",
103
- "@tiptap/extension-text-align": "^3.10.5",
104
- "@tiptap/pm": "^3.10.5",
105
- "@tiptap/react": "^3.10.5",
106
- "@tiptap/starter-kit": "^3.10.5",
102
+ "@react-email/preview-server": "^5.0.4",
103
+ "@tanstack/react-query": "^5.90.9",
104
+ "@tiptap/extension-text-align": "^3.10.7",
105
+ "@tiptap/pm": "^3.10.7",
106
+ "@tiptap/react": "^3.10.7",
107
+ "@tiptap/starter-kit": "^3.10.7",
107
108
  "class-variance-authority": "^0.7.1",
108
109
  "clsx": "^2.1.1",
109
110
  "cmdk": "^1.1.1",
@@ -114,16 +115,16 @@
114
115
  "next-themes": "^0.4.6",
115
116
  "postgres": "^3.4.7",
116
117
  "radix-ui": "^1.4.3",
117
- "rate-limiter-flexible": "^8.2.0",
118
+ "rate-limiter-flexible": "^8.2.1",
118
119
  "react-scan": "^0.4.3",
119
120
  "tailwind-merge": "^3.4.0",
120
121
  "use-debounce": "^10.0.6",
121
- "use-intl": "^4.5.1",
122
+ "use-intl": "^4.5.3",
122
123
  "vaul": "^1.1.2"
123
124
  },
124
125
  "scripts": {
125
126
  "build:scripts": "tsup",
126
- "start:scripts": "node dist/scripts/scripts.js plugin --w",
127
+ "start:scripts": "node dist/scripts/scripts.js init",
127
128
  "build:plugins": "tsc && swc src -d dist --config-file .swcrc && tsc-alias -p tsconfig.json",
128
129
  "dev": "concurrently \"tsc -w --preserveWatchOutput\" \"swc src -d dist --config-file .swcrc -w\" \"tsc-alias -w\" \"node dist/scripts/scripts.js plugin --w\"",
129
130
  "dev:email": "email dev --dir src/emails",