diff --git a/VALD_CLIENT_NODE_VERSION b/VALD_CLIENT_NODE_VERSION index f65dc1e..a412349 100644 --- a/VALD_CLIENT_NODE_VERSION +++ b/VALD_CLIENT_NODE_VERSION @@ -1 +1 @@ -1.7.9 +1.7.10 diff --git a/VALD_SHA b/VALD_SHA index 2c6e2b2..25f6b34 100644 --- a/VALD_SHA +++ b/VALD_SHA @@ -1 +1 @@ -f82407ef8ee93ec28354caafcfd36c81f6c7bc42 +0bfa2b5a7999e80fccf1e5b929aeed8856f576d0 diff --git a/index.d.ts b/index.d.ts index 1d7ea59..a972b18 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,9 +1,9 @@ +import v1_vald = require("./src/vald/v1/vald"); import v1_agent_core = require("./src/vald/v1/agent/core"); import v1_payload = require("./src/vald/v1/payload"); -import v1_vald = require("./src/vald/v1/vald"); declare const _default: { + v1_vald: typeof v1_vald, v1_agent_core: typeof v1_agent_core, v1_payload: typeof v1_payload, - v1_vald: typeof v1_vald, }; export = _default; diff --git a/index.js b/index.js index 11e01e5..aee5097 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,3 @@ +module.exports.v1_vald = require("./src/vald/v1/vald"); module.exports.v1_agent_core = require("./src/vald/v1/agent/core"); module.exports.v1_payload = require("./src/vald/v1/payload"); -module.exports.v1_vald = require("./src/vald/v1/vald"); diff --git a/package-lock.json b/package-lock.json index a2a170c..42280e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vald-client-node", - "version": "1.7.9", + "version": "1.7.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vald-client-node", - "version": "1.7.9", + "version": "1.7.10", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.9.13", diff --git a/package.json b/package.json index 104003e..7c060d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vald-client-node", - "version": "1.7.9", + "version": "1.7.10", "description": "A gRPC client library for Vald", "main": "index.js", "types": "index.d.ts",