We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b81d2 commit 2814fbbCopy full SHA for 2814fbb
packages/vertexai/src/index.ts
@@ -48,6 +48,8 @@ function registerVertex(): void {
48
).setMultipleInstances(true)
49
);
50
51
+ console.log('remove me');
52
+
53
registerVersion(name, version);
54
// BUILD_TARGET will be replaced by values like esm2017, cjs2017, etc during the compilation
55
registerVersion(name, version, '__BUILD_TARGET__');
0 commit comments