@pristine-ts/scheduling 0.0.174 → 0.0.178
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.
|
@@ -13,7 +13,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
13
13
|
exports.SchedulingModule = void 0;
|
|
14
14
|
const logging_1 = require("@pristine-ts/logging");
|
|
15
15
|
const scheduling_module_keyname_1 = require("./scheduling.module.keyname");
|
|
16
|
-
const event_1 = require("@pristine-ts/event");
|
|
17
16
|
const core_1 = require("@pristine-ts/core");
|
|
18
17
|
__exportStar(require("./interfaces/interfaces"), exports);
|
|
19
18
|
__exportStar(require("./managers/managers"), exports);
|
|
@@ -22,7 +21,6 @@ exports.SchedulingModule = {
|
|
|
22
21
|
keyname: scheduling_module_keyname_1.SchedulingModuleKeyname,
|
|
23
22
|
importModules: [
|
|
24
23
|
logging_1.LoggingModule,
|
|
25
|
-
event_1.EventModule,
|
|
26
24
|
core_1.CoreModule,
|
|
27
25
|
],
|
|
28
26
|
providerRegistrations: [],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduling.module.js","sourceRoot":"","sources":["../../../src/scheduling.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;AACA,kDAAmD;AACnD,2EAAoE;AACpE,
|
|
1
|
+
{"version":3,"file":"scheduling.module.js","sourceRoot":"","sources":["../../../src/scheduling.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;AACA,kDAAmD;AACnD,2EAAoE;AACpE,4CAA6C;AAE7C,0DAAwC;AACxC,sDAAoC;AACpC,gDAA8B;AAEjB,QAAA,gBAAgB,GAAoB;IAC7C,OAAO,EAAE,mDAAuB;IAChC,aAAa,EAAE;QACX,uBAAa;QACb,iBAAU;KACb;IACD,qBAAqB,EAAE,EAAE;IACzB,wBAAwB,EAAE,EACzB;CAEJ,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { LoggingModule } from "@pristine-ts/logging";
|
|
2
2
|
import { SchedulingModuleKeyname } from "./scheduling.module.keyname";
|
|
3
|
-
import { EventModule } from "@pristine-ts/event";
|
|
4
3
|
import { CoreModule } from "@pristine-ts/core";
|
|
5
4
|
export * from "./interfaces/interfaces";
|
|
6
5
|
export * from "./managers/managers";
|
|
@@ -9,7 +8,6 @@ export const SchedulingModule = {
|
|
|
9
8
|
keyname: SchedulingModuleKeyname,
|
|
10
9
|
importModules: [
|
|
11
10
|
LoggingModule,
|
|
12
|
-
EventModule,
|
|
13
11
|
CoreModule,
|
|
14
12
|
],
|
|
15
13
|
providerRegistrations: [],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduling.module.js","sourceRoot":"","sources":["../../../src/scheduling.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,aAAa,EAAC,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAC,uBAAuB,EAAC,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"scheduling.module.js","sourceRoot":"","sources":["../../../src/scheduling.module.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,aAAa,EAAC,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAC,uBAAuB,EAAC,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAC,UAAU,EAAC,MAAM,mBAAmB,CAAC;AAE7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAE9B,MAAM,CAAC,MAAM,gBAAgB,GAAoB;IAC7C,OAAO,EAAE,uBAAuB;IAChC,aAAa,EAAE;QACX,aAAa;QACb,UAAU;KACb;IACD,qBAAqB,EAAE,EAAE;IACzB,wBAAwB,EAAE,EACzB;CAEJ,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pristine-ts/scheduling",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.178",
|
|
4
4
|
"description": "",
|
|
5
5
|
"module": "dist/lib/esm/scheduling.module.js",
|
|
6
6
|
"main": "dist/lib/cjs/scheduling.module.js",
|
|
@@ -19,10 +19,9 @@
|
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@pristine-ts/common": "^0.0.
|
|
23
|
-
"@pristine-ts/core": "^0.0.
|
|
24
|
-
"@pristine-ts/
|
|
25
|
-
"@pristine-ts/logging": "^0.0.174"
|
|
22
|
+
"@pristine-ts/common": "^0.0.178",
|
|
23
|
+
"@pristine-ts/core": "^0.0.178",
|
|
24
|
+
"@pristine-ts/logging": "^0.0.178"
|
|
26
25
|
},
|
|
27
26
|
"jest": {
|
|
28
27
|
"transform": {
|
|
@@ -58,5 +57,5 @@
|
|
|
58
57
|
"src/*.{js,ts}"
|
|
59
58
|
]
|
|
60
59
|
},
|
|
61
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "77bbe5063875dd8e3e7222489600afc98b2ee211"
|
|
62
61
|
}
|