Skip to content

Commit

Permalink
Revert "Update [vald sha: 0bfa2b5]" (#60)
Browse files Browse the repository at this point in the history
This reverts commit 08c625d.
  • Loading branch information
kmrmt authored Dec 21, 2023
1 parent 08c625d commit 902e3a9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VALD_CLIENT_NODE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.10
1.7.9
2 changes: 1 addition & 1 deletion VALD_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0bfa2b5a7999e80fccf1e5b929aeed8856f576d0
f82407ef8ee93ec28354caafcfd36c81f6c7bc42
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -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;
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -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");
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vald-client-node",
"version": "1.7.10",
"version": "1.7.9",
"description": "A gRPC client library for Vald",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 902e3a9

Please sign in to comment.