peopledatalabs
Advanced tools
Comparing version 9.2.0 to 9.2.1
@@ -22,2 +22,3 @@ import { BaseResponse } from './api-types.js'; | ||
name?: string | null; | ||
score?: number | null; | ||
size?: string | null; | ||
@@ -24,0 +25,0 @@ ticker?: string | null; |
{ | ||
"name": "peopledatalabs", | ||
"version": "9.2.0", | ||
"version": "9.2.1", | ||
"description": "JavaScript client with TypeScript support for the People Data Labs API", | ||
@@ -46,4 +46,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^8.0.0", | ||
"@typescript-eslint/parser": "^8.0.0", | ||
"@typescript-eslint/eslint-plugin": "^8.0.1", | ||
"@typescript-eslint/parser": "^8.0.1", | ||
"chai": "^5.1.1", | ||
@@ -64,3 +64,3 @@ "dotenv": "^16.4.5", | ||
"microbundle": "^0.15.1", | ||
"mocha": "^10.7.0", | ||
"mocha": "^10.7.3", | ||
"typescript": "^5.5.4" | ||
@@ -67,0 +67,0 @@ }, |
Sorry, the diff of this file is not supported yet
325048
1214