@anchan828/nest-cloud-run-queue-tasks-publisher 2.0.17 → 2.0.19

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.
@@ -7,11 +7,11 @@ export interface TasksPublisherModuleOptions extends ModuleOptions {
7
7
  publishConfig?: PublishConfig;
8
8
  extraConfig?: PublishExtraConfig;
9
9
  }
10
- export declare type TasksPublisherModuleAsyncOptions = ModuleAsyncOptions<TasksPublisherModuleOptions>;
11
- export declare type TasksPublisherModuleOptionsFactory = ModuleOptionsFactory<TasksPublisherModuleOptions>;
12
- export declare type PublishConfig = Omit<google.cloud.tasks.v2.ITask, "name">;
13
- export declare type PublishOptions = {
10
+ export type TasksPublisherModuleAsyncOptions = ModuleAsyncOptions<TasksPublisherModuleOptions>;
11
+ export type TasksPublisherModuleOptionsFactory = ModuleOptionsFactory<TasksPublisherModuleOptions>;
12
+ export type PublishConfig = Omit<google.cloud.tasks.v2.ITask, "name">;
13
+ export type PublishOptions = {
14
14
  queue?: string;
15
15
  gaxOpts?: CallOptions;
16
16
  } & PublishConfig;
17
- export declare type PublishData<T> = Message<T>;
17
+ export type PublishData<T> = Message<T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anchan828/nest-cloud-run-queue-tasks-publisher",
3
- "version": "2.0.17",
3
+ "version": "2.0.19",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/anchan828/nest-cloud-run-queue/tree/master/packages/pubsub-publish#readme",
6
6
  "bugs": {
@@ -33,8 +33,8 @@
33
33
  "watch": "tsc -w"
34
34
  },
35
35
  "dependencies": {
36
- "@anchan828/nest-cloud-run-queue-common": "^2.0.17",
37
- "@google-cloud/tasks": "^3.0.4"
36
+ "@anchan828/nest-cloud-run-queue-common": "^2.0.19",
37
+ "@google-cloud/tasks": "^3.0.5"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@nestjs/common": "^9.1.1",
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "330d9fd0dff5825ab90e8b6520bce75d44b65e47"
49
+ "gitHead": "f9e7d7c503f1eb3aa8303235db23fe6fc731d2ad"
50
50
  }