@kitalive/sfdx-plugin 0.5.0 → 0.5.1
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/README.md +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ npm install -g @kitalive/sfdx-plugin
|
|
|
18
18
|
$ sf COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ sf (--version)
|
|
21
|
-
@kitalive/sfdx-plugin/0.5.
|
|
21
|
+
@kitalive/sfdx-plugin/0.5.1 darwin-arm64 node-v18.15.0
|
|
22
22
|
$ sf --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ sf COMMAND
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitalive/sfdx-plugin",
|
|
3
3
|
"description": "Kitalive SFDX plugin",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.1",
|
|
5
5
|
"author": "Akihiro Ono",
|
|
6
6
|
"bugs": "https://github.com/Kitalive-Inc/sfdx-plugin/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
"docs": "sf-docs",
|
|
88
88
|
"format": "wireit",
|
|
89
89
|
"lint": "wireit",
|
|
90
|
-
"postinstall": "yarn husky install",
|
|
91
90
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
92
91
|
"prepack": "sf-prepack",
|
|
92
|
+
"prepare": "husky install",
|
|
93
93
|
"test": "wireit",
|
|
94
94
|
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
95
95
|
"test:only": "wireit",
|