@langchain/google-webauth 0.0.20 → 0.0.21

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/google-webauth",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Web-based authentication support for Google services",
5
5
  "type": "module",
6
6
  "engines": {
@@ -15,7 +15,7 @@
15
15
  "homepage": "https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-webauth/",
16
16
  "scripts": {
17
17
  "build": "yarn turbo:command build:internal --filter=@langchain/google-webauth",
18
- "build:internal": "yarn lc-build:v2 --create-entrypoints --pre --tree-shaking",
18
+ "build:internal": "yarn lc_build_v2 --create-entrypoints --pre --tree-shaking",
19
19
  "build:deps": "yarn run turbo:command build --filter=@langchain/google-common",
20
20
  "build:esm": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist/ && rm -rf dist/tests dist/**/tests",
21
21
  "build:cjs": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist-cjs/ -p tsconfig.cjs.json && yarn move-cjs-to-dist && rm -rf dist-cjs",
@@ -41,12 +41,12 @@
41
41
  "license": "MIT",
42
42
  "dependencies": {
43
43
  "@langchain/core": ">0.1.56 <0.3.0",
44
- "@langchain/google-common": "~0.0.21",
44
+ "@langchain/google-common": "~0.0.22",
45
45
  "web-auth-library": "^1.0.3"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@jest/globals": "^29.5.0",
49
- "@langchain/scripts": "~0.0.14",
49
+ "@langchain/scripts": "~0.0.20",
50
50
  "@swc/core": "^1.3.90",
51
51
  "@swc/jest": "^0.2.29",
52
52
  "@tsconfig/recommended": "^1.0.3",