@salesforce/plugin-bre-to-cml 1.0.4 → 1.0.5
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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/oclif.lock
CHANGED
|
@@ -1351,7 +1351,7 @@
|
|
|
1351
1351
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1352
1352
|
fastq "^1.6.0"
|
|
1353
1353
|
|
|
1354
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.
|
|
1354
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2":
|
|
1355
1355
|
version "4.5.2"
|
|
1356
1356
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2"
|
|
1357
1357
|
integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
lodash "^4.17.21"
|
|
1420
1420
|
registry-auth-token "^5.1.0"
|
|
1421
1421
|
|
|
1422
|
-
"@oclif/table@^0.4.
|
|
1422
|
+
"@oclif/table@^0.4.12":
|
|
1423
1423
|
version "0.4.12"
|
|
1424
1424
|
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.12.tgz#070c6fc474d3f6b5cb6924c55931fe51ab79c69b"
|
|
1425
1425
|
integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
strip-ansi "6.0.1"
|
|
1490
1490
|
ts-retry-promise "^0.8.1"
|
|
1491
1491
|
|
|
1492
|
-
"@salesforce/core@^8.
|
|
1492
|
+
"@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1493
1493
|
version "8.19.1"
|
|
1494
1494
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.19.1.tgz#300b37db32e29a7b1055091cc13d04a6ccc4d8c1"
|
|
1495
1495
|
integrity sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==
|
|
@@ -1601,15 +1601,15 @@
|
|
|
1601
1601
|
terminal-link "^3.0.0"
|
|
1602
1602
|
|
|
1603
1603
|
"@salesforce/sf-plugins-core@^12":
|
|
1604
|
-
version "12.2.
|
|
1605
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1606
|
-
integrity sha512-
|
|
1604
|
+
version "12.2.4"
|
|
1605
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz#a89ddcbac6520870eb2e0aad2a2e78738441cedf"
|
|
1606
|
+
integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==
|
|
1607
1607
|
dependencies:
|
|
1608
1608
|
"@inquirer/confirm" "^3.1.22"
|
|
1609
1609
|
"@inquirer/password" "^2.2.0"
|
|
1610
|
-
"@oclif/core" "^4.
|
|
1611
|
-
"@oclif/table" "^0.4.
|
|
1612
|
-
"@salesforce/core" "^8.
|
|
1610
|
+
"@oclif/core" "^4.5.2"
|
|
1611
|
+
"@oclif/table" "^0.4.12"
|
|
1612
|
+
"@salesforce/core" "^8.18.7"
|
|
1613
1613
|
"@salesforce/kit" "^3.2.3"
|
|
1614
1614
|
"@salesforce/ts-types" "^2.0.12"
|
|
1615
1615
|
ansis "^3.3.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.5",
|
|
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.5.crt",
|
|
225
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.5.sig"
|
|
226
226
|
}
|
|
227
227
|
}
|