nestjs-temporal-core 3.2.2 → 3.2.6
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/README.md +5 -4
- package/dist/interfaces.d.ts +6 -19
- package/dist/services/temporal-client.service.js +4 -0
- package/dist/services/temporal-client.service.js.map +1 -1
- package/dist/services/temporal-schedule.service.d.ts +3 -6
- package/dist/services/temporal-schedule.service.js +25 -2
- package/dist/services/temporal-schedule.service.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nestjs-temporal-core",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
4
4
|
"description": "Complete NestJS integration for Temporal.io with auto-discovery, declarative scheduling, enhanced monitoring, and enterprise-ready features",
|
|
5
5
|
"author": "Harsh M",
|
|
6
6
|
"license": "MIT",
|
|
@@ -100,38 +100,38 @@
|
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@eslint/js": "^
|
|
104
|
-
"@nestjs/common": "^11.1.
|
|
105
|
-
"@nestjs/core": "^11.1.
|
|
106
|
-
"@nestjs/testing": "^11.1.
|
|
107
|
-
"@swc/core": "^1.15.
|
|
103
|
+
"@eslint/js": "^10.0.1",
|
|
104
|
+
"@nestjs/common": "^11.1.17",
|
|
105
|
+
"@nestjs/core": "^11.1.17",
|
|
106
|
+
"@nestjs/testing": "^11.1.17",
|
|
107
|
+
"@swc/core": "^1.15.21",
|
|
108
108
|
"@swc/jest": "^0.2.39",
|
|
109
|
-
"@temporalio/client": "^1.
|
|
110
|
-
"@temporalio/common": "^1.
|
|
111
|
-
"@temporalio/worker": "^1.
|
|
112
|
-
"@temporalio/workflow": "^1.
|
|
109
|
+
"@temporalio/client": "^1.15.0",
|
|
110
|
+
"@temporalio/common": "^1.15.0",
|
|
111
|
+
"@temporalio/worker": "^1.15.0",
|
|
112
|
+
"@temporalio/workflow": "^1.15.0",
|
|
113
113
|
"@types/jest": "^30.0.0",
|
|
114
114
|
"@types/ms": "^2.1.0",
|
|
115
|
-
"@types/node": "^
|
|
115
|
+
"@types/node": "^25.5.0",
|
|
116
116
|
"@types/reflect-metadata": "^0.1.0",
|
|
117
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
118
|
-
"@typescript-eslint/parser": "^8.
|
|
117
|
+
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
118
|
+
"@typescript-eslint/parser": "^8.57.2",
|
|
119
119
|
"benchmark": "^2.1.4",
|
|
120
|
-
"eslint": "^
|
|
120
|
+
"eslint": "^10.1.0",
|
|
121
121
|
"eslint-config-prettier": "^10.1.8",
|
|
122
|
-
"eslint-plugin-prettier": "^5.5.
|
|
123
|
-
"globals": "^
|
|
122
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
123
|
+
"globals": "^17.4.0",
|
|
124
124
|
"husky": "^9.1.7",
|
|
125
125
|
"istanbul-badges-readme": "^1.9.0",
|
|
126
|
-
"jest": "^30.
|
|
126
|
+
"jest": "^30.3.0",
|
|
127
127
|
"jsdoc": "^4.0.5",
|
|
128
128
|
"jsdoc-to-markdown": "^9.1.3",
|
|
129
129
|
"jsdoc-tsimport-plugin": "^1.0.5",
|
|
130
|
-
"nodemon": "^3.1.
|
|
131
|
-
"prettier": "^3.
|
|
132
|
-
"rimraf": "^6.1.
|
|
133
|
-
"ts-jest": "^29.4.
|
|
134
|
-
"typedoc": "^0.28.
|
|
130
|
+
"nodemon": "^3.1.14",
|
|
131
|
+
"prettier": "^3.8.1",
|
|
132
|
+
"rimraf": "^6.1.3",
|
|
133
|
+
"ts-jest": "^29.4.6",
|
|
134
|
+
"typedoc": "^0.28.18",
|
|
135
135
|
"typescript": "^5.9.3"
|
|
136
136
|
},
|
|
137
137
|
"engines": {
|