@salesforce/plugin-metadata-enrichment 0.0.7 → 0.0.8
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 +1 -1
- package/npm-shrinkwrap.json +61 -16
- package/oclif.lock +32 -6
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -128,6 +128,6 @@ FLAG DESCRIPTIONS
|
|
|
128
128
|
Wildcards ("_") are supported as long as you use double quotes, such as "LightningComponentBundle:MyClass_".
|
|
129
129
|
```
|
|
130
130
|
|
|
131
|
-
_See code: [src/commands/metadata/enrich.ts](https://github.com/salesforcecli/plugin-metadata-enrichment/blob/0.0.
|
|
131
|
+
_See code: [src/commands/metadata/enrich.ts](https://github.com/salesforcecli/plugin-metadata-enrichment/blob/0.0.8/src/commands/metadata/enrich.ts)_
|
|
132
132
|
|
|
133
133
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-metadata-enrichment",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-metadata-enrichment",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.8",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@oclif/table": "^0.5.1",
|
|
15
15
|
"@salesforce/core": "^8.24.3",
|
|
16
16
|
"@salesforce/kit": "^3.2.4",
|
|
17
|
-
"@salesforce/metadata-enrichment": "^0.0.
|
|
17
|
+
"@salesforce/metadata-enrichment": "^0.0.13",
|
|
18
18
|
"@salesforce/sf-plugins-core": "^12",
|
|
19
19
|
"@salesforce/source-deploy-retrieve": "^12.31.14"
|
|
20
20
|
},
|
|
@@ -3882,25 +3882,55 @@
|
|
|
3882
3882
|
}
|
|
3883
3883
|
},
|
|
3884
3884
|
"node_modules/@salesforce/metadata-enrichment": {
|
|
3885
|
-
"version": "0.0.
|
|
3886
|
-
"resolved": "https://registry.npmjs.org/@salesforce/metadata-enrichment/-/metadata-enrichment-0.0.
|
|
3887
|
-
"integrity": "sha512-
|
|
3885
|
+
"version": "0.0.13",
|
|
3886
|
+
"resolved": "https://registry.npmjs.org/@salesforce/metadata-enrichment/-/metadata-enrichment-0.0.13.tgz",
|
|
3887
|
+
"integrity": "sha512-50XP83/gH3nj5RLhitqhz4VJyrsH2111Dg+p+bs6zjR5grtLD4l82V/QptRZ0i2ivizxSl14/s+phgCZo9xHiw==",
|
|
3888
3888
|
"license": "Apache-2.0",
|
|
3889
3889
|
"dependencies": {
|
|
3890
3890
|
"@salesforce/core": "^8.24.3",
|
|
3891
3891
|
"@salesforce/kit": "^3.2.4",
|
|
3892
3892
|
"@salesforce/source-deploy-retrieve": "^12.31.14",
|
|
3893
3893
|
"@salesforce/ts-types": "^2.0.11",
|
|
3894
|
-
"fast-xml-parser": "^5.
|
|
3894
|
+
"fast-xml-parser": "^5.5.7"
|
|
3895
3895
|
},
|
|
3896
3896
|
"engines": {
|
|
3897
3897
|
"node": ">=20.0.0"
|
|
3898
3898
|
}
|
|
3899
3899
|
},
|
|
3900
|
+
"node_modules/@salesforce/metadata-enrichment/node_modules/fast-xml-builder": {
|
|
3901
|
+
"version": "1.1.4",
|
|
3902
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
|
|
3903
|
+
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
|
|
3904
|
+
"funding": [
|
|
3905
|
+
{
|
|
3906
|
+
"type": "github",
|
|
3907
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
3908
|
+
}
|
|
3909
|
+
],
|
|
3910
|
+
"license": "MIT",
|
|
3911
|
+
"dependencies": {
|
|
3912
|
+
"path-expression-matcher": "^1.1.3"
|
|
3913
|
+
}
|
|
3914
|
+
},
|
|
3915
|
+
"node_modules/@salesforce/metadata-enrichment/node_modules/fast-xml-builder/node_modules/path-expression-matcher": {
|
|
3916
|
+
"version": "1.1.3",
|
|
3917
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
|
|
3918
|
+
"integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
|
|
3919
|
+
"funding": [
|
|
3920
|
+
{
|
|
3921
|
+
"type": "github",
|
|
3922
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
3923
|
+
}
|
|
3924
|
+
],
|
|
3925
|
+
"license": "MIT",
|
|
3926
|
+
"engines": {
|
|
3927
|
+
"node": ">=14.0.0"
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3900
3930
|
"node_modules/@salesforce/metadata-enrichment/node_modules/fast-xml-parser": {
|
|
3901
|
-
"version": "5.5.
|
|
3902
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.
|
|
3903
|
-
"integrity": "sha512-
|
|
3931
|
+
"version": "5.5.9",
|
|
3932
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz",
|
|
3933
|
+
"integrity": "sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==",
|
|
3904
3934
|
"funding": [
|
|
3905
3935
|
{
|
|
3906
3936
|
"type": "github",
|
|
@@ -3909,18 +3939,33 @@
|
|
|
3909
3939
|
],
|
|
3910
3940
|
"license": "MIT",
|
|
3911
3941
|
"dependencies": {
|
|
3912
|
-
"fast-xml-builder": "^1.1.
|
|
3913
|
-
"path-expression-matcher": "^1.
|
|
3914
|
-
"strnum": "^2.
|
|
3942
|
+
"fast-xml-builder": "^1.1.4",
|
|
3943
|
+
"path-expression-matcher": "^1.2.0",
|
|
3944
|
+
"strnum": "^2.2.2"
|
|
3915
3945
|
},
|
|
3916
3946
|
"bin": {
|
|
3917
3947
|
"fxparser": "src/cli/cli.js"
|
|
3918
3948
|
}
|
|
3919
3949
|
},
|
|
3950
|
+
"node_modules/@salesforce/metadata-enrichment/node_modules/path-expression-matcher": {
|
|
3951
|
+
"version": "1.2.0",
|
|
3952
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz",
|
|
3953
|
+
"integrity": "sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==",
|
|
3954
|
+
"funding": [
|
|
3955
|
+
{
|
|
3956
|
+
"type": "github",
|
|
3957
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
3958
|
+
}
|
|
3959
|
+
],
|
|
3960
|
+
"license": "MIT",
|
|
3961
|
+
"engines": {
|
|
3962
|
+
"node": ">=14.0.0"
|
|
3963
|
+
}
|
|
3964
|
+
},
|
|
3920
3965
|
"node_modules/@salesforce/metadata-enrichment/node_modules/strnum": {
|
|
3921
|
-
"version": "2.2.
|
|
3922
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.
|
|
3923
|
-
"integrity": "sha512-
|
|
3966
|
+
"version": "2.2.2",
|
|
3967
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.2.tgz",
|
|
3968
|
+
"integrity": "sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==",
|
|
3924
3969
|
"funding": [
|
|
3925
3970
|
{
|
|
3926
3971
|
"type": "github",
|
package/oclif.lock
CHANGED
|
@@ -1624,16 +1624,16 @@
|
|
|
1624
1624
|
dependencies:
|
|
1625
1625
|
"@salesforce/ts-types" "^2.0.12"
|
|
1626
1626
|
|
|
1627
|
-
"@salesforce/metadata-enrichment@^0.0.
|
|
1628
|
-
version "0.0.
|
|
1629
|
-
resolved "https://registry.yarnpkg.com/@salesforce/metadata-enrichment/-/metadata-enrichment-0.0.
|
|
1630
|
-
integrity sha512-
|
|
1627
|
+
"@salesforce/metadata-enrichment@^0.0.13":
|
|
1628
|
+
version "0.0.13"
|
|
1629
|
+
resolved "https://registry.yarnpkg.com/@salesforce/metadata-enrichment/-/metadata-enrichment-0.0.13.tgz#7fd0db9871ef3b0f3add00dbe524f82945a4cea2"
|
|
1630
|
+
integrity sha512-50XP83/gH3nj5RLhitqhz4VJyrsH2111Dg+p+bs6zjR5grtLD4l82V/QptRZ0i2ivizxSl14/s+phgCZo9xHiw==
|
|
1631
1631
|
dependencies:
|
|
1632
1632
|
"@salesforce/core" "^8.24.3"
|
|
1633
1633
|
"@salesforce/kit" "^3.2.4"
|
|
1634
1634
|
"@salesforce/source-deploy-retrieve" "^12.31.14"
|
|
1635
1635
|
"@salesforce/ts-types" "^2.0.11"
|
|
1636
|
-
fast-xml-parser "^5.
|
|
1636
|
+
fast-xml-parser "^5.5.7"
|
|
1637
1637
|
|
|
1638
1638
|
"@salesforce/plugin-command-reference@^3.1.79":
|
|
1639
1639
|
version "3.1.79"
|
|
@@ -4414,6 +4414,13 @@ fast-xml-builder@^1.1.2:
|
|
|
4414
4414
|
dependencies:
|
|
4415
4415
|
path-expression-matcher "^1.1.3"
|
|
4416
4416
|
|
|
4417
|
+
fast-xml-builder@^1.1.4:
|
|
4418
|
+
version "1.1.4"
|
|
4419
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
|
|
4420
|
+
integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
|
|
4421
|
+
dependencies:
|
|
4422
|
+
path-expression-matcher "^1.1.3"
|
|
4423
|
+
|
|
4417
4424
|
fast-xml-parser@5.3.4, fast-xml-parser@^5.3.4:
|
|
4418
4425
|
version "5.3.4"
|
|
4419
4426
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz#06f39aafffdbc97bef0321e626c7ddd06a043ecf"
|
|
@@ -4421,7 +4428,7 @@ fast-xml-parser@5.3.4, fast-xml-parser@^5.3.4:
|
|
|
4421
4428
|
dependencies:
|
|
4422
4429
|
strnum "^2.1.0"
|
|
4423
4430
|
|
|
4424
|
-
fast-xml-parser@^5.3.6
|
|
4431
|
+
fast-xml-parser@^5.3.6:
|
|
4425
4432
|
version "5.5.3"
|
|
4426
4433
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.3.tgz#2166aef8ae1d3d9d0f1659f42882b5c5b93be7fb"
|
|
4427
4434
|
integrity sha512-Ymnuefk6VzAhT3SxLzVUw+nMio/wB1NGypHkgetwtXcK1JfryaHk4DWQFGVwQ9XgzyS5iRZ7C2ZGI4AMsdMZ6A==
|
|
@@ -4430,6 +4437,15 @@ fast-xml-parser@^5.3.6, fast-xml-parser@^5.4.1:
|
|
|
4430
4437
|
path-expression-matcher "^1.1.3"
|
|
4431
4438
|
strnum "^2.1.2"
|
|
4432
4439
|
|
|
4440
|
+
fast-xml-parser@^5.5.7:
|
|
4441
|
+
version "5.5.9"
|
|
4442
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527"
|
|
4443
|
+
integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==
|
|
4444
|
+
dependencies:
|
|
4445
|
+
fast-xml-builder "^1.1.4"
|
|
4446
|
+
path-expression-matcher "^1.2.0"
|
|
4447
|
+
strnum "^2.2.2"
|
|
4448
|
+
|
|
4433
4449
|
fastest-levenshtein@^1.0.7:
|
|
4434
4450
|
version "1.0.16"
|
|
4435
4451
|
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
|
|
@@ -6857,6 +6873,11 @@ path-expression-matcher@^1.1.3:
|
|
|
6857
6873
|
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz#8bf7c629dc1b114e42b633c071f06d14625b4e0d"
|
|
6858
6874
|
integrity sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==
|
|
6859
6875
|
|
|
6876
|
+
path-expression-matcher@^1.2.0:
|
|
6877
|
+
version "1.2.0"
|
|
6878
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
|
|
6879
|
+
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
|
|
6880
|
+
|
|
6860
6881
|
path-is-absolute@^1.0.0:
|
|
6861
6882
|
version "1.0.1"
|
|
6862
6883
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
@@ -8014,6 +8035,11 @@ strnum@^2.1.2:
|
|
|
8014
8035
|
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.0.tgz#8b582b637e4621f62ff714493e0ce30846f903a6"
|
|
8015
8036
|
integrity sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==
|
|
8016
8037
|
|
|
8038
|
+
strnum@^2.2.2:
|
|
8039
|
+
version "2.2.2"
|
|
8040
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.2.tgz#f11fd94ab62b536ba2ecc615858f3747c2881b3f"
|
|
8041
|
+
integrity sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==
|
|
8042
|
+
|
|
8017
8043
|
supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
|
|
8018
8044
|
version "7.2.0"
|
|
8019
8045
|
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-metadata-enrichment",
|
|
3
3
|
"description": "A Salesforce CLI plugin to enrich metadata for Salesforce resources",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@oclif/table": "^0.5.1",
|
|
11
11
|
"@salesforce/core": "^8.24.3",
|
|
12
12
|
"@salesforce/kit": "^3.2.4",
|
|
13
|
-
"@salesforce/metadata-enrichment": "^0.0.
|
|
13
|
+
"@salesforce/metadata-enrichment": "^0.0.13",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12",
|
|
15
15
|
"@salesforce/source-deploy-retrieve": "^12.31.14"
|
|
16
16
|
},
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"type": "module",
|
|
208
208
|
"packageManager": "yarn@1.22.22",
|
|
209
209
|
"sfdx": {
|
|
210
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-metadata-enrichment/0.0.
|
|
211
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-metadata-enrichment/0.0.
|
|
210
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-metadata-enrichment/0.0.8.crt",
|
|
211
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-metadata-enrichment/0.0.8.sig"
|
|
212
212
|
}
|
|
213
213
|
}
|