rflib-plugin 0.3.3 → 0.4.1
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 +12 -0
- package/lib/commands/rflib/logging/apex/instrument.d.ts +4 -13
- package/lib/commands/rflib/logging/apex/instrument.js +161 -150
- package/lib/commands/rflib/logging/apex/instrument.js.map +1 -1
- package/lib/commands/rflib/logging/aura/instrument.d.ts +4 -10
- package/lib/commands/rflib/logging/aura/instrument.js +138 -143
- package/lib/commands/rflib/logging/aura/instrument.js.map +1 -1
- package/lib/commands/rflib/logging/lwc/instrument.d.ts +4 -14
- package/lib/commands/rflib/logging/lwc/instrument.js +129 -117
- package/lib/commands/rflib/logging/lwc/instrument.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/messages/rflib.logging.apex.instrument.md +10 -2
- package/messages/rflib.logging.aura.instrument.md +9 -1
- package/messages/rflib.logging.lwc.instrument.md +8 -0
- package/oclif.lock +134 -11
- package/oclif.manifest.json +25 -1
- package/package.json +11 -5
package/oclif.lock
CHANGED
|
@@ -1122,6 +1122,11 @@
|
|
|
1122
1122
|
"@babel/helper-string-parser" "^7.25.9"
|
|
1123
1123
|
"@babel/helper-validator-identifier" "^7.25.9"
|
|
1124
1124
|
|
|
1125
|
+
"@bcoe/v8-coverage@^1.0.1":
|
|
1126
|
+
version "1.0.2"
|
|
1127
|
+
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-1.0.2.tgz#bbe12dca5b4ef983a0d0af4b07b9bc90ea0ababa"
|
|
1128
|
+
integrity sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==
|
|
1129
|
+
|
|
1125
1130
|
"@commitlint/cli@^17.1.2":
|
|
1126
1131
|
version "17.8.1"
|
|
1127
1132
|
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.1.tgz#10492114a022c91dcfb1d84dac773abb3db76d33"
|
|
@@ -1733,6 +1738,13 @@
|
|
|
1733
1738
|
js-yaml "^3.13.1"
|
|
1734
1739
|
resolve-from "^5.0.0"
|
|
1735
1740
|
|
|
1741
|
+
"@istanbuljs/nyc-config-typescript@^1.0.2":
|
|
1742
|
+
version "1.0.2"
|
|
1743
|
+
resolved "https://registry.yarnpkg.com/@istanbuljs/nyc-config-typescript/-/nyc-config-typescript-1.0.2.tgz#1f5235b28540a07219ae0dd42014912a0b19cf89"
|
|
1744
|
+
integrity sha512-iKGIyMoyJuFnJRSVTZ78POIRvNnwZaWIf8vG4ZS3rQq58MMDrqEX2nnzx0R28V2X8JvmKYiqY9FP2hlJsm8A0w==
|
|
1745
|
+
dependencies:
|
|
1746
|
+
"@istanbuljs/schema" "^0.1.2"
|
|
1747
|
+
|
|
1736
1748
|
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
|
|
1737
1749
|
version "0.1.3"
|
|
1738
1750
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
@@ -1770,7 +1782,7 @@
|
|
|
1770
1782
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1771
1783
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1772
1784
|
|
|
1773
|
-
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
|
1785
|
+
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
|
1774
1786
|
version "0.3.25"
|
|
1775
1787
|
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
|
|
1776
1788
|
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
|
@@ -1995,7 +2007,7 @@
|
|
|
1995
2007
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
|
1996
2008
|
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
|
|
1997
2009
|
|
|
1998
|
-
"@salesforce/dev-scripts@^10":
|
|
2010
|
+
"@salesforce/dev-scripts@^10.2.11":
|
|
1999
2011
|
version "10.2.11"
|
|
2000
2012
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.11.tgz#7f041c258bf8588f9847115cc7ad5a59b9865232"
|
|
2001
2013
|
integrity sha512-LyX8njw21aKsDbpKDDJwtjX2n+V2OvS3vLg9zXLYlZvy8c2Lu8TfKSsXHS7jGhRLkBEYkJ4cJR+ClHuB2xo81A==
|
|
@@ -2746,6 +2758,11 @@
|
|
|
2746
2758
|
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
|
|
2747
2759
|
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
|
|
2748
2760
|
|
|
2761
|
+
"@types/istanbul-lib-coverage@^2.0.1":
|
|
2762
|
+
version "2.0.6"
|
|
2763
|
+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz#7739c232a1fee9b4d3ce8985f314c0c6d33549d7"
|
|
2764
|
+
integrity sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==
|
|
2765
|
+
|
|
2749
2766
|
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15":
|
|
2750
2767
|
version "7.0.15"
|
|
2751
2768
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
|
@@ -3045,6 +3062,17 @@ aggregate-error@^3.0.0:
|
|
|
3045
3062
|
clean-stack "^2.0.0"
|
|
3046
3063
|
indent-string "^4.0.0"
|
|
3047
3064
|
|
|
3065
|
+
ai-digest@^1.0.7:
|
|
3066
|
+
version "1.0.7"
|
|
3067
|
+
resolved "https://registry.yarnpkg.com/ai-digest/-/ai-digest-1.0.7.tgz#0dcd2ab88c20e992b2c2ac0782120192efa5598b"
|
|
3068
|
+
integrity sha512-f/CQDvlOgggYU5io8nMRRf3txv2CZoCYS72yTsHhEzDigeg48+0spWsVu1rN1g1S5CL3XbZ6bf5PXWoqVxRpAw==
|
|
3069
|
+
dependencies:
|
|
3070
|
+
commander "^12.1.0"
|
|
3071
|
+
glob "^11.0.0"
|
|
3072
|
+
ignore "^5.3.1"
|
|
3073
|
+
isbinaryfile "^5.0.2"
|
|
3074
|
+
js-tiktoken "^1.0.12"
|
|
3075
|
+
|
|
3048
3076
|
ajv@^6.12.4:
|
|
3049
3077
|
version "6.12.6"
|
|
3050
3078
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
|
|
@@ -3303,7 +3331,7 @@ balanced-match@^3.0.0:
|
|
|
3303
3331
|
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
|
|
3304
3332
|
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
|
|
3305
3333
|
|
|
3306
|
-
base64-js@^1.3.1:
|
|
3334
|
+
base64-js@^1.3.1, base64-js@^1.5.1:
|
|
3307
3335
|
version "1.5.1"
|
|
3308
3336
|
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
|
|
3309
3337
|
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
|
|
@@ -3390,6 +3418,23 @@ builtin-modules@^3.3.0:
|
|
|
3390
3418
|
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
|
|
3391
3419
|
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
|
|
3392
3420
|
|
|
3421
|
+
c8@^10.1.3:
|
|
3422
|
+
version "10.1.3"
|
|
3423
|
+
resolved "https://registry.yarnpkg.com/c8/-/c8-10.1.3.tgz#54afb25ebdcc7f3b00112482c6d90d7541ad2fcd"
|
|
3424
|
+
integrity sha512-LvcyrOAaOnrrlMpW22n690PUvxiq4Uf9WMhQwNJ9vgagkL/ph1+D4uvjvDA5XCbykrc0sx+ay6pVi9YZ1GnhyA==
|
|
3425
|
+
dependencies:
|
|
3426
|
+
"@bcoe/v8-coverage" "^1.0.1"
|
|
3427
|
+
"@istanbuljs/schema" "^0.1.3"
|
|
3428
|
+
find-up "^5.0.0"
|
|
3429
|
+
foreground-child "^3.1.1"
|
|
3430
|
+
istanbul-lib-coverage "^3.2.0"
|
|
3431
|
+
istanbul-lib-report "^3.0.1"
|
|
3432
|
+
istanbul-reports "^3.1.6"
|
|
3433
|
+
test-exclude "^7.0.1"
|
|
3434
|
+
v8-to-istanbul "^9.0.0"
|
|
3435
|
+
yargs "^17.7.2"
|
|
3436
|
+
yargs-parser "^21.1.1"
|
|
3437
|
+
|
|
3393
3438
|
cacheable-lookup@^7.0.0:
|
|
3394
3439
|
version "7.0.0"
|
|
3395
3440
|
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz#3476a8215d046e5a3202a9209dd13fec1f933a27"
|
|
@@ -3705,7 +3750,7 @@ comma-separated-tokens@^2.0.0:
|
|
|
3705
3750
|
resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz#4e89c9458acb61bc8fef19f4529973b2392839ee"
|
|
3706
3751
|
integrity sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==
|
|
3707
3752
|
|
|
3708
|
-
commander@^12.0.0:
|
|
3753
|
+
commander@^12.0.0, commander@^12.1.0:
|
|
3709
3754
|
version "12.1.0"
|
|
3710
3755
|
resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
|
|
3711
3756
|
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==
|
|
@@ -4804,7 +4849,7 @@ foreground-child@^2.0.0:
|
|
|
4804
4849
|
cross-spawn "^7.0.0"
|
|
4805
4850
|
signal-exit "^3.0.2"
|
|
4806
4851
|
|
|
4807
|
-
foreground-child@^3.1.0, foreground-child@^3.3.0:
|
|
4852
|
+
foreground-child@^3.1.0, foreground-child@^3.1.1, foreground-child@^3.3.0:
|
|
4808
4853
|
version "3.3.0"
|
|
4809
4854
|
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
|
|
4810
4855
|
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
|
|
@@ -5003,7 +5048,7 @@ glob-parent@^6.0.2:
|
|
|
5003
5048
|
dependencies:
|
|
5004
5049
|
is-glob "^4.0.3"
|
|
5005
5050
|
|
|
5006
|
-
glob@^10.3.10:
|
|
5051
|
+
glob@^10.3.10, glob@^10.4.1:
|
|
5007
5052
|
version "10.4.5"
|
|
5008
5053
|
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
|
|
5009
5054
|
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
|
|
@@ -5015,6 +5060,18 @@ glob@^10.3.10:
|
|
|
5015
5060
|
package-json-from-dist "^1.0.0"
|
|
5016
5061
|
path-scurry "^1.11.1"
|
|
5017
5062
|
|
|
5063
|
+
glob@^11.0.0:
|
|
5064
|
+
version "11.0.1"
|
|
5065
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
|
|
5066
|
+
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
|
|
5067
|
+
dependencies:
|
|
5068
|
+
foreground-child "^3.1.0"
|
|
5069
|
+
jackspeak "^4.0.1"
|
|
5070
|
+
minimatch "^10.0.0"
|
|
5071
|
+
minipass "^7.1.2"
|
|
5072
|
+
package-json-from-dist "^1.0.0"
|
|
5073
|
+
path-scurry "^2.0.0"
|
|
5074
|
+
|
|
5018
5075
|
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
5019
5076
|
version "7.2.3"
|
|
5020
5077
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
|
|
@@ -5348,7 +5405,7 @@ ieee754@^1.2.1:
|
|
|
5348
5405
|
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
|
|
5349
5406
|
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
|
|
5350
5407
|
|
|
5351
|
-
ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0:
|
|
5408
|
+
ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0, ignore@^5.3.1:
|
|
5352
5409
|
version "5.3.2"
|
|
5353
5410
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
|
|
5354
5411
|
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
|
|
@@ -5755,6 +5812,11 @@ isarray@~1.0.0:
|
|
|
5755
5812
|
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
|
|
5756
5813
|
integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
|
|
5757
5814
|
|
|
5815
|
+
isbinaryfile@^5.0.2:
|
|
5816
|
+
version "5.0.4"
|
|
5817
|
+
resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-5.0.4.tgz#2a2edefa76cafa66613fe4c1ea52f7f031017bdf"
|
|
5818
|
+
integrity sha512-YKBKVkKhty7s8rxddb40oOkuP0NbaeXrQvLin6QMHL7Ypiy2RW9LwOVrVgZRyOrhQlayMd9t+D8yDy8MKFTSDQ==
|
|
5819
|
+
|
|
5758
5820
|
isexe@^2.0.0:
|
|
5759
5821
|
version "2.0.0"
|
|
5760
5822
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
|
@@ -5795,7 +5857,7 @@ istanbul-lib-processinfo@^2.0.2:
|
|
|
5795
5857
|
rimraf "^3.0.0"
|
|
5796
5858
|
uuid "^8.3.2"
|
|
5797
5859
|
|
|
5798
|
-
istanbul-lib-report@^3.0.0:
|
|
5860
|
+
istanbul-lib-report@^3.0.0, istanbul-lib-report@^3.0.1:
|
|
5799
5861
|
version "3.0.1"
|
|
5800
5862
|
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz#908305bac9a5bd175ac6a74489eafd0fc2445a7d"
|
|
5801
5863
|
integrity sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==
|
|
@@ -5813,7 +5875,7 @@ istanbul-lib-source-maps@^4.0.0:
|
|
|
5813
5875
|
istanbul-lib-coverage "^3.0.0"
|
|
5814
5876
|
source-map "^0.6.1"
|
|
5815
5877
|
|
|
5816
|
-
istanbul-reports@^3.0.2:
|
|
5878
|
+
istanbul-reports@^3.0.2, istanbul-reports@^3.1.6:
|
|
5817
5879
|
version "3.1.7"
|
|
5818
5880
|
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.7.tgz#daed12b9e1dca518e15c056e1e537e741280fa0b"
|
|
5819
5881
|
integrity sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==
|
|
@@ -5830,6 +5892,13 @@ jackspeak@^3.1.2:
|
|
|
5830
5892
|
optionalDependencies:
|
|
5831
5893
|
"@pkgjs/parseargs" "^0.11.0"
|
|
5832
5894
|
|
|
5895
|
+
jackspeak@^4.0.1:
|
|
5896
|
+
version "4.0.2"
|
|
5897
|
+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
|
|
5898
|
+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
|
|
5899
|
+
dependencies:
|
|
5900
|
+
"@isaacs/cliui" "^8.0.2"
|
|
5901
|
+
|
|
5833
5902
|
jake@^10.8.5:
|
|
5834
5903
|
version "10.9.2"
|
|
5835
5904
|
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
|
|
@@ -5868,6 +5937,13 @@ joycon@^3.1.1:
|
|
|
5868
5937
|
resolved "https://registry.yarnpkg.com/joycon/-/joycon-3.1.1.tgz#bce8596d6ae808f8b68168f5fc69280996894f03"
|
|
5869
5938
|
integrity sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==
|
|
5870
5939
|
|
|
5940
|
+
js-tiktoken@^1.0.12:
|
|
5941
|
+
version "1.0.16"
|
|
5942
|
+
resolved "https://registry.yarnpkg.com/js-tiktoken/-/js-tiktoken-1.0.16.tgz#b56800a2dbf21f717123ec49f339fde8544af36e"
|
|
5943
|
+
integrity sha512-nUVdO5k/M9llWpiaZlBBDdtmr6qWXwSD6fgaDu2zM8UP+OXxx9V37lFkI6w0/1IuaDx7WffZ37oYd9KvcWKElg==
|
|
5944
|
+
dependencies:
|
|
5945
|
+
base64-js "^1.5.1"
|
|
5946
|
+
|
|
5871
5947
|
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
|
5872
5948
|
version "4.0.0"
|
|
5873
5949
|
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
|
@@ -5947,7 +6023,7 @@ json5@^1.0.2:
|
|
|
5947
6023
|
dependencies:
|
|
5948
6024
|
minimist "^1.2.0"
|
|
5949
6025
|
|
|
5950
|
-
json5@^2.2.3:
|
|
6026
|
+
json5@^2.2.2, json5@^2.2.3:
|
|
5951
6027
|
version "2.2.3"
|
|
5952
6028
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
|
5953
6029
|
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
|
@@ -6261,6 +6337,11 @@ lru-cache@^10.0.1, lru-cache@^10.2.0:
|
|
|
6261
6337
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
|
|
6262
6338
|
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
|
|
6263
6339
|
|
|
6340
|
+
lru-cache@^11.0.0:
|
|
6341
|
+
version "11.0.2"
|
|
6342
|
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
|
|
6343
|
+
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
|
|
6344
|
+
|
|
6264
6345
|
lru-cache@^5.1.1:
|
|
6265
6346
|
version "5.1.1"
|
|
6266
6347
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
|
|
@@ -6472,6 +6553,13 @@ minimatch@9.0.3:
|
|
|
6472
6553
|
dependencies:
|
|
6473
6554
|
brace-expansion "^2.0.1"
|
|
6474
6555
|
|
|
6556
|
+
minimatch@^10.0.0:
|
|
6557
|
+
version "10.0.1"
|
|
6558
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
|
|
6559
|
+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
|
|
6560
|
+
dependencies:
|
|
6561
|
+
brace-expansion "^2.0.1"
|
|
6562
|
+
|
|
6475
6563
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
6476
6564
|
version "3.1.2"
|
|
6477
6565
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
|
@@ -7010,6 +7098,14 @@ path-scurry@^1.11.1:
|
|
|
7010
7098
|
lru-cache "^10.2.0"
|
|
7011
7099
|
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
7012
7100
|
|
|
7101
|
+
path-scurry@^2.0.0:
|
|
7102
|
+
version "2.0.0"
|
|
7103
|
+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
|
|
7104
|
+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
|
|
7105
|
+
dependencies:
|
|
7106
|
+
lru-cache "^11.0.0"
|
|
7107
|
+
minipass "^7.1.2"
|
|
7108
|
+
|
|
7013
7109
|
path-to-regexp@^1.7.0:
|
|
7014
7110
|
version "1.9.0"
|
|
7015
7111
|
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
|
|
@@ -8116,6 +8212,15 @@ test-exclude@^6.0.0:
|
|
|
8116
8212
|
glob "^7.1.4"
|
|
8117
8213
|
minimatch "^3.0.4"
|
|
8118
8214
|
|
|
8215
|
+
test-exclude@^7.0.1:
|
|
8216
|
+
version "7.0.1"
|
|
8217
|
+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-7.0.1.tgz#20b3ba4906ac20994e275bbcafd68d510264c2a2"
|
|
8218
|
+
integrity sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==
|
|
8219
|
+
dependencies:
|
|
8220
|
+
"@istanbuljs/schema" "^0.1.2"
|
|
8221
|
+
glob "^10.4.1"
|
|
8222
|
+
minimatch "^9.0.4"
|
|
8223
|
+
|
|
8119
8224
|
text-extensions@^1.0.0:
|
|
8120
8225
|
version "1.9.0"
|
|
8121
8226
|
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.9.0.tgz#1853e45fee39c945ce6f6c36b2d659b5aabc2a26"
|
|
@@ -8268,6 +8373,15 @@ tsconfig-paths@^3.15.0:
|
|
|
8268
8373
|
minimist "^1.2.6"
|
|
8269
8374
|
strip-bom "^3.0.0"
|
|
8270
8375
|
|
|
8376
|
+
tsconfig-paths@^4.2.0:
|
|
8377
|
+
version "4.2.0"
|
|
8378
|
+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz#ef78e19039133446d244beac0fd6a1632e2d107c"
|
|
8379
|
+
integrity sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==
|
|
8380
|
+
dependencies:
|
|
8381
|
+
json5 "^2.2.2"
|
|
8382
|
+
minimist "^1.2.6"
|
|
8383
|
+
strip-bom "^3.0.0"
|
|
8384
|
+
|
|
8271
8385
|
tslib@^2.0.3, tslib@^2.1.0, tslib@^2.6.2:
|
|
8272
8386
|
version "2.8.1"
|
|
8273
8387
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
|
|
@@ -8537,6 +8651,15 @@ v8-compile-cache-lib@^3.0.1:
|
|
|
8537
8651
|
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
|
|
8538
8652
|
integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
|
|
8539
8653
|
|
|
8654
|
+
v8-to-istanbul@^9.0.0:
|
|
8655
|
+
version "9.3.0"
|
|
8656
|
+
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz#b9572abfa62bd556c16d75fdebc1a411d5ff3175"
|
|
8657
|
+
integrity sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==
|
|
8658
|
+
dependencies:
|
|
8659
|
+
"@jridgewell/trace-mapping" "^0.3.12"
|
|
8660
|
+
"@types/istanbul-lib-coverage" "^2.0.1"
|
|
8661
|
+
convert-source-map "^2.0.0"
|
|
8662
|
+
|
|
8540
8663
|
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
|
|
8541
8664
|
version "3.0.4"
|
|
8542
8665
|
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
|
|
@@ -8874,7 +8997,7 @@ yargs@^16.2.0:
|
|
|
8874
8997
|
y18n "^5.0.5"
|
|
8875
8998
|
yargs-parser "^20.2.2"
|
|
8876
8999
|
|
|
8877
|
-
yargs@^17.0.0:
|
|
9000
|
+
yargs@^17.0.0, yargs@^17.7.2:
|
|
8878
9001
|
version "17.7.2"
|
|
8879
9002
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
|
|
8880
9003
|
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
|
package/oclif.manifest.json
CHANGED
|
@@ -50,10 +50,18 @@
|
|
|
50
50
|
"type": "boolean"
|
|
51
51
|
},
|
|
52
52
|
"no-if": {
|
|
53
|
+
"description": "When provided, the command will not add log statements inside of `if` and `else` blocks.",
|
|
53
54
|
"name": "no-if",
|
|
54
55
|
"summary": "Exclude the instrumentation of if-else statements.",
|
|
55
56
|
"allowNo": false,
|
|
56
57
|
"type": "boolean"
|
|
58
|
+
},
|
|
59
|
+
"skip-instrumented": {
|
|
60
|
+
"description": "When provided, the command will not add log statements to any Apex class that contains the `rflib_Logger` reference.",
|
|
61
|
+
"name": "skip-instrumented",
|
|
62
|
+
"summary": "Skips any files where a logger is already present.",
|
|
63
|
+
"allowNo": false,
|
|
64
|
+
"type": "boolean"
|
|
57
65
|
}
|
|
58
66
|
},
|
|
59
67
|
"hasDynamicHelp": false,
|
|
@@ -152,10 +160,18 @@
|
|
|
152
160
|
"type": "boolean"
|
|
153
161
|
},
|
|
154
162
|
"no-if": {
|
|
163
|
+
"description": "When provided, the command will not add log statements inside of `if` and `else` blocks.",
|
|
155
164
|
"name": "no-if",
|
|
156
165
|
"summary": "Exclude the instrumentation of if-else statements.",
|
|
157
166
|
"allowNo": false,
|
|
158
167
|
"type": "boolean"
|
|
168
|
+
},
|
|
169
|
+
"skip-instrumented": {
|
|
170
|
+
"description": "When provided, the command will not add log statements to any Aura component that contains the `` component.",
|
|
171
|
+
"name": "skip-instrumented",
|
|
172
|
+
"summary": "Skips any files where a logger is already present.",
|
|
173
|
+
"allowNo": false,
|
|
174
|
+
"type": "boolean"
|
|
159
175
|
}
|
|
160
176
|
},
|
|
161
177
|
"hasDynamicHelp": false,
|
|
@@ -254,10 +270,18 @@
|
|
|
254
270
|
"type": "boolean"
|
|
255
271
|
},
|
|
256
272
|
"no-if": {
|
|
273
|
+
"description": "When provided, the command will not add log statements inside of `if` and `else` blocks.",
|
|
257
274
|
"name": "no-if",
|
|
258
275
|
"summary": "Exclude the instrumentation of if-else statements.",
|
|
259
276
|
"allowNo": false,
|
|
260
277
|
"type": "boolean"
|
|
278
|
+
},
|
|
279
|
+
"skip-instrumented": {
|
|
280
|
+
"description": "When provided, the command will not add log statements to any Apex class that contains the `rflib` import statement.",
|
|
281
|
+
"name": "skip-instrumented",
|
|
282
|
+
"summary": "Skips any files where a logger is already present.",
|
|
283
|
+
"allowNo": false,
|
|
284
|
+
"type": "boolean"
|
|
261
285
|
}
|
|
262
286
|
},
|
|
263
287
|
"hasDynamicHelp": false,
|
|
@@ -307,5 +331,5 @@
|
|
|
307
331
|
]
|
|
308
332
|
}
|
|
309
333
|
},
|
|
310
|
-
"version": "0.
|
|
334
|
+
"version": "0.4.1"
|
|
311
335
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rflib-plugin",
|
|
3
3
|
"description": "Utility commands to help with the adoption of the RFLIB open-source library for Salesforce.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.1",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^4",
|
|
7
7
|
"@salesforce/core": "^8",
|
|
@@ -11,13 +11,18 @@
|
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@commitlint/cli": "^19.6.1",
|
|
14
|
+
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
14
15
|
"@oclif/plugin-command-snapshot": "^5.2.26",
|
|
15
16
|
"@salesforce/cli-plugins-testkit": "^5.3.10",
|
|
16
|
-
"@salesforce/dev-scripts": "^10",
|
|
17
|
+
"@salesforce/dev-scripts": "^10.2.11",
|
|
18
|
+
"ai-digest": "^1.0.7",
|
|
19
|
+
"c8": "^10.1.3",
|
|
17
20
|
"eslint-plugin-sf-plugin": "^1.20.14",
|
|
18
21
|
"husky": "^8.0.0",
|
|
19
22
|
"oclif": "^4.17.13",
|
|
23
|
+
"source-map-support": "^0.5.21",
|
|
20
24
|
"ts-node": "^10.9.2",
|
|
25
|
+
"tsconfig-paths": "^4.2.0",
|
|
21
26
|
"typescript": "^5.7.3"
|
|
22
27
|
},
|
|
23
28
|
"engines": {
|
|
@@ -149,9 +154,10 @@
|
|
|
149
154
|
]
|
|
150
155
|
},
|
|
151
156
|
"test:only": {
|
|
152
|
-
"command": "
|
|
157
|
+
"command": "c8 -r text -r html node --loader ts-node/esm ./node_modules/mocha/bin/mocha.js \"test/**/*.test.ts\"",
|
|
153
158
|
"env": {
|
|
154
|
-
"FORCE_COLOR": "2"
|
|
159
|
+
"FORCE_COLOR": "2",
|
|
160
|
+
"TS_NODE_PROJECT": "./tsconfig.json"
|
|
155
161
|
},
|
|
156
162
|
"files": [
|
|
157
163
|
"test/**/*.ts",
|
|
@@ -215,4 +221,4 @@
|
|
|
215
221
|
"node": "20.17.0",
|
|
216
222
|
"yarn": "1.22.22"
|
|
217
223
|
}
|
|
218
|
-
}
|
|
224
|
+
}
|