@langchain/google-vertexai-web 0.0.26 → 0.0.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langchain/google-vertexai-web",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "LangChain.js support for Google Vertex AI Web",
5
5
  "type": "module",
6
6
  "engines": {
@@ -15,12 +15,7 @@
15
15
  "homepage": "https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-vertexai-web/",
16
16
  "scripts": {
17
17
  "build": "yarn turbo:command build:internal --filter=@langchain/google-vertexai-web",
18
- "build:internal": "yarn lc_build_v2 --create-entrypoints --pre --tree-shaking",
19
- "build:deps": "yarn run turbo:command build --filter=@langchain/google-gauth",
20
- "build:esm": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist/ && rm -rf dist/tests dist/**/tests",
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",
22
- "build:watch": "yarn create-entrypoints && tsc --outDir dist/ --watch",
23
- "build:scripts": "yarn create-entrypoints && yarn check-tree-shaking",
18
+ "build:internal": "yarn lc_build --create-entrypoints --pre --tree-shaking",
24
19
  "lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint --cache --ext .ts,.js src/",
25
20
  "lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
26
21
  "lint": "yarn lint:eslint && yarn lint:dpdm",
@@ -32,20 +27,19 @@
32
27
  "test:single": "NODE_OPTIONS=--experimental-vm-modules yarn run jest --config jest.config.cjs --testTimeout 100000",
33
28
  "test:int": "NODE_OPTIONS=--experimental-vm-modules jest --testPathPattern=\\.int\\.test.ts --testTimeout 100000 --maxWorkers=50%",
34
29
  "format": "prettier --config .prettierrc --write \"src\"",
35
- "format:check": "prettier --config .prettierrc --check \"src\"",
36
- "move-cjs-to-dist": "yarn lc-build --config ./langchain.config.js --move-cjs-dist",
37
- "create-entrypoints": "yarn lc-build --config ./langchain.config.js --create-entrypoints",
38
- "check-tree-shaking": "yarn lc-build --config ./langchain.config.js --tree-shaking"
30
+ "format:check": "prettier --config .prettierrc --check \"src\""
39
31
  },
40
32
  "author": "LangChain",
41
33
  "license": "MIT",
42
34
  "dependencies": {
43
35
  "@langchain/core": ">=0.2.21 <0.3.0",
44
- "@langchain/google-webauth": "~0.0.26"
36
+ "@langchain/google-webauth": "~0.0.27"
45
37
  },
46
38
  "devDependencies": {
47
39
  "@jest/globals": "^29.5.0",
48
- "@langchain/scripts": "~0.0.20",
40
+ "@langchain/google-common": "^0.0.27",
41
+ "@langchain/scripts": ">=0.1.0 <0.2.0",
42
+ "@langchain/standard-tests": "0.0.0",
49
43
  "@swc/core": "^1.3.90",
50
44
  "@swc/jest": "^0.2.29",
51
45
  "@tsconfig/recommended": "^1.0.3",