Skip to content

Commit

Permalink
Update [vald sha: ff1ad22]
Browse files Browse the repository at this point in the history
  • Loading branch information
vdaas-ci committed Jun 25, 2021
1 parent ff1ad22 commit 1b66804
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 261 deletions.
2 changes: 1 addition & 1 deletion VALD_CLIENT_NODE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
2 changes: 1 addition & 1 deletion VALD_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2da6f1a36fc6f8868fecbd3779d99fc0cb5b0cdd
ff1ad224e4b956b9441af24fc76148c1ae87c78b
8 changes: 4 additions & 4 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import v1_gateway_vald = require("./src/vald/v1/gateway/vald");
import v1_payload = require("./src/vald/v1/payload");
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_gateway_vald = require("./src/vald/v1/gateway/vald");
declare const _default: {
v1_gateway_vald: typeof v1_gateway_vald,
v1_payload: typeof v1_payload,
v1_vald: typeof v1_vald,
v1_agent_core: typeof v1_agent_core,
v1_payload: typeof v1_payload,
v1_gateway_vald: typeof v1_gateway_vald,
};
export = _default;
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports.v1_gateway_vald = require("./src/vald/v1/gateway/vald");
module.exports.v1_payload = require("./src/vald/v1/payload");
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_gateway_vald = require("./src/vald/v1/gateway/vald");
Loading

0 comments on commit 1b66804

Please sign in to comment.