@aims-api/aims-node
Advanced tools
Comparing version 0.0.5 to 0.0.6
# @aims-api/aims-node | ||
## 0.0.6 | ||
### Patch Changes | ||
- b0ea4bd: upgrading dependancies | ||
## 0.0.5 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@aims-api/aims-node", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"license": "UNLICENSED", | ||
@@ -35,3 +35,3 @@ "homepage": "https://github.com/aims-api/aims-node", | ||
"dependencies": { | ||
"axios": "1.6.0", | ||
"axios": "1.7.4", | ||
"form-data": "^4.0.0", | ||
@@ -52,4 +52,4 @@ "typescript": "^5.1.6", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"jest": "^29.6.2", | ||
"msw": "^1.2.3", | ||
"jest": "29.7.0", | ||
"msw": "1.3.3", | ||
"prettier": "^3.0.0", | ||
@@ -56,0 +56,0 @@ "ts-jest": "^29.1.1", |
@@ -27,8 +27,4 @@ <h1 align="center"> | ||
<details open="open"> | ||
<summary> | ||
<summary><h2>Table of Contents</h2></summary> | ||
## Table of Contents | ||
</summary> | ||
- [Getting Started](#getting-started) | ||
@@ -145,7 +141,7 @@ - [Authentication](#authentication) | ||
### TypeScript | ||
#### TypeScript | ||
Library uses [Zod](https://github.com/colinhacks/zod) for response validation, therefore you can use the types that are provided in every endpoint file. | ||
#### Example | ||
Example | ||
@@ -152,0 +148,0 @@ ```typescript |
457160
177
+ Addedaxios@1.7.4(transitive)
- Removedaxios@1.6.0(transitive)
Updatedaxios@1.7.4