@salesforce/plugin-custom-metadata 2.1.3 → 2.1.5
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/oclif.manifest.json +1 -1
- package/package.json +16 -15
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": "2.1.
|
|
4
|
+
"version": "2.1.5",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,24 +42,24 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@oclif/core": "^2.1
|
|
45
|
+
"@oclif/core": "^2.3.1",
|
|
46
46
|
"@salesforce/core": "^3.33.1",
|
|
47
47
|
"@salesforce/sf-plugins-core": "^2.1.1",
|
|
48
48
|
"@salesforce/ts-types": "^1.7.3",
|
|
49
|
-
"fast-xml-parser": "^4.1.
|
|
49
|
+
"fast-xml-parser": "^4.1.2",
|
|
50
50
|
"tslib": "^2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^3.3.6",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^3.2.18",
|
|
55
55
|
"@salesforce/dev-config": "^3.0.1",
|
|
56
|
-
"@salesforce/dev-scripts": "^
|
|
57
|
-
"@salesforce/plugin-command-reference": "^2.
|
|
56
|
+
"@salesforce/dev-scripts": "^3.1.1",
|
|
57
|
+
"@salesforce/plugin-command-reference": "^2.3.1",
|
|
58
58
|
"@salesforce/prettier-config": "^0.0.2",
|
|
59
59
|
"@salesforce/ts-sinon": "^1.4.5",
|
|
60
60
|
"@swc/core": "^1.3.26",
|
|
61
61
|
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
|
62
|
-
"@typescript-eslint/parser": "^5.
|
|
62
|
+
"@typescript-eslint/parser": "^5.53.0",
|
|
63
63
|
"bluebird": "3.7.2",
|
|
64
64
|
"chai": "^4.3.7",
|
|
65
65
|
"eslint": "^8.30.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"eslint-plugin-jsdoc": "^39.8.0",
|
|
73
73
|
"eslint-plugin-sf-plugin": "^1.8.1",
|
|
74
74
|
"husky": "^7.0.4",
|
|
75
|
-
"jsforce": "^2.0.0-beta.
|
|
75
|
+
"jsforce": "^2.0.0-beta.20",
|
|
76
76
|
"mocha": "^9.1.3",
|
|
77
77
|
"nyc": "^15.1.0",
|
|
78
78
|
"oclif": "^3.6.1",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"shx": "0.2.2",
|
|
82
82
|
"sinon": "10.0.0",
|
|
83
83
|
"ts-node": "^10.0.0",
|
|
84
|
-
"typescript": "^4.9.
|
|
84
|
+
"typescript": "^4.9.5",
|
|
85
85
|
"wireit": "^0.9.4"
|
|
86
86
|
},
|
|
87
87
|
"engines": {
|
|
@@ -120,18 +120,19 @@
|
|
|
120
120
|
},
|
|
121
121
|
"repository": "github:salesforcecli/plugin-custom-metadata",
|
|
122
122
|
"scripts": {
|
|
123
|
-
"build": "
|
|
123
|
+
"build": "sf-build",
|
|
124
124
|
"clean": "sf-clean",
|
|
125
125
|
"clean-all": "sf-clean all",
|
|
126
126
|
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
|
|
127
|
-
"compile": "
|
|
127
|
+
"compile": "sf-compile",
|
|
128
128
|
"docs": "sf-docs",
|
|
129
|
-
"format": "
|
|
130
|
-
"lint": "
|
|
129
|
+
"format": "sf-format",
|
|
130
|
+
"lint": "sf-lint",
|
|
131
131
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
132
132
|
"prepack": "sf-prepack",
|
|
133
133
|
"prepare": "sf-install",
|
|
134
|
-
"
|
|
134
|
+
"pretest": "sf-compile-test",
|
|
135
|
+
"test": "sf-test",
|
|
135
136
|
"test:command-reference": "wireit",
|
|
136
137
|
"test:compile": "wireit",
|
|
137
138
|
"test:deprecation-policy": "wireit",
|
|
@@ -237,7 +238,7 @@
|
|
|
237
238
|
}
|
|
238
239
|
},
|
|
239
240
|
"sfdx": {
|
|
240
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.
|
|
241
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.
|
|
241
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.5.crt",
|
|
242
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/2.1.5.sig"
|
|
242
243
|
}
|
|
243
244
|
}
|