@anchan828/nest-cloud-run-queue-tasks-publisher 2.1.17 → 2.1.18

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/dist/providers.js CHANGED
@@ -1,8 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createClient = void 0;
3
+ exports.createClient = createClient;
4
4
  const tasks_1 = require("@google-cloud/tasks");
5
5
  function createClient(options) {
6
6
  return new tasks_1.CloudTasksClient(options.clientConfig);
7
7
  }
8
- exports.createClient = createClient;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anchan828/nest-cloud-run-queue-tasks-publisher",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
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,7 +33,7 @@
33
33
  "watch": "tsc -w"
34
34
  },
35
35
  "dependencies": {
36
- "@anchan828/nest-cloud-run-queue-common": "^2.1.17",
36
+ "@anchan828/nest-cloud-run-queue-common": "^2.1.18",
37
37
  "@google-cloud/tasks": "^5.0.0"
38
38
  },
39
39
  "devDependencies": {
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "packageManager": "npm@10.7.0",
50
- "gitHead": "c3b83175c21240a925555746957c05457347b7cc"
50
+ "gitHead": "d478a53bcb9e31b1a6c42fbe6fe0cfdadcbfad6f"
51
51
  }