@swarmion/nx-plugin
Advanced tools
Comparing version 0.10.0-alpha.1 to 0.10.0-alpha.3
{ | ||
"name": "@swarmion/nx-plugin", | ||
"description": "Generate and use type-safe contracts between your Serverless services.", | ||
"version": "0.10.0-alpha.1", | ||
"version": "0.10.0-alpha.3", | ||
"contributors": [ | ||
@@ -49,6 +49,6 @@ "MaximeVivier", | ||
"devDependencies": { | ||
"@babel/cli": "^7.18.9", | ||
"@babel/core": "^7.18.9", | ||
"@babel/plugin-transform-runtime": "^7.18.9", | ||
"@babel/preset-env": "^7.18.9", | ||
"@babel/cli": "^7.18.10", | ||
"@babel/core": "^7.18.13", | ||
"@babel/plugin-transform-runtime": "^7.18.10", | ||
"@babel/preset-env": "^7.18.10", | ||
"@babel/preset-typescript": "^7.18.6", | ||
@@ -58,3 +58,3 @@ "@nrwl/devkit": "^14.5.1", | ||
"@nrwl/linter": "^14.5.1", | ||
"@swarmion/configuration": "^0.10.0-alpha.1", | ||
"@swarmion/configuration": "^0.10.0-alpha.3", | ||
"@types/node": "^18.6.3", | ||
@@ -73,3 +73,3 @@ "@zerollup/ts-transform-paths": "^1.7.18", | ||
}, | ||
"gitHead": "7513aaa172971def8428a493e5769cd13a0cbaf9" | ||
"gitHead": "c4ac4b92ac1ac791b7f490b258f07dc7f9e13991" | ||
} |
189094