@salesforce/plugin-custom-metadata 3.3.44 → 3.3.46
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 +760 -367
- package/oclif.lock +514 -193
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
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.46",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,22 +42,22 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/core": "^8.8.
|
|
45
|
+
"@salesforce/core": "^8.8.5",
|
|
46
46
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.6.0",
|
|
48
48
|
"fast-xml-parser": "^4.5.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@jsforce/jsforce-node": "^3.6.
|
|
52
|
-
"@oclif/core": "^4.2.
|
|
53
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
51
|
+
"@jsforce/jsforce-node": "^3.6.6",
|
|
52
|
+
"@oclif/core": "^4.2.8",
|
|
53
|
+
"@oclif/plugin-command-snapshot": "^5.2.36",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
55
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
56
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
57
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
58
|
-
"oclif": "^4.17.
|
|
55
|
+
"@salesforce/dev-scripts": "^10.2.12",
|
|
56
|
+
"@salesforce/plugin-command-reference": "^3.1.45",
|
|
57
|
+
"eslint-plugin-sf-plugin": "^1.20.15",
|
|
58
|
+
"oclif": "^4.17.34",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
|
-
"typescript": "^5.
|
|
60
|
+
"typescript": "^5.8.2"
|
|
61
61
|
},
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=18.0.0"
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"output": []
|
|
231
231
|
},
|
|
232
232
|
"link-check": {
|
|
233
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
233
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
234
234
|
"files": [
|
|
235
235
|
"./*.md",
|
|
236
236
|
"./!(CHANGELOG).md",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"type": "module",
|
|
244
244
|
"author": "Salesforce",
|
|
245
245
|
"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.
|
|
246
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.46.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.46.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|