@oneuptime/common 7.0.3899 → 7.0.3903

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/Utils/CronTime.ts CHANGED
@@ -8,3 +8,4 @@ export const EVERY_FIFTEEN_MINUTE: string = "*/15 * * * *";
8
8
  export const EVERY_THIRTY_SECONDS: string = "*/30 * * * * *";
9
9
  export const EVERY_THIRTY_MINUTES: string = "*/30 * * * *";
10
10
  export const EVERY_THREE_HOURS: string = "0 */3 * * *";
11
+ export const EVERY_TEN_SECONDS: string = "*/10 * * * * *";
@@ -8,4 +8,5 @@ export const EVERY_FIFTEEN_MINUTE = "*/15 * * * *";
8
8
  export const EVERY_THIRTY_SECONDS = "*/30 * * * * *";
9
9
  export const EVERY_THIRTY_MINUTES = "*/30 * * * *";
10
10
  export const EVERY_THREE_HOURS = "0 */3 * * *";
11
+ export const EVERY_TEN_SECONDS = "*/10 * * * * *";
11
12
  //# sourceMappingURL=CronTime.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CronTime.js","sourceRoot":"","sources":["../../../Utils/CronTime.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAW,WAAW,CAAC;AAChD,MAAM,CAAC,MAAM,SAAS,GAAW,WAAW,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAW,WAAW,CAAC;AAC9C,MAAM,CAAC,MAAM,iBAAiB,GAAW,aAAa,CAAC;AACvD,MAAM,CAAC,MAAM,kBAAkB,GAAW,eAAe,CAAC;AAC1D,MAAM,CAAC,MAAM,UAAU,GAAW,WAAW,CAAC;AAC9C,MAAM,CAAC,MAAM,oBAAoB,GAAW,cAAc,CAAC;AAC3D,MAAM,CAAC,MAAM,oBAAoB,GAAW,gBAAgB,CAAC;AAC7D,MAAM,CAAC,MAAM,oBAAoB,GAAW,cAAc,CAAC;AAC3D,MAAM,CAAC,MAAM,iBAAiB,GAAW,aAAa,CAAC"}
1
+ {"version":3,"file":"CronTime.js","sourceRoot":"","sources":["../../../Utils/CronTime.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAW,WAAW,CAAC;AAChD,MAAM,CAAC,MAAM,SAAS,GAAW,WAAW,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAW,WAAW,CAAC;AAC9C,MAAM,CAAC,MAAM,iBAAiB,GAAW,aAAa,CAAC;AACvD,MAAM,CAAC,MAAM,kBAAkB,GAAW,eAAe,CAAC;AAC1D,MAAM,CAAC,MAAM,UAAU,GAAW,WAAW,CAAC;AAC9C,MAAM,CAAC,MAAM,oBAAoB,GAAW,cAAc,CAAC;AAC3D,MAAM,CAAC,MAAM,oBAAoB,GAAW,gBAAgB,CAAC;AAC7D,MAAM,CAAC,MAAM,oBAAoB,GAAW,cAAc,CAAC;AAC3D,MAAM,CAAC,MAAM,iBAAiB,GAAW,aAAa,CAAC;AACvD,MAAM,CAAC,MAAM,iBAAiB,GAAW,gBAAgB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneuptime/common",
3
- "version": "7.0.3899",
3
+ "version": "7.0.3903",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -77,7 +77,7 @@
77
77
  "airtable": "^0.12.2",
78
78
  "axios": "^1.7.2",
79
79
  "bullmq": "^5.3.3",
80
- "Common": "npm:@oneuptime/common@7.0.3899",
80
+ "Common": "npm:@oneuptime/common@7.0.3903",
81
81
  "cookie-parser": "^1.4.7",
82
82
  "cors": "^2.8.5",
83
83
  "cron-parser": "^4.8.1",