Skip to content

Commit

Permalink
Update [vald sha: 3edc42876ff31af75c53c0a65cbdb4c0ac9a66f1]
Browse files Browse the repository at this point in the history
Signed-off-by: Vdaas CI <[email protected]>
  • Loading branch information
vdaas-ci committed Jun 20, 2024
1 parent d21bb77 commit 8adf492
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VALD_SHA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e6f7db4f32ff28533f5d2567e78a556fc86c750a
3edc42876ff31af75c53c0a65cbdb4c0ac9a66f1
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_agent_core = require("./src/vald/v1/agent/core");
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");
declare const _default: {
v1_agent_core: typeof v1_agent_core,
v1_payload: typeof v1_payload,
v1_vald: typeof v1_vald,
v1_agent_core: typeof v1_agent_core,
};
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_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");
module.exports.v1_agent_core = require("./src/vald/v1/agent/core");
12 changes: 6 additions & 6 deletions package-lock.json

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

0 comments on commit 8adf492

Please sign in to comment.