expressots-cron
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "expressots-cron", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Expressots - Cron Provider (expressots-cron)", | ||
@@ -5,0 +5,0 @@ "author": "Lhon Rafaat Mohammed", |
@@ -31,3 +31,3 @@ # Expressots-cron Package | ||
``` | ||
```javascript | ||
import { AppExpress } from "@expressots/adapter-express"; | ||
@@ -75,3 +75,3 @@ import { | ||
``` | ||
```javascript | ||
import { controller } from "@expressots/adapter-express"; | ||
@@ -107,3 +107,3 @@ import { AppUseCase } from "./app.usecase"; | ||
``` | ||
```javascript | ||
import { controller } from "@expressots/adapter-express"; | ||
@@ -165,3 +165,3 @@ import { AppUseCase } from "./app.usecase"; | ||
``` | ||
```javascript | ||
@Cron("*/2 * * * * *", options) | ||
@@ -172,3 +172,3 @@ ``` | ||
``` | ||
```javascript | ||
export interface ScheduleOptions { | ||
@@ -207,3 +207,3 @@ /** | ||
``` | ||
```javascript | ||
export interface ICron { | ||
@@ -210,0 +210,0 @@ /** |
{ | ||
"name": "expressots-cron", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Expressots - Cron Provider (expressots-cron)", | ||
@@ -5,0 +5,0 @@ "author": "Lhon Rafaat Mohammed", |
@@ -31,3 +31,3 @@ # Expressots-cron Package | ||
``` | ||
```javascript | ||
import { AppExpress } from "@expressots/adapter-express"; | ||
@@ -75,3 +75,3 @@ import { | ||
``` | ||
```javascript | ||
import { controller } from "@expressots/adapter-express"; | ||
@@ -107,3 +107,3 @@ import { AppUseCase } from "./app.usecase"; | ||
``` | ||
```javascript | ||
import { controller } from "@expressots/adapter-express"; | ||
@@ -165,3 +165,3 @@ import { AppUseCase } from "./app.usecase"; | ||
``` | ||
```javascript | ||
@Cron("*/2 * * * * *", options) | ||
@@ -172,3 +172,3 @@ ``` | ||
``` | ||
```javascript | ||
export interface ScheduleOptions { | ||
@@ -207,3 +207,3 @@ /** | ||
``` | ||
```javascript | ||
export interface ICron { | ||
@@ -210,0 +210,0 @@ /** |
33182