@swarmion/serverless-helpers
Advanced tools
Comparing version 0.19.1 to 0.20.0
{ | ||
"name": "@swarmion/serverless-helpers", | ||
"description": "A set of helpers for Serverless applications", | ||
"version": "0.19.1", | ||
"version": "0.20.0", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "homepage": "https://www.swarmion.dev", | ||
"package-types-aliases": "tsc-alias -p tsconfig.build.json", | ||
"test": "pnpm test-linter && pnpm test-type && pnpm test-unit && pnpm test-circular", | ||
"test": "nx run test-linter && nx run test-type && nx run test-unit && nx run test-circular", | ||
"test-circular": "pnpm depcruise --validate .dependency-cruiser.js .", | ||
@@ -66,3 +66,3 @@ "test-linter": "pnpm linter-base-config .", | ||
}, | ||
"gitHead": "80e08e81f2cdac04f5b08a161eb39b046bb8af60" | ||
"gitHead": "a47767c8a102a688e4701220207c284de6c255ff" | ||
} |
142767