@venturialstd/project-management 0.0.4 → 0.0.5
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.
|
@@ -10,10 +10,10 @@ exports.ProjectManagementModule = void 0;
|
|
|
10
10
|
const common_1 = require("@nestjs/common");
|
|
11
11
|
const typeorm_1 = require("@nestjs/typeorm");
|
|
12
12
|
const core_1 = require("@venturialstd/core");
|
|
13
|
-
const task_entity_1 = require("./entities/task.entity");
|
|
14
13
|
const sprint_entity_1 = require("./entities/sprint.entity");
|
|
15
|
-
const
|
|
14
|
+
const task_entity_1 = require("./entities/task.entity");
|
|
16
15
|
const sprint_service_1 = require("./services/sprint.service");
|
|
16
|
+
const task_service_1 = require("./services/task.service");
|
|
17
17
|
let ProjectManagementModule = class ProjectManagementModule {
|
|
18
18
|
};
|
|
19
19
|
exports.ProjectManagementModule = ProjectManagementModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-management.module.js","sourceRoot":"","sources":["../src/project-management.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,6CAAkD;AAElD,wDAA8C;AAC9C,
|
|
1
|
+
{"version":3,"file":"project-management.module.js","sourceRoot":"","sources":["../src/project-management.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,6CAAkD;AAElD,4DAAkD;AAClD,wDAA8C;AAC9C,8DAA0D;AAC1D,0DAAsD;AAO/C,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;CAAG,CAAA;AAA1B,0DAAuB;kCAAvB,uBAAuB;IALnC,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,mBAAY,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,uBAAa,CAAC,UAAU,CAAC,CAAC,kBAAI,EAAE,sBAAM,CAAC,CAAC,CAAC;QAC7E,SAAS,EAAE,CAAC,0BAAW,EAAE,8BAAa,CAAC;QACvC,OAAO,EAAE,CAAC,0BAAW,EAAE,8BAAa,CAAC;KACtC,CAAC;GACW,uBAAuB,CAAG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@venturialstd/project-management",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "Project Management Module for Venturial - Task and Sprint Management",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"@venturialstd/core": "^1.0.16",
|
|
41
41
|
"class-transformer": "^0.5.1",
|
|
42
42
|
"class-validator": "^0.14.1",
|
|
43
|
+
"rxjs": "^7.8.2",
|
|
43
44
|
"typeorm": "^0.3.20"
|
|
44
45
|
}
|
|
45
46
|
}
|