@salesforce/plugin-custom-metadata 3.3.49 → 3.3.51
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/LICENSE.txt +200 -6
- package/README.md +5 -5
- package/npm-shrinkwrap.json +2911 -6202
- package/oclif.lock +378 -758
- package/oclif.manifest.json +1 -1
- package/package.json +9 -8
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.51",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/core": "^8.
|
|
45
|
+
"@salesforce/core": "^8.10.0",
|
|
46
46
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.6.0",
|
|
48
48
|
"fast-xml-parser": "^4.5.3"
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"@oclif/core": "^4.2.10",
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.2.38",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
55
|
-
"@salesforce/dev-scripts": "^
|
|
55
|
+
"@salesforce/dev-scripts": "^11.0.2",
|
|
56
56
|
"@salesforce/plugin-command-reference": "^3.1.49",
|
|
57
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
58
|
-
"oclif": "^4.17.
|
|
57
|
+
"eslint-plugin-sf-plugin": "^1.20.19",
|
|
58
|
+
"oclif": "^4.17.46",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.8.3"
|
|
61
61
|
},
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"sf-plugin",
|
|
77
77
|
"sfdx-plugin"
|
|
78
78
|
],
|
|
79
|
-
"license": "
|
|
79
|
+
"license": "Apache-2.0",
|
|
80
80
|
"oclif": {
|
|
81
81
|
"commands": "./lib/commands",
|
|
82
82
|
"bin": "sf",
|
|
@@ -108,6 +108,7 @@
|
|
|
108
108
|
"clean-all": "sf-clean all",
|
|
109
109
|
"compile": "wireit",
|
|
110
110
|
"docs": "sf-docs",
|
|
111
|
+
"fix-license": "eslint src test --fix --rule \"header/header: [2]\"",
|
|
111
112
|
"format": "wireit",
|
|
112
113
|
"link-check": "wireit",
|
|
113
114
|
"lint": "wireit",
|
|
@@ -243,7 +244,7 @@
|
|
|
243
244
|
"type": "module",
|
|
244
245
|
"author": "Salesforce",
|
|
245
246
|
"sfdx": {
|
|
246
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
247
|
-
"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.51.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.51.sig"
|
|
248
249
|
}
|
|
249
250
|
}
|