@lafken/schedule 0.8.0 → 0.8.1

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.
@@ -5,6 +5,7 @@ declare const Cron_base: (new (...args: any[]) => {
5
5
  isGlobal(module: import("@lafken/common").ModuleGlobalReferenceNames | (string & {}), id: string): void;
6
6
  isDependent(resolveDependency: () => void): void;
7
7
  readonly node: import("constructs").Node;
8
+ with(...mixins: import("constructs").IMixin[]): import("constructs").IConstruct;
8
9
  toString(): string;
9
10
  }) & typeof CloudwatchEventRule;
10
11
  export declare class Cron extends Cron_base {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lafken/schedule",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "private": false,
5
5
  "description": "Define EventBridge scheduled rules and cron jobs using TypeScript decorators with Lafken",
6
6
  "keywords": [
@@ -50,19 +50,19 @@
50
50
  ],
51
51
  "dependencies": {
52
52
  "reflect-metadata": "^0.2.2",
53
- "@lafken/resolver": "0.8.0"
53
+ "@lafken/resolver": "0.8.1"
54
54
  },
55
55
  "devDependencies": {
56
- "@cdktn/provider-aws": "^23.0.0",
57
- "@swc/core": "^1.15.11",
58
- "@swc/helpers": "^0.5.18",
59
- "@vitest/runner": "^4.0.18",
56
+ "@cdktn/provider-aws": "^23.3.0",
57
+ "@swc/core": "^1.15.18",
58
+ "@swc/helpers": "^0.5.19",
59
+ "@vitest/runner": "^4.1.0",
60
60
  "cdktn": "^0.22.0",
61
61
  "cdktn-vitest": "^1.0.0",
62
- "constructs": "^10.4.5",
62
+ "constructs": "^10.5.1",
63
63
  "unplugin-swc": "^1.5.9",
64
- "vitest": "^4.0.18",
65
- "@lafken/common": "0.8.0"
64
+ "vitest": "^4.1.0",
65
+ "@lafken/common": "0.8.1"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "@cdktn/provider-aws": "^23.0.0",