@salesforce/plugin-bre-to-cml 1.0.31 → 1.0.33
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 +19 -47
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/oclif.lock
CHANGED
|
@@ -1206,18 +1206,6 @@
|
|
|
1206
1206
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.10.tgz#11ed564ec78432a200ea2601a212d24af8150d50"
|
|
1207
1207
|
integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==
|
|
1208
1208
|
|
|
1209
|
-
"@isaacs/balanced-match@^4.0.1":
|
|
1210
|
-
version "4.0.1"
|
|
1211
|
-
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
|
|
1212
|
-
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
|
|
1213
|
-
|
|
1214
|
-
"@isaacs/brace-expansion@^5.0.0":
|
|
1215
|
-
version "5.0.0"
|
|
1216
|
-
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
|
|
1217
|
-
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
|
|
1218
|
-
dependencies:
|
|
1219
|
-
"@isaacs/balanced-match" "^4.0.1"
|
|
1220
|
-
|
|
1221
1209
|
"@isaacs/cliui@^8.0.2":
|
|
1222
1210
|
version "8.0.2"
|
|
1223
1211
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -1392,9 +1380,9 @@
|
|
|
1392
1380
|
wrap-ansi "^7.0.0"
|
|
1393
1381
|
|
|
1394
1382
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.5.2":
|
|
1395
|
-
version "4.10.
|
|
1396
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.
|
|
1397
|
-
integrity sha512-
|
|
1383
|
+
version "4.10.3"
|
|
1384
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
|
|
1385
|
+
integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
|
|
1398
1386
|
dependencies:
|
|
1399
1387
|
ansi-escapes "^4.3.2"
|
|
1400
1388
|
ansis "^3.17.0"
|
|
@@ -1415,10 +1403,10 @@
|
|
|
1415
1403
|
wordwrap "^1.0.0"
|
|
1416
1404
|
wrap-ansi "^7.0.0"
|
|
1417
1405
|
|
|
1418
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1419
|
-
version "5.3.
|
|
1420
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1421
|
-
integrity sha512-
|
|
1406
|
+
"@oclif/plugin-command-snapshot@^5.3.13":
|
|
1407
|
+
version "5.3.13"
|
|
1408
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz#b63e9572091795c5659e61956c04a07bc956c5d2"
|
|
1409
|
+
integrity sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ==
|
|
1422
1410
|
dependencies:
|
|
1423
1411
|
"@oclif/core" "^4"
|
|
1424
1412
|
ansis "^3.17.0"
|
|
@@ -1427,7 +1415,7 @@
|
|
|
1427
1415
|
lodash.difference "^4.5.0"
|
|
1428
1416
|
lodash.get "^4.4.2"
|
|
1429
1417
|
lodash.sortby "^4.7.0"
|
|
1430
|
-
semver "^7.7.
|
|
1418
|
+
semver "^7.7.4"
|
|
1431
1419
|
ts-json-schema-generator "^1.5.1"
|
|
1432
1420
|
|
|
1433
1421
|
"@oclif/plugin-help@^6.2.38":
|
|
@@ -1598,10 +1586,10 @@
|
|
|
1598
1586
|
dependencies:
|
|
1599
1587
|
"@salesforce/ts-types" "^2.0.12"
|
|
1600
1588
|
|
|
1601
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1602
|
-
version "3.1.
|
|
1603
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1604
|
-
integrity sha512
|
|
1589
|
+
"@salesforce/plugin-command-reference@^3.1.84":
|
|
1590
|
+
version "3.1.84"
|
|
1591
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.84.tgz#331b05e75b5bc1af3e3ea37a86b8ee9e71533bb9"
|
|
1592
|
+
integrity sha512-/SDZ9NP+2ITD3jGh/daJoo04W9pQfjRQ4eIXaicEi9XdwwtgkbCcQxRP4g20eaOlPEqI49RHMnQIXldPONgYeg==
|
|
1605
1593
|
dependencies:
|
|
1606
1594
|
"@oclif/core" "^4"
|
|
1607
1595
|
"@salesforce/core" "^8.23.3"
|
|
@@ -1610,7 +1598,7 @@
|
|
|
1610
1598
|
"@salesforce/ts-types" "^2.0.11"
|
|
1611
1599
|
chalk "^5.6.2"
|
|
1612
1600
|
debug "^4.4.3"
|
|
1613
|
-
handlebars "^4.7.
|
|
1601
|
+
handlebars "^4.7.9"
|
|
1614
1602
|
|
|
1615
1603
|
"@salesforce/prettier-config@^0.0.3":
|
|
1616
1604
|
version "0.0.3"
|
|
@@ -4700,10 +4688,10 @@ graphemer@^1.4.0:
|
|
|
4700
4688
|
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
|
|
4701
4689
|
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
|
|
4702
4690
|
|
|
4703
|
-
handlebars@^4.7.
|
|
4704
|
-
version "4.7.
|
|
4705
|
-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.
|
|
4706
|
-
integrity sha512-
|
|
4691
|
+
handlebars@^4.7.9:
|
|
4692
|
+
version "4.7.9"
|
|
4693
|
+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
|
|
4694
|
+
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
|
|
4707
4695
|
dependencies:
|
|
4708
4696
|
minimist "^1.2.5"
|
|
4709
4697
|
neo-async "^2.6.2"
|
|
@@ -6039,14 +6027,7 @@ minimatch@9.0.3:
|
|
|
6039
6027
|
dependencies:
|
|
6040
6028
|
brace-expansion "^2.0.1"
|
|
6041
6029
|
|
|
6042
|
-
minimatch@^10.0.3:
|
|
6043
|
-
version "10.0.3"
|
|
6044
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
|
|
6045
|
-
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
|
|
6046
|
-
dependencies:
|
|
6047
|
-
"@isaacs/brace-expansion" "^5.0.0"
|
|
6048
|
-
|
|
6049
|
-
minimatch@^10.2.4:
|
|
6030
|
+
minimatch@^10.0.3, minimatch@^10.2.4:
|
|
6050
6031
|
version "10.2.4"
|
|
6051
6032
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
|
|
6052
6033
|
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
|
|
@@ -8310,16 +8291,7 @@ wrap-ansi@^8.1.0:
|
|
|
8310
8291
|
string-width "^5.0.1"
|
|
8311
8292
|
strip-ansi "^7.0.1"
|
|
8312
8293
|
|
|
8313
|
-
wrap-ansi@^9.0.0:
|
|
8314
|
-
version "9.0.0"
|
|
8315
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"
|
|
8316
|
-
integrity sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==
|
|
8317
|
-
dependencies:
|
|
8318
|
-
ansi-styles "^6.2.1"
|
|
8319
|
-
string-width "^7.0.0"
|
|
8320
|
-
strip-ansi "^7.1.0"
|
|
8321
|
-
|
|
8322
|
-
wrap-ansi@^9.0.2:
|
|
8294
|
+
wrap-ansi@^9.0.0, wrap-ansi@^9.0.2:
|
|
8323
8295
|
version "9.0.2"
|
|
8324
8296
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
|
|
8325
8297
|
integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
|
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.33",
|
|
5
5
|
"salesforceRelease": "256.11",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@oclif/core": "^4",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"got": "12"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
15
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
14
|
+
"@oclif/plugin-command-snapshot": "^5.3.13",
|
|
15
|
+
"@salesforce/plugin-command-reference": "^3.1.84",
|
|
16
16
|
"@oclif/test": "^4.1.17",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
18
18
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
@@ -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.33.crt",
|
|
225
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.33.sig"
|
|
226
226
|
}
|
|
227
227
|
}
|