@langchain/google-vertexai 2.1.27 → 2.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @langchain/google-vertexai
2
2
 
3
+ ## 2.1.28
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @langchain/google-gauth@2.1.28
9
+
3
10
  ## 2.1.27
4
11
 
5
12
  ### Patch Changes
@@ -300,7 +300,7 @@ var ChatVertexAI = class extends _langchain_google_gauth.ChatGoogle {
300
300
  ...fields,
301
301
  platformType: "gcp"
302
302
  });
303
- this._addVersion("@langchain/google-vertexai", "2.1.27");
303
+ this._addVersion("@langchain/google-vertexai", "2.1.28");
304
304
  }
305
305
  };
306
306
  //#endregion
@@ -300,7 +300,7 @@ var ChatVertexAI = class extends ChatGoogle {
300
300
  ...fields,
301
301
  platformType: "gcp"
302
302
  });
303
- this._addVersion("@langchain/google-vertexai", "2.1.27");
303
+ this._addVersion("@langchain/google-vertexai", "2.1.28");
304
304
  }
305
305
  };
306
306
  //#endregion
package/dist/llms.cjs CHANGED
@@ -18,7 +18,7 @@ var VertexAI = class extends _langchain_google_gauth.GoogleLLM {
18
18
  ...fields,
19
19
  platformType: "gcp"
20
20
  });
21
- this._addVersion("@langchain/google-vertexai", "2.1.27");
21
+ this._addVersion("@langchain/google-vertexai", "2.1.28");
22
22
  }
23
23
  };
24
24
  //#endregion
package/dist/llms.js CHANGED
@@ -18,7 +18,7 @@ var VertexAI = class extends GoogleLLM {
18
18
  ...fields,
19
19
  platformType: "gcp"
20
20
  });
21
- this._addVersion("@langchain/google-vertexai", "2.1.27");
21
+ this._addVersion("@langchain/google-vertexai", "2.1.28");
22
22
  }
23
23
  };
24
24
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/google-vertexai",
3
- "version": "2.1.27",
3
+ "version": "2.1.28",
4
4
  "description": "LangChain.js support for Google Vertex AI",
5
5
  "author": "LangChain",
6
6
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "homepage": "https://github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-google-vertexai/",
16
16
  "dependencies": {
17
- "@langchain/google-gauth": "2.1.27"
17
+ "@langchain/google-gauth": "2.1.28"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@tsconfig/recommended": "^1.0.3",
@@ -23,7 +23,7 @@
23
23
  "typescript": "~5.8.3",
24
24
  "vitest": "^4.1.2",
25
25
  "zod": "^3.25.76",
26
- "@langchain/google-common": "2.1.27",
26
+ "@langchain/google-common": "2.1.28",
27
27
  "@langchain/standard-tests": "0.0.23",
28
28
  "@langchain/tsconfig": "0.0.1"
29
29
  },