@riocrypto/common-server 1.0.975 → 1.0.977

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.
@@ -57,7 +57,6 @@ class SecretManagerClient {
57
57
  var _a, _b, _c, _d;
58
58
  return __awaiter(this, void 0, void 0, function* () {
59
59
  let file;
60
- console.log("env", this.env);
61
60
  if (this.env === common_1.RioEnv.Development) {
62
61
  file = "dev-secrets";
63
62
  }
@@ -70,8 +69,6 @@ class SecretManagerClient {
70
69
  else if (this.env === common_1.RioEnv.Production) {
71
70
  file = "production-secrets";
72
71
  }
73
- console.log("file", file);
74
- console.log(`projects/${this.projectId}/secrets/${file}/versions/latest`);
75
72
  try {
76
73
  // Access the secret version
77
74
  const [version] = yield this.client.accessSecretVersion({
@@ -32,7 +32,6 @@ const buildAdmin = (mongoose) => {
32
32
  ],
33
33
  acceptingTasks: {
34
34
  type: Boolean,
35
- required: true,
36
35
  },
37
36
  assignedTaskTypes: [
38
37
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.975",
3
+ "version": "1.0.977",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",