@salesforce/plugin-lightning-dev 4.4.12 → 4.4.13
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 +3 -3
- package/npm-shrinkwrap.json +1500 -3661
- package/oclif.lock +825 -1098
- package/oclif.manifest.json +1 -1
- package/package.json +18 -14
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
3
|
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/prompts": "^5.3.8",
|
|
9
9
|
"@inquirer/select": "^2.4.7",
|
|
10
|
-
"@lwc/lwc-dev-server": "~13.
|
|
11
|
-
"@lwc/sfdc-lwc-compiler": "~13.
|
|
10
|
+
"@lwc/lwc-dev-server": "~13.1.2",
|
|
11
|
+
"@lwc/sfdc-lwc-compiler": "~13.1.2",
|
|
12
12
|
"@lwrjs/api": "0.18.3",
|
|
13
13
|
"@oclif/core": "^4.5.0",
|
|
14
|
-
"@salesforce/core": "^8.
|
|
14
|
+
"@salesforce/core": "^8.21.2",
|
|
15
15
|
"@salesforce/kit": "^3.1.6",
|
|
16
16
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.12",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"xml2js": "^0.6.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.3.5",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
29
|
-
"@salesforce/dev-scripts": "^11.0.
|
|
30
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
29
|
+
"@salesforce/dev-scripts": "^11.0.3",
|
|
30
|
+
"@salesforce/plugin-command-reference": "^3.1.65",
|
|
31
31
|
"@types/node-fetch": "^2.6.13",
|
|
32
32
|
"@types/xml2js": "^0.4.14",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"eslint-config-prettier": "^9.1.2",
|
|
37
37
|
"eslint-plugin-header": "^3.1.1",
|
|
38
38
|
"eslint-plugin-jsdoc": "^46.10.1",
|
|
39
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
39
|
+
"eslint-plugin-sf-plugin": "^1.20.31",
|
|
40
40
|
"eslint-plugin-unicorn": "^50.0.1",
|
|
41
41
|
"esmock": "^2.7.1",
|
|
42
|
-
"oclif": "^4.22.
|
|
42
|
+
"oclif": "^4.22.11",
|
|
43
43
|
"ts-node": "^10.9.2",
|
|
44
44
|
"typescript": "^5.5.4"
|
|
45
45
|
},
|
|
@@ -237,8 +237,8 @@
|
|
|
237
237
|
"The 'versionToTagMappings' section defines the mapping between released tags for our CLI plugin and the org version that each tag supports."
|
|
238
238
|
],
|
|
239
239
|
"target": {
|
|
240
|
-
"versionNumber": "
|
|
241
|
-
"matchingDevServerVersion": "~13.
|
|
240
|
+
"versionNumber": "65.0",
|
|
241
|
+
"matchingDevServerVersion": "~13.1.2"
|
|
242
242
|
},
|
|
243
243
|
"versionToTagMappings": [
|
|
244
244
|
{
|
|
@@ -247,10 +247,14 @@
|
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
249
|
"versionNumber": "63.0",
|
|
250
|
-
"tagName": "
|
|
250
|
+
"tagName": "v2"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"versionNumber": "64.0",
|
|
254
|
+
"tagName": "latest"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"versionNumber": "65.0",
|
|
254
258
|
"tagName": "prerelease"
|
|
255
259
|
},
|
|
256
260
|
{
|
|
@@ -266,7 +270,7 @@
|
|
|
266
270
|
"yarn": "1.22.22"
|
|
267
271
|
},
|
|
268
272
|
"sfdx": {
|
|
269
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.
|
|
270
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.
|
|
273
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.13.crt",
|
|
274
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.13.sig"
|
|
271
275
|
}
|
|
272
276
|
}
|