@nxlv/python
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -10,2 +10,8 @@ # Changelog | ||
## [1.8.0] - 2022-07-13 | ||
### Changed | ||
- Add Git info to `package.json`. | ||
## [1.7.0] - 2022-07-13 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "@nxlv/python", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Custom NX Plugin to support the Python language", | ||
@@ -8,2 +8,6 @@ "main": "src/index.js", | ||
"executors": "./executors.json", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:lucasvieirasilva/nx-plugins.git" | ||
}, | ||
"typings": "./src/index.d.ts", | ||
@@ -10,0 +14,0 @@ "dependencies": { |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
146748
11