@rayondigital/nest-dapr 0.9.20 → 0.9.21

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.
@@ -141,7 +141,7 @@ let DaprModule = DaprModule_1 = class DaprModule {
141
141
  };
142
142
  DaprModule = DaprModule_1 = __decorate([
143
143
  (0, common_1.Module)({
144
- providers: [dapr_actor_client_service_1.DaprActorClient, nest_actor_manager_1.NestActorManager, dapr_context_service_1.DaprContextService],
144
+ providers: [dapr_actor_client_service_1.DaprActorClient, nest_actor_manager_1.NestActorManager, dapr_context_service_1.DaprContextService, actor_runtime_service_1.ActorRuntimeService],
145
145
  exports: [dapr_actor_client_service_1.DaprActorClient, dapr_context_service_1.DaprContextService, actor_runtime_service_1.ActorRuntimeService],
146
146
  })
147
147
  ], DaprModule);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rayondigital/nest-dapr",
3
- "version": "0.9.20",
3
+ "version": "0.9.21",
4
4
  "description": "Develop NestJs microservices using Dapr pubsub, actors and other bindings",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",