@salesforce/plugin-lightning-dev 3.2.7 → 3.2.9
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/lib/commands/lightning/dev/component.js +8 -1
- package/lib/commands/lightning/dev/component.js.map +1 -1
- package/lib/shared/componentUtils.d.ts +1 -0
- package/lib/shared/componentUtils.js +13 -0
- package/lib/shared/componentUtils.js.map +1 -1
- package/messages/lightning.dev.component.md +1 -1
- package/npm-shrinkwrap.json +1000 -593
- package/oclif.lock +737 -564
- package/oclif.manifest.json +2 -2
- package/package.json +5 -4
package/oclif.manifest.json
CHANGED
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"pluginName": "@salesforce/plugin-lightning-dev",
|
|
135
135
|
"pluginType": "core",
|
|
136
136
|
"strict": true,
|
|
137
|
-
"summary": "Preview LWC components in isolation.",
|
|
137
|
+
"summary": "[Beta] Preview LWC components in isolation.",
|
|
138
138
|
"enableJsonFlag": true,
|
|
139
139
|
"isESM": true,
|
|
140
140
|
"relativePath": [
|
|
@@ -226,5 +226,5 @@
|
|
|
226
226
|
]
|
|
227
227
|
}
|
|
228
228
|
},
|
|
229
|
-
"version": "3.2.
|
|
229
|
+
"version": "3.2.9"
|
|
230
230
|
}
|
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": "3.2.
|
|
4
|
+
"version": "3.2.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@inquirer/select": "^2.4.7",
|
|
10
10
|
"@lwc/lwc-dev-server": "~11.5.0",
|
|
11
11
|
"@lwc/sfdc-lwc-compiler": "~11.5.0",
|
|
12
|
-
"@lwrjs/api": "0.
|
|
12
|
+
"@lwrjs/api": "0.18.1",
|
|
13
13
|
"@oclif/core": "^4.1.0",
|
|
14
14
|
"@salesforce/core": "^8.6.2",
|
|
15
15
|
"@salesforce/kit": "^3.1.6",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
18
18
|
"axios": "^1.7.9",
|
|
19
19
|
"glob": "^10.4.5",
|
|
20
|
+
"lightning-base-components": "1.27.2-alpha",
|
|
20
21
|
"lwc": "~8.12.5",
|
|
21
22
|
"node-fetch": "^3.3.2",
|
|
22
23
|
"xml2js": "^0.6.2"
|
|
@@ -245,7 +246,7 @@
|
|
|
245
246
|
"yarn": "1.22.22"
|
|
246
247
|
},
|
|
247
248
|
"sfdx": {
|
|
248
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.
|
|
249
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.
|
|
249
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.9.crt",
|
|
250
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.9.sig"
|
|
250
251
|
}
|
|
251
252
|
}
|