sf-raven 1.0.1 → 1.0.2
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 +6 -4
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sf-raven",
|
|
3
3
|
"description": "A custom sf plugin built by @tomcarman",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^2.11.8",
|
|
7
7
|
"@salesforce/core": "^5.2.10",
|
|
8
8
|
"@salesforce/kit": "^3.0.8",
|
|
9
9
|
"@salesforce/sf-plugins-core": "^3.1.14",
|
|
10
10
|
"node-emoji": "^2.1.0",
|
|
11
|
+
"pinst": "^3.0.0",
|
|
11
12
|
"tslib": "^2"
|
|
12
13
|
},
|
|
14
|
+
"private": false,
|
|
13
15
|
"devDependencies": {
|
|
14
16
|
"@salesforce/cli-plugins-testkit": "^4.3.0",
|
|
15
17
|
"@salesforce/dev-config": "^4.0.1",
|
|
@@ -92,9 +94,9 @@
|
|
|
92
94
|
"docs": "sf-docs",
|
|
93
95
|
"format": "wireit",
|
|
94
96
|
"lint": "wireit",
|
|
95
|
-
"
|
|
96
|
-
"postpack": "shx rm -f oclif.manifest.json",
|
|
97
|
-
"prepack": "sf-prepack",
|
|
97
|
+
"_postinstall": "yarn husky install",
|
|
98
|
+
"postpack": "pinst --enable && shx rm -f oclif.manifest.json",
|
|
99
|
+
"prepack": "pinst --disable && sf-prepack",
|
|
98
100
|
"test": "wireit",
|
|
99
101
|
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
|
|
100
102
|
"test:only": "wireit",
|