@swarmion/nx-plugin
Advanced tools
Comparing version 0.7.0-alpha.0 to 0.7.0
{ | ||
"name": "@swarmion/nx-plugin", | ||
"description": "Generate and use type-safe contracts between your Serverless services.", | ||
"version": "0.7.0-alpha.0", | ||
"version": "0.7.0", | ||
"contributors": [ | ||
@@ -41,3 +41,4 @@ "MaximeVivier", | ||
"package-types": "ttsc -p tsconfig.build.json", | ||
"test": "yarn test-linter && yarn test-type", | ||
"test": "yarn test-linter && yarn test-type && yarn test-circular", | ||
"test-circular": "yarn depcruise --validate .dependency-cruiser.js .", | ||
"test-linter": "yarn linter-base-config .", | ||
@@ -50,23 +51,24 @@ "test-type": "tsc --noEmit --emitDeclarationOnly false", | ||
"@babel/cli": "^7.17.10", | ||
"@babel/core": "^7.18.0", | ||
"@babel/plugin-transform-runtime": "^7.18.0", | ||
"@babel/preset-env": "^7.18.0", | ||
"@babel/core": "^7.18.2", | ||
"@babel/plugin-transform-runtime": "^7.18.2", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@nrwl/devkit": "^14.1.7", | ||
"@nrwl/js": "^14.1.7", | ||
"@nrwl/linter": "^14.1.7", | ||
"@swarmion/configuration": "^0.7.0-alpha.0", | ||
"@types/node": "^17.0.35", | ||
"@nrwl/devkit": "^14.2.4", | ||
"@nrwl/js": "^14.2.4", | ||
"@nrwl/linter": "^14.2.4", | ||
"@swarmion/configuration": "^0.7.0", | ||
"@types/node": "^17.0.41", | ||
"@zerollup/ts-transform-paths": "^1.7.18", | ||
"babel-plugin-module-resolver": "^4.1.0", | ||
"concurrently": "^7.2.0", | ||
"eslint": "^8.16.0", | ||
"concurrently": "^7.2.1", | ||
"dependency-cruiser": "^11.9.0", | ||
"eslint": "^8.17.0", | ||
"jest": "^27.5.1", | ||
"nx": "^14.1.7", | ||
"nx": "^14.2.4", | ||
"prettier": "^2.6.2", | ||
"ts-node": "^10.8.0", | ||
"ts-node": "^10.8.1", | ||
"ttypescript": "^1.5.13", | ||
"typescript": "^4.6.4" | ||
"typescript": "^4.7.3" | ||
}, | ||
"gitHead": "8a09416fc17fa60192825275b2ad15e6bc3bafd3" | ||
"gitHead": "19ded3ac10f7f877068b994ff1e8a7a4dd564542" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
231231
212
21