@langchain/google-webauth 2.1.26-dev-1773712098100 → 2.1.26-dev-1773776071697

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.
@@ -14,7 +14,7 @@ var ChatGoogle = class extends _langchain_google_common.ChatGoogleBase {
14
14
  model: modelOrFields
15
15
  } : modelOrFields ?? {};
16
16
  super(fields);
17
- this._addVersion("@langchain/google-webauth", "2.1.26-dev-1773712098100");
17
+ this._addVersion("@langchain/google-webauth", "2.1.26-dev-1773776071697");
18
18
  }
19
19
  buildAbstractedClient(fields) {
20
20
  return new require_auth.WebGoogleAuth(fields);
@@ -14,7 +14,7 @@ var ChatGoogle = class extends ChatGoogleBase {
14
14
  model: modelOrFields
15
15
  } : modelOrFields ?? {};
16
16
  super(fields);
17
- this._addVersion("@langchain/google-webauth", "2.1.26-dev-1773712098100");
17
+ this._addVersion("@langchain/google-webauth", "2.1.26-dev-1773776071697");
18
18
  }
19
19
  buildAbstractedClient(fields) {
20
20
  return new WebGoogleAuth(fields);
package/dist/llms.cjs CHANGED
@@ -11,7 +11,7 @@ var GoogleLLM = class extends _langchain_google_common.GoogleBaseLLM {
11
11
  lc_serializable = true;
12
12
  constructor(fields) {
13
13
  super(fields);
14
- this._addVersion("@langchain/google-webauth", "2.1.26-dev-1773712098100");
14
+ this._addVersion("@langchain/google-webauth", "2.1.26-dev-1773776071697");
15
15
  }
16
16
  buildAbstractedClient(fields) {
17
17
  return new require_auth.WebGoogleAuth(fields);
package/dist/llms.js CHANGED
@@ -11,7 +11,7 @@ var GoogleLLM = class extends GoogleBaseLLM {
11
11
  lc_serializable = true;
12
12
  constructor(fields) {
13
13
  super(fields);
14
- this._addVersion("@langchain/google-webauth", "2.1.26-dev-1773712098100");
14
+ this._addVersion("@langchain/google-webauth", "2.1.26-dev-1773776071697");
15
15
  }
16
16
  buildAbstractedClient(fields) {
17
17
  return new WebGoogleAuth(fields);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/google-webauth",
3
- "version": "2.1.26-dev-1773712098100",
3
+ "version": "2.1.26-dev-1773776071697",
4
4
  "description": "Web-based authentication support for Google services",
5
5
  "author": "LangChain",
6
6
  "license": "MIT",
@@ -15,10 +15,10 @@
15
15
  "homepage": "https://github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-google-webauth/",
16
16
  "dependencies": {
17
17
  "web-auth-library": "^1.0.3",
18
- "@langchain/google-common": "2.1.26-dev-1773712098100"
18
+ "@langchain/google-common": "2.1.26-dev-1773776071697"
19
19
  },
20
20
  "peerDependencies": {
21
- "@langchain/core": "^1.1.33-dev-1773712098100"
21
+ "@langchain/core": "^1.1.33-dev-1773776071697"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@jest/globals": "^30.2.0",
@@ -34,9 +34,9 @@
34
34
  "ts-jest": "^29.4.6",
35
35
  "typescript": "~5.8.3",
36
36
  "zod": "^3.25.76",
37
- "@langchain/core": "^1.1.33-dev-1773712098100",
38
- "@langchain/tsconfig": "0.0.1",
39
- "@langchain/eslint": "0.1.1"
37
+ "@langchain/core": "^1.1.33-dev-1773776071697",
38
+ "@langchain/eslint": "0.1.1",
39
+ "@langchain/tsconfig": "0.0.1"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"