@ind-rcg/modeler-sfdx-cli-plugin 246.1042.2 → 246.1043.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/README.md +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +5 -8
package/README.md
CHANGED
|
@@ -8,12 +8,12 @@ This plugin is an enhancement of the sfdx cli and provide you features to custom
|
|
|
8
8
|
```sh
|
|
9
9
|
# Install the plugin on your local system
|
|
10
10
|
$ sf plugins install @ind-rcg/modeler-sfdx-cli-plugin
|
|
11
|
-
#
|
|
11
|
+
# --- OR ---
|
|
12
12
|
$ sfdx plugins install @ind-rcg/modeler-sfdx-cli-plugin
|
|
13
13
|
|
|
14
14
|
# Verify that installation was successful
|
|
15
15
|
$ sf plugins
|
|
16
|
-
#
|
|
16
|
+
# --- OR ---
|
|
17
17
|
$ sfdx plugins
|
|
18
18
|
# Output: @ind-rcg/modeler-sfdx-cli-plugin xxx.xxxx.x (x being the version number which was installed)
|
|
19
19
|
...
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ind-rcg/modeler-sfdx-cli-plugin",
|
|
3
3
|
"displayName": "modeler-sfdx-cli-plugin",
|
|
4
|
-
"version": "246.
|
|
4
|
+
"version": "246.1043.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
7
7
|
"description": "This plugin is an enhancement of the sfdx cli and provide you features to customize the Consumer Goods Cloud Mobility application. This version will be the replacement for the Consumer Goods Mobile Modeler which was hosted on a Windows Server machine.",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@ind-rcg/backend": "246.1008.0",
|
|
10
|
-
"@ind-rcg/framework": "246.
|
|
11
|
-
"@ind-rcg/generator": "246.
|
|
10
|
+
"@ind-rcg/framework": "246.1015.0",
|
|
11
|
+
"@ind-rcg/generator": "246.1019.0",
|
|
12
12
|
"@oclif/core": "2.9.4",
|
|
13
13
|
"@salesforce/core": "4.1.0",
|
|
14
14
|
"@salesforce/sf-plugins-core": "3.1.3",
|
|
@@ -24,9 +24,6 @@
|
|
|
24
24
|
"tree-kill": "1.2.2",
|
|
25
25
|
"tslib": "2.4.0"
|
|
26
26
|
},
|
|
27
|
-
"resolutions": {
|
|
28
|
-
"@ind-rcg/plugins-printengine": "246.1010.0"
|
|
29
|
-
},
|
|
30
27
|
"devDependencies": {
|
|
31
28
|
"@istanbuljs/nyc-config-typescript": "1.0.2",
|
|
32
29
|
"@oclif/test": "2.1.1",
|
|
@@ -102,7 +99,7 @@
|
|
|
102
99
|
"uglify": "uglifyjs-folder lib -e -x .js -o lib --log-level error"
|
|
103
100
|
},
|
|
104
101
|
"sfdx": {
|
|
105
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@ind-rcg/modeler-sfdx-cli-plugin/246.
|
|
106
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@ind-rcg/modeler-sfdx-cli-plugin/246.
|
|
102
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@ind-rcg/modeler-sfdx-cli-plugin/246.1043.0.crt",
|
|
103
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@ind-rcg/modeler-sfdx-cli-plugin/246.1043.0.sig"
|
|
107
104
|
}
|
|
108
105
|
}
|