@salesforce/plugin-lightning-dev 4.4.1-alpha.0 → 4.4.1
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 +8 -9
- package/lib/commands/lightning/dev/component.d.ts +2 -10
- package/lib/commands/lightning/dev/component.js +28 -46
- package/lib/commands/lightning/dev/component.js.map +1 -1
- package/lib/commands/lightning/dev/site.js +2 -2
- package/lib/commands/lightning/dev/site.js.map +1 -1
- package/lib/shared/previewUtils.d.ts +0 -11
- package/lib/shared/previewUtils.js +0 -18
- package/lib/shared/previewUtils.js.map +1 -1
- package/npm-shrinkwrap.json +413 -429
- package/oclif.lock +452 -452
- package/oclif.manifest.json +1 -8
- package/package.json +7 -7
package/oclif.manifest.json
CHANGED
|
@@ -117,13 +117,6 @@
|
|
|
117
117
|
"multiple": false,
|
|
118
118
|
"type": "option"
|
|
119
119
|
},
|
|
120
|
-
"api-version": {
|
|
121
|
-
"description": "Override the api version used for api requests made by this command",
|
|
122
|
-
"name": "api-version",
|
|
123
|
-
"hasDynamicHelp": false,
|
|
124
|
-
"multiple": false,
|
|
125
|
-
"type": "option"
|
|
126
|
-
},
|
|
127
120
|
"client-select": {
|
|
128
121
|
"char": "c",
|
|
129
122
|
"name": "client-select",
|
|
@@ -253,5 +246,5 @@
|
|
|
253
246
|
]
|
|
254
247
|
}
|
|
255
248
|
},
|
|
256
|
-
"version": "4.4.1
|
|
249
|
+
"version": "4.4.1"
|
|
257
250
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.1
|
|
4
|
+
"version": "4.4.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.3.3",
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
30
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
30
|
+
"@salesforce/plugin-command-reference": "^3.1.60",
|
|
31
31
|
"@types/node-fetch": "^2.6.12",
|
|
32
32
|
"@types/xml2js": "^0.4.14",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
34
34
|
"dotenv": "^16.5.0",
|
|
35
35
|
"eslint": "^8.57.0",
|
|
36
|
-
"eslint-config-prettier": "^9.1.
|
|
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.28",
|
|
40
40
|
"eslint-plugin-unicorn": "^50.0.1",
|
|
41
41
|
"esmock": "^2.7.1",
|
|
42
|
-
"oclif": "^4.
|
|
42
|
+
"oclif": "^4.21.0",
|
|
43
43
|
"ts-node": "^10.9.2",
|
|
44
44
|
"typescript": "^5.5.4"
|
|
45
45
|
},
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"yarn": "1.22.22"
|
|
267
267
|
},
|
|
268
268
|
"sfdx": {
|
|
269
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.1
|
|
270
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.1
|
|
269
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.1.crt",
|
|
270
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.1.sig"
|
|
271
271
|
}
|
|
272
272
|
}
|