@salesforce/plugin-bre-to-cml 1.0.31 → 1.0.32
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.lock +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/oclif.lock
CHANGED
|
@@ -4701,9 +4701,9 @@ graphemer@^1.4.0:
|
|
|
4701
4701
|
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
|
|
4702
4702
|
|
|
4703
4703
|
handlebars@^4.7.8:
|
|
4704
|
-
version "4.7.
|
|
4705
|
-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.
|
|
4706
|
-
integrity sha512-
|
|
4704
|
+
version "4.7.9"
|
|
4705
|
+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
|
|
4706
|
+
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
|
|
4707
4707
|
dependencies:
|
|
4708
4708
|
minimist "^1.2.5"
|
|
4709
4709
|
neo-async "^2.6.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-bre-to-cml",
|
|
3
3
|
"description": "Plugin for migrating BRE based configurator rules to CML.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.32",
|
|
5
5
|
"salesforceRelease": "256.11",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@oclif/core": "^4",
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"type": "module",
|
|
222
222
|
"author": "George Kibilov",
|
|
223
223
|
"sfdx": {
|
|
224
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.
|
|
225
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.
|
|
224
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.32.crt",
|
|
225
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.32.sig"
|
|
226
226
|
}
|
|
227
227
|
}
|