@motiadev/adapter-redis-cron 0.17.11-beta.193 → 0.17.12-beta.194

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -118,7 +118,7 @@ motia:cron:lock:send-notifications
118
118
  ## Example Cron Step
119
119
 
120
120
  ```typescript
121
- // steps/dailyReport/dailyReport.step.ts
121
+ // src/dailyReport/dailyReport.step.ts
122
122
  import { type Handlers } from './types'
123
123
 
124
124
  export const config = {
package/package.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.mts",
8
- "version": "0.17.11-beta.193",
8
+ "version": "0.17.12-beta.194",
9
9
  "dependencies": {
10
10
  "redis": "^5.9.0",
11
11
  "uuid": "^11.1.0",
12
- "@motiadev/core": "0.17.11-beta.193"
12
+ "@motiadev/core": "0.17.12-beta.194"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^22.10.2",