@cronvello/sdk 0.2.1 → 0.4.0

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/next.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { O as DispatchHandler } from './dispatch-handler-BoadpsL9.cjs';
1
+ import { O as DispatchHandler } from './dispatch-handler-yHIFEnNG.cjs';
2
2
 
3
3
  /**
4
4
  * Next.js App Router adapter (Route Handlers). Zero dependency on `next` — uses the Web
package/dist/next.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { O as DispatchHandler } from './dispatch-handler-BoadpsL9.js';
1
+ import { O as DispatchHandler } from './dispatch-handler-yHIFEnNG.js';
2
2
 
3
3
  /**
4
4
  * Next.js App Router adapter (Route Handlers). Zero dependency on `next` — uses the Web
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cronvello/sdk",
3
- "version": "0.2.1",
3
+ "version": "0.4.0",
4
4
  "description": "Code-first cron jobs for Cronvello. Define jobs in your code, the SDK syncs them to https://api.cronvello.com and runs them — no dashboard required.",
5
5
  "keywords": [
6
6
  "cron",
@@ -98,6 +98,7 @@
98
98
  "devDependencies": {
99
99
  "@types/node": "^20.14.0",
100
100
  "@vitest/coverage-v8": "^2.1.9",
101
+ "happy-dom": "^20.11.1",
101
102
  "tsup": "^8.3.0",
102
103
  "typescript": "^5.5.0",
103
104
  "vitest": "^2.1.9"