@langchain/google-vertexai-web 2.1.22 → 2.1.23

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-web
2
2
 
3
+ ## 2.1.23
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @langchain/google-webauth@2.1.23
9
+
3
10
  ## 2.1.22
4
11
 
5
12
  ### Patch Changes
@@ -304,7 +304,7 @@ var ChatVertexAI = class extends _langchain_google_webauth.ChatGoogle {
304
304
  ...fields,
305
305
  platformType: "gcp"
306
306
  });
307
- this._addVersion("@langchain/google-vertexai-web", "2.1.22");
307
+ this._addVersion("@langchain/google-vertexai-web", "2.1.23");
308
308
  }
309
309
  };
310
310
 
@@ -304,7 +304,7 @@ var ChatVertexAI = class extends ChatGoogle {
304
304
  ...fields,
305
305
  platformType: "gcp"
306
306
  });
307
- this._addVersion("@langchain/google-vertexai-web", "2.1.22");
307
+ this._addVersion("@langchain/google-vertexai-web", "2.1.23");
308
308
  }
309
309
  };
310
310
 
package/dist/llms.cjs CHANGED
@@ -19,7 +19,7 @@ var VertexAI = class extends _langchain_google_webauth.GoogleLLM {
19
19
  ...fields,
20
20
  platformType: "gcp"
21
21
  });
22
- this._addVersion("@langchain/google-vertexai-web", "2.1.22");
22
+ this._addVersion("@langchain/google-vertexai-web", "2.1.23");
23
23
  }
24
24
  };
25
25
 
package/dist/llms.js CHANGED
@@ -19,7 +19,7 @@ var VertexAI = class extends GoogleLLM {
19
19
  ...fields,
20
20
  platformType: "gcp"
21
21
  });
22
- this._addVersion("@langchain/google-vertexai-web", "2.1.22");
22
+ this._addVersion("@langchain/google-vertexai-web", "2.1.23");
23
23
  }
24
24
  };
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/google-vertexai-web",
3
- "version": "2.1.22",
3
+ "version": "2.1.23",
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/langchain-google-vertexai-web/",
16
16
  "dependencies": {
17
- "@langchain/google-webauth": "2.1.22"
17
+ "@langchain/google-webauth": "2.1.23"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@jest/globals": "^30.2.0",
@@ -31,8 +31,8 @@
31
31
  "typescript": "~5.8.3",
32
32
  "zod": "^3.25.76",
33
33
  "@langchain/eslint": "0.1.1",
34
- "@langchain/google-common": "2.1.22",
35
34
  "@langchain/standard-tests": "0.0.23",
35
+ "@langchain/google-common": "2.1.23",
36
36
  "@langchain/tsconfig": "0.0.1"
37
37
  },
38
38
  "publishConfig": {
@@ -94,7 +94,7 @@
94
94
  "test": "NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%",
95
95
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch --testPathIgnorePatterns=\\.int\\.test.ts",
96
96
  "test:single": "NODE_OPTIONS=--experimental-vm-modules pnpm run jest --config jest.config.cjs --testTimeout 100000",
97
- "test:int": "NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.int\\.test.ts --testTimeout 100000 --maxWorkers=50%",
97
+ "test:int": "NODE_OPTIONS=--experimental-vm-modules jest --testPathPatterns=\\.int\\.test.ts --testTimeout 100000 --maxWorkers=50%",
98
98
  "format": "prettier --write \"src\"",
99
99
  "format:check": "prettier --check \"src\""
100
100
  }