@swarmion/serverless-helpers
Advanced tools
Comparing version 0.10.0-alpha.14 to 0.10.0
{ | ||
"name": "@swarmion/serverless-helpers", | ||
"description": "A set of helpers for Serverless applications", | ||
"version": "0.10.0-alpha.14", | ||
"version": "0.10.0", | ||
"license": "MIT", | ||
@@ -36,3 +36,3 @@ "homepage": "https://www.swarmion.dev", | ||
"test-type": "tsc --noEmit --emitDeclarationOnly false", | ||
"test-unit": "jest --group=unit --runInBand --collectCoverage --logHeapUsage --passWithNoTests", | ||
"test-unit": "vitest run --coverage --passWithNoTests", | ||
"transpile": "babel src --extensions .ts --quiet", | ||
@@ -55,5 +55,5 @@ "watch": "rm -rf dist && concurrently 'yarn:package-* --watch'" | ||
"@serverless/typescript": "^3.21.0", | ||
"@swarmion/configuration": "^0.10.0-alpha.14", | ||
"@types/aws-lambda": "^8.10.101", | ||
"@types/node": "^18.6.3", | ||
"@vitest/coverage-c8": "^0.23.1", | ||
"@zerollup/ts-transform-paths": "^1.7.18", | ||
@@ -64,3 +64,2 @@ "babel-plugin-module-resolver": "^4.1.0", | ||
"eslint": "^8.20.0", | ||
"jest": "^27.5.1", | ||
"json-schema-to-ts": "^2.5.4", | ||
@@ -70,3 +69,5 @@ "prettier": "^2.7.1", | ||
"ttypescript": "^1.5.13", | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.7.4", | ||
"vite-tsconfig-paths": "^3.5.0", | ||
"vitest": "^0.23.1" | ||
}, | ||
@@ -82,3 +83,3 @@ "nx": { | ||
}, | ||
"gitHead": "29c2a5a2703e12c48f78165177ead81fd98ca9ee" | ||
"gitHead": "d31cf3d548a97f978fdb5f048e6edf32e0ca44bb" | ||
} |
Sorry, the diff of this file is not supported yet
134211
21