@salesforce/plugin-custom-metadata 3.3.99 → 3.3.100
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 +5 -5
- package/npm-shrinkwrap.json +22 -6
- package/oclif.lock +11 -5
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ FLAG DESCRIPTIONS
|
|
|
149
149
|
The value must be greater than or equal to zero. Default value is 0.
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
152
|
+
_See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.100/src/commands/cmdt/generate/field.ts)_
|
|
153
153
|
|
|
154
154
|
## `sf cmdt generate fromorg`
|
|
155
155
|
|
|
@@ -238,7 +238,7 @@ FLAG DESCRIPTIONS
|
|
|
238
238
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
241
|
+
_See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.100/src/commands/cmdt/generate/fromorg.ts)_
|
|
242
242
|
|
|
243
243
|
## `sf cmdt generate object`
|
|
244
244
|
|
|
@@ -300,7 +300,7 @@ FLAG DESCRIPTIONS
|
|
|
300
300
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
301
301
|
```
|
|
302
302
|
|
|
303
|
-
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
303
|
+
_See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.100/src/commands/cmdt/generate/object.ts)_
|
|
304
304
|
|
|
305
305
|
## `sf cmdt generate record`
|
|
306
306
|
|
|
@@ -355,7 +355,7 @@ FLAG DESCRIPTIONS
|
|
|
355
355
|
Protected records can only be accessed by code in the same managed package namespace.
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
358
|
+
_See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.100/src/commands/cmdt/generate/record.ts)_
|
|
359
359
|
|
|
360
360
|
## `sf cmdt generate records`
|
|
361
361
|
|
|
@@ -406,7 +406,7 @@ FLAG DESCRIPTIONS
|
|
|
406
406
|
The '__mdt' suffix is appended to the end of the name if it's omitted.
|
|
407
407
|
```
|
|
408
408
|
|
|
409
|
-
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.
|
|
409
|
+
_See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.100/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.100",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-custom-metadata",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.100",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@salesforce/core": "^8.29.0",
|
|
@@ -10665,9 +10665,9 @@
|
|
|
10665
10665
|
"license": "BSD-3-Clause"
|
|
10666
10666
|
},
|
|
10667
10667
|
"node_modules/fast-xml-builder": {
|
|
10668
|
-
"version": "1.
|
|
10669
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
10670
|
-
"integrity": "sha512-
|
|
10668
|
+
"version": "1.2.0",
|
|
10669
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
10670
|
+
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
10671
10671
|
"funding": [
|
|
10672
10672
|
{
|
|
10673
10673
|
"type": "github",
|
|
@@ -10676,7 +10676,8 @@
|
|
|
10676
10676
|
],
|
|
10677
10677
|
"license": "MIT",
|
|
10678
10678
|
"dependencies": {
|
|
10679
|
-
"path-expression-matcher": "^1.
|
|
10679
|
+
"path-expression-matcher": "^1.5.0",
|
|
10680
|
+
"xml-naming": "^0.1.0"
|
|
10680
10681
|
}
|
|
10681
10682
|
},
|
|
10682
10683
|
"node_modules/fast-xml-parser": {
|
|
@@ -16910,6 +16911,21 @@
|
|
|
16910
16911
|
"typedarray-to-buffer": "^3.1.5"
|
|
16911
16912
|
}
|
|
16912
16913
|
},
|
|
16914
|
+
"node_modules/xml-naming": {
|
|
16915
|
+
"version": "0.1.0",
|
|
16916
|
+
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
16917
|
+
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
16918
|
+
"funding": [
|
|
16919
|
+
{
|
|
16920
|
+
"type": "github",
|
|
16921
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
16922
|
+
}
|
|
16923
|
+
],
|
|
16924
|
+
"license": "MIT",
|
|
16925
|
+
"engines": {
|
|
16926
|
+
"node": ">=16.0.0"
|
|
16927
|
+
}
|
|
16928
|
+
},
|
|
16913
16929
|
"node_modules/xml2js": {
|
|
16914
16930
|
"version": "0.6.2",
|
|
16915
16931
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -4389,11 +4389,12 @@ fast-uri@^3.0.1:
|
|
|
4389
4389
|
integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
|
|
4390
4390
|
|
|
4391
4391
|
fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
|
|
4392
|
-
version "1.
|
|
4393
|
-
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.
|
|
4394
|
-
integrity sha512-
|
|
4392
|
+
version "1.2.0"
|
|
4393
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
|
|
4394
|
+
integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
|
|
4395
4395
|
dependencies:
|
|
4396
|
-
path-expression-matcher "^1.
|
|
4396
|
+
path-expression-matcher "^1.5.0"
|
|
4397
|
+
xml-naming "^0.1.0"
|
|
4397
4398
|
|
|
4398
4399
|
fast-xml-parser@5.4.1:
|
|
4399
4400
|
version "5.4.1"
|
|
@@ -6482,7 +6483,7 @@ path-exists@^4.0.0:
|
|
|
6482
6483
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
|
6483
6484
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
6484
6485
|
|
|
6485
|
-
path-expression-matcher@^1.
|
|
6486
|
+
path-expression-matcher@^1.2.0, path-expression-matcher@^1.5.0:
|
|
6486
6487
|
version "1.5.0"
|
|
6487
6488
|
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
|
|
6488
6489
|
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
@@ -7983,6 +7984,11 @@ write-file-atomic@^3.0.0:
|
|
|
7983
7984
|
signal-exit "^3.0.2"
|
|
7984
7985
|
typedarray-to-buffer "^3.1.5"
|
|
7985
7986
|
|
|
7987
|
+
xml-naming@^0.1.0:
|
|
7988
|
+
version "0.1.0"
|
|
7989
|
+
resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.1.0.tgz#8ab7106c5b8d23caa2fabac1cadf17136379fbd8"
|
|
7990
|
+
integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==
|
|
7991
|
+
|
|
7986
7992
|
xml2js@^0.6.2:
|
|
7987
7993
|
version "0.6.2"
|
|
7988
7994
|
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
3
|
"description": "Tools for working with custom metadata types and their records.",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.100",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"type": "module",
|
|
245
245
|
"author": "Salesforce",
|
|
246
246
|
"sfdx": {
|
|
247
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
248
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
247
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.100.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.100.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|