@gemeentenijmegen/apiclient
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import https from 'https'; | ||
@@ -3,0 +2,0 @@ import { AxiosInstance } from 'axios'; |
@@ -28,11 +28,11 @@ { | ||
"devDependencies": { | ||
"@gemeentenijmegen/projen-project-type": "^1.5.6", | ||
"@gemeentenijmegen/projen-project-type": "^1.7.1", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^16", | ||
"@types/node": "^18", | ||
"@typescript-eslint/eslint-plugin": "^6", | ||
"@typescript-eslint/parser": "^6", | ||
"axios-mock-adapter": "^1.22.0", | ||
"constructs": "^10.0.0", | ||
"dotenv": "^16.4.5", | ||
"eslint": "^8", | ||
"eslint-import-resolver-node": "^0.3.9", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
@@ -43,12 +43,11 @@ "eslint-plugin-import": "^2.29.1", | ||
"jest-junit": "^15", | ||
"npm-check-updates": "^16", | ||
"projen": "^0.73.23", | ||
"projen": "^0.79.27", | ||
"standard-version": "^9", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.4.3" | ||
"ts-jest": "^29.1.5", | ||
"typescript": "^5.5.2" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-secrets-manager": "^3.543.0", | ||
"@aws-sdk/client-ssm": "^3.540.0", | ||
"axios": "^1.6.8" | ||
"@aws-sdk/client-secrets-manager": "^3.606.0", | ||
"@aws-sdk/client-ssm": "^3.606.0", | ||
"axios": "^1.7.2" | ||
}, | ||
@@ -60,3 +59,3 @@ "main": "lib/index.js", | ||
}, | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"jest": { | ||
@@ -95,7 +94,9 @@ "testMatch": [ | ||
], | ||
"preset": "ts-jest", | ||
"globals": { | ||
"ts-jest": { | ||
"tsconfig": "tsconfig.dev.json" | ||
} | ||
"transform": { | ||
"^.+\\.[t]sx?$": [ | ||
"ts-jest", | ||
{ | ||
"tsconfig": "tsconfig.dev.json" | ||
} | ||
] | ||
} | ||
@@ -102,0 +103,0 @@ }, |
18
42337
6
230
Updated@aws-sdk/client-ssm@^3.606.0
Updatedaxios@^1.7.2