@langchain/google-vertexai-web 2.1.28 → 2.1.30

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,19 @@
1
1
  # @langchain/google-vertexai-web
2
2
 
3
+ ## 2.1.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @langchain/google-webauth@2.1.30
9
+
10
+ ## 2.1.29
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies []:
15
+ - @langchain/google-webauth@2.1.29
16
+
3
17
  ## 2.1.28
4
18
 
5
19
  ### Patch Changes
@@ -303,7 +303,7 @@ var ChatVertexAI = class extends _langchain_google_webauth.ChatGoogle {
303
303
  ...fields,
304
304
  platformType: "gcp"
305
305
  });
306
- this._addVersion("@langchain/google-vertexai-web", "2.1.28");
306
+ this._addVersion("@langchain/google-vertexai-web", "2.1.30");
307
307
  }
308
308
  };
309
309
  //#endregion
@@ -303,7 +303,7 @@ var ChatVertexAI = class extends ChatGoogle {
303
303
  ...fields,
304
304
  platformType: "gcp"
305
305
  });
306
- this._addVersion("@langchain/google-vertexai-web", "2.1.28");
306
+ this._addVersion("@langchain/google-vertexai-web", "2.1.30");
307
307
  }
308
308
  };
309
309
  //#endregion
package/dist/llms.cjs CHANGED
@@ -18,7 +18,7 @@ var VertexAI = class extends _langchain_google_webauth.GoogleLLM {
18
18
  ...fields,
19
19
  platformType: "gcp"
20
20
  });
21
- this._addVersion("@langchain/google-vertexai-web", "2.1.28");
21
+ this._addVersion("@langchain/google-vertexai-web", "2.1.30");
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-web", "2.1.28");
21
+ this._addVersion("@langchain/google-vertexai-web", "2.1.30");
22
22
  }
23
23
  };
24
24
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/google-vertexai-web",
3
- "version": "2.1.28",
3
+ "version": "2.1.30",
4
4
  "description": "LangChain.js support for Google Vertex AI Web",
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-web/",
16
16
  "dependencies": {
17
- "@langchain/google-webauth": "2.1.28"
17
+ "@langchain/google-webauth": "2.1.30"
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.28",
26
+ "@langchain/google-common": "2.1.30",
27
27
  "@langchain/standard-tests": "0.0.23",
28
28
  "@langchain/tsconfig": "0.0.1"
29
29
  },