pypeline 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +1 -1
- package/package.json +9 -1
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pypeline",
|
|
3
3
|
"description": "Complete pipeline devops, for build a project based on git repo, generation of package xml, validate on producction enviroment and a quick deploy structure.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"license" : "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/andrelpcarvalho/pypeline-plugin.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/andrelpcarvalho/pypeline-plugin#readme",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/andrelpcarvalho/pypeline-plugin/issues"
|
|
13
|
+
},
|
|
6
14
|
"dependencies": {
|
|
7
15
|
"@oclif/core": "^4",
|
|
8
16
|
"@salesforce/core": "^8",
|