peopledatalabs
Advanced tools
Comparing version 9.2.1 to 9.3.0
@@ -464,2 +464,4 @@ export interface LocationResponse { | ||
ultimate_parent?: string | null; | ||
ultimate_parent_mic_exchange?: string | null; | ||
ultimate_parent_ticker?: string | null; | ||
website?: string | null; | ||
@@ -466,0 +468,0 @@ } |
{ | ||
"name": "peopledatalabs", | ||
"version": "9.2.1", | ||
"version": "9.3.0", | ||
"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.1", | ||
"@typescript-eslint/parser": "^8.0.1", | ||
"@typescript-eslint/eslint-plugin": "7.18.0", | ||
"@typescript-eslint/parser": "7.18.0", | ||
"chai": "^5.1.1", | ||
@@ -68,5 +68,5 @@ "dotenv": "^16.4.5", | ||
"dependencies": { | ||
"axios": "^1.7.3", | ||
"axios": "^1.7.4", | ||
"copy-anything": "3.0.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
325228
1216
Updatedaxios@^1.7.4