@aigur/client
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "@aigur/client", | ||
"version": "1.5.0", | ||
"description": "", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"eventsource-parser": "^0.1.0", | ||
"form-data": "^4.0.0", | ||
"zod": "^3.20.2" | ||
}, | ||
"devDependencies": { | ||
"tsup": "^6.6.3", | ||
"typescript": "^4.5.3", | ||
"vitest": "^0.28.4", | ||
"tsconfig": "0.0.0" | ||
}, | ||
"scripts": { | ||
"pbl": "npm publish --access public", | ||
"build": "tsup src/index.ts --format cjs --dts --minify", | ||
"dev": "tsup src/index.ts --format cjs --dts --watch", | ||
"test": "vitest run", | ||
"test:dev": "vitest dev" | ||
} | ||
} | ||
"name": "@aigur/client", | ||
"version": "1.5.1", | ||
"description": "", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"pbl": "npm publish --access public", | ||
"build": "tsup src/index.ts --format cjs --dts --minify", | ||
"dev": "tsup src/index.ts --format cjs --dts --watch", | ||
"test": "vitest run", | ||
"test:dev": "vitest dev" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": { | ||
"eventsource-parser": "^0.1.0", | ||
"form-data": "^4.0.0", | ||
"zod": "^3.20.2" | ||
}, | ||
"devDependencies": { | ||
"tsconfig": "workspace:*", | ||
"tsup": "^6.6.3", | ||
"typescript": "^4.5.3", | ||
"vitest": "^0.28.4" | ||
} | ||
} |
@@ -12,3 +12,3 @@ export * from './image/labeling/googleImageLabeling'; | ||
export { gpt3TurboPrediction } from './text/prediction/gpt3-turbo'; | ||
export { gpt3TurboStreamPrediction } from './text/prediction/gpt3-turbo.stream'; | ||
export { gpt3TurboPredictionStream as gpt3TurboPredictionStream } from './text/prediction/gpt3-turbo.stream'; | ||
export { gpt3PredictionStream } from './text/prediction/gpt3.stream'; | ||
@@ -15,0 +15,0 @@ export * from './transformation/stringToArrayBuffer'; |
@@ -17,3 +17,3 @@ import { z } from 'zod'; | ||
export async function gpt3TurboStreamPrediction( | ||
export async function gpt3TurboPredictionStream( | ||
input: z.input<typeof inputSchema>, | ||
@@ -20,0 +20,0 @@ apiKeys: APIKeys |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
1
0
47790
37
1516