@pristine-ts/aws-scheduling 0.0.403 → 0.0.404
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/lib/cjs/aws-scheduling.module.js.map +1 -1
- package/dist/lib/cjs/event-handlers/event-bridge-cron.event-handler.js.map +1 -1
- package/dist/lib/esm/aws-scheduling.module.js.map +1 -1
- package/dist/lib/esm/event-handlers/event-bridge-cron.event-handler.js +2 -2
- package/dist/lib/esm/event-handlers/event-bridge-cron.event-handler.js.map +1 -1
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aws-scheduling.module.js","sourceRoot":"","sources":["../../../src/aws-scheduling.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,mFAA2E;
|
|
1
|
+
{"version":3,"file":"aws-scheduling.module.js","sourceRoot":"","sources":["../../../src/aws-scheduling.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACA,mFAA2E;AAC3E,kDAAmD;AACnD,wDAAyD;AACzD,0CAA2C;AAE3C,kEAAgD;AAEnC,QAAA,mBAAmB,GAAoB;IAClD,OAAO,EAAE,0DAA0B;IACnC,wBAAwB,EAAE,EAAE;IAE5B,aAAa,EAAE;QACb,eAAS;QACT,6BAAgB;QAChB,uBAAa;KACd;IACD;;;OAGG;IACH,qBAAqB,EAAE,EAAE;CAC1B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-bridge-cron.event-handler.js","sourceRoot":"","sources":["../../../../src/event-handlers/event-bridge-cron.event-handler.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"event-bridge-cron.event-handler.js","sourceRoot":"","sources":["../../../../src/event-handlers/event-bridge-cron.event-handler.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAA4C;AAC5C,gDAAgF;AAChF,oFAA4E;AAC5E,4CAA8E;AAC9E,0CAA8E;AAMvE,IAAM,2BAA2B,GAAjC,MAAM,2BAA2B;IACtC,YAA2D,SAA6B;QAA7B,cAAS,GAAT,SAAS,CAAoB;IACxF,CAAC;IAED;;;;OAIG;IACG,MAAM,CAAC,KAAiB;;YAC5B,MAAM,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;YAExC,OAAO,IAAI,oBAAa,CAAW,KAAK,EAAE,EAAE,CAAC,CAAC;QAChD,CAAC;KAAA;IAED;;;OAGG;IACH,QAAQ,CAAI,KAAe;QACzB,OAAO,KAAK,CAAC,OAAO,YAAY,wBAAkB,IAAI,KAAK,CAAC,IAAI,KAAK,8BAAwB,CAAC,cAAc,CAAC;IAC/G,CAAC;CACF,CAAA;AAtBY,kEAA2B;sCAA3B,2BAA2B;IAHvC,IAAA,qBAAY,EAAC,0DAA0B,CAAC;IACxC,IAAA,YAAG,EAAC,iCAAwB,CAAC,YAAY,CAAC;IAC1C,IAAA,qBAAU,GAAE;IAEE,WAAA,IAAA,iBAAM,EAAC,oBAAoB,CAAC,CAAA;;GAD9B,2BAA2B,CAsBvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aws-scheduling.module.js","sourceRoot":"","sources":["../../../src/aws-scheduling.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,0BAA0B,EAAC,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"aws-scheduling.module.js","sourceRoot":"","sources":["../../../src/aws-scheduling.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,0BAA0B,EAAC,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAC,aAAa,EAAC,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAE3C,cAAc,iCAAiC,CAAC;AAEhD,MAAM,CAAC,MAAM,mBAAmB,GAAoB;IAClD,OAAO,EAAE,0BAA0B;IACnC,wBAAwB,EAAE,EAAE;IAE5B,aAAa,EAAE;QACb,SAAS;QACT,gBAAgB;QAChB,aAAa;KACd;IACD;;;OAGG;IACH,qBAAqB,EAAE,EAAE;CAC1B,CAAA"}
|
|
@@ -19,11 +19,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
19
19
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
20
20
|
});
|
|
21
21
|
};
|
|
22
|
-
import {
|
|
22
|
+
import { inject, injectable } from "tsyringe";
|
|
23
23
|
import { moduleScoped, ServiceDefinitionTagEnum, tag } from "@pristine-ts/common";
|
|
24
24
|
import { AwsSchedulingModuleKeyname } from "../aws-scheduling.module.keyname";
|
|
25
25
|
import { EventResponse } from "@pristine-ts/core";
|
|
26
|
-
import {
|
|
26
|
+
import { EventBridgeEventTypeEnum, EventBridgePayload } from "@pristine-ts/aws";
|
|
27
27
|
let EventBridgeCronEventHandler = class EventBridgeCronEventHandler {
|
|
28
28
|
constructor(scheduler) {
|
|
29
29
|
this.scheduler = scheduler;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-bridge-cron.event-handler.js","sourceRoot":"","sources":["../../../../src/event-handlers/event-bridge-cron.event-handler.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"event-bridge-cron.event-handler.js","sourceRoot":"","sources":["../../../../src/event-handlers/event-bridge-cron.event-handler.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAC,YAAY,EAAE,wBAAwB,EAAE,GAAG,EAAC,MAAM,qBAAqB,CAAC;AAChF,OAAO,EAAC,0BAA0B,EAAC,MAAM,kCAAkC,CAAC;AAC5E,OAAO,EAA+B,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAC9E,OAAO,EAAC,wBAAwB,EAAE,kBAAkB,EAAC,MAAM,kBAAkB,CAAC;AAMvE,IAAM,2BAA2B,GAAjC,MAAM,2BAA2B;IACtC,YAA2D,SAA6B;QAA7B,cAAS,GAAT,SAAS,CAAoB;IACxF,CAAC;IAED;;;;OAIG;IACG,MAAM,CAAC,KAAiB;;YAC5B,MAAM,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;YAExC,OAAO,IAAI,aAAa,CAAW,KAAK,EAAE,EAAE,CAAC,CAAC;QAChD,CAAC;KAAA;IAED;;;OAGG;IACH,QAAQ,CAAI,KAAe;QACzB,OAAO,KAAK,CAAC,OAAO,YAAY,kBAAkB,IAAI,KAAK,CAAC,IAAI,KAAK,wBAAwB,CAAC,cAAc,CAAC;IAC/G,CAAC;CACF,CAAA;AAtBY,2BAA2B;IAHvC,YAAY,CAAC,0BAA0B,CAAC;IACxC,GAAG,CAAC,wBAAwB,CAAC,YAAY,CAAC;IAC1C,UAAU,EAAE;IAEE,WAAA,MAAM,CAAC,oBAAoB,CAAC,CAAA;;GAD9B,2BAA2B,CAsBvC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pristine-ts/aws-scheduling",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.404",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "dist/lib/esm/aws-scheduling.module.js",
|
|
6
6
|
"main": "dist/lib/cjs/aws-scheduling.module.js",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@pristine-ts/aws": "^0.0.
|
|
24
|
-
"@pristine-ts/common": "^0.0.
|
|
25
|
-
"@pristine-ts/logging": "^0.0.
|
|
26
|
-
"@pristine-ts/scheduling": "^0.0.
|
|
23
|
+
"@pristine-ts/aws": "^0.0.404",
|
|
24
|
+
"@pristine-ts/common": "^0.0.404",
|
|
25
|
+
"@pristine-ts/logging": "^0.0.404",
|
|
26
|
+
"@pristine-ts/scheduling": "^0.0.404"
|
|
27
27
|
},
|
|
28
28
|
"jest": {
|
|
29
29
|
"transform": {
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"src/*.{js,ts}"
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "9abf20c5f2fd4b22b1295f6465ec0b7d19c1724e"
|
|
63
63
|
}
|