@salesforce/plugin-lightning-dev 5.0.0 → 5.0.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 CHANGED
@@ -201,7 +201,7 @@ EXAMPLES
201
201
  $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
202
202
  ```
203
203
 
204
- _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.0/src/commands/lightning/dev/app.ts)_
204
+ _See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.1/src/commands/lightning/dev/app.ts)_
205
205
 
206
206
  ## `sf lightning dev component`
207
207
 
@@ -248,7 +248,7 @@ EXAMPLES
248
248
  $ sf lightning dev component --name myComponent
249
249
  ```
250
250
 
251
- _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.0/src/commands/lightning/dev/component.ts)_
251
+ _See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.1/src/commands/lightning/dev/component.ts)_
252
252
 
253
253
  ## `sf lightning dev site`
254
254
 
@@ -304,6 +304,6 @@ EXAMPLES
304
304
  $ sf lightning dev site --name "Partner Central" --target-org myOrg --get-latest
305
305
  ```
306
306
 
307
- _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.0/src/commands/lightning/dev/site.ts)_
307
+ _See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/5.0.1/src/commands/lightning/dev/site.ts)_
308
308
 
309
309
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "5.0.0",
9
+ "version": "5.0.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -21,7 +21,6 @@
21
21
  "@salesforce/sf-plugins-core": "^11.2.4",
22
22
  "axios": "^1.11.0",
23
23
  "glob": "^10.4.5",
24
- "lightning-base-components": "1.27.2-alpha",
25
24
  "lwc": "~8.21.2",
26
25
  "node-fetch": "^3.3.2",
27
26
  "open": "^10.2.0",
@@ -17615,15 +17614,6 @@
17615
17614
  "immediate": "~3.0.5"
17616
17615
  }
17617
17616
  },
17618
- "node_modules/lightning-base-components": {
17619
- "version": "1.27.2-alpha",
17620
- "resolved": "https://registry.npmjs.org/lightning-base-components/-/lightning-base-components-1.27.2-alpha.tgz",
17621
- "integrity": "sha512-YyxdAVEsECA2JqZnlsBxqPpBEdElfQa88qs5zY+eYHUdjZ/aE15OV0kjcoBB8o/46Z39jkyn+b1Aiy1wDZoqLw==",
17622
- "license": "MIT",
17623
- "engines": {
17624
- "node": ">=14.18.2"
17625
- }
17626
- },
17627
17617
  "node_modules/lilconfig": {
17628
17618
  "version": "3.1.3",
17629
17619
  "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
package/oclif.lock CHANGED
@@ -8482,11 +8482,6 @@ lie@~3.3.0:
8482
8482
  dependencies:
8483
8483
  immediate "~3.0.5"
8484
8484
 
8485
- lightning-base-components@1.27.2-alpha:
8486
- version "1.27.2-alpha"
8487
- resolved "https://registry.yarnpkg.com/lightning-base-components/-/lightning-base-components-1.27.2-alpha.tgz#a6cde01e2f271f54d7d6afc4df53d20cd987977d"
8488
- integrity sha512-YyxdAVEsECA2JqZnlsBxqPpBEdElfQa88qs5zY+eYHUdjZ/aE15OV0kjcoBB8o/46Z39jkyn+b1Aiy1wDZoqLw==
8489
-
8490
8485
  lilconfig@^3.1.3:
8491
8486
  version "3.1.3"
8492
8487
  resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4"
@@ -246,5 +246,5 @@
246
246
  ]
247
247
  }
248
248
  },
249
- "version": "5.0.0"
249
+ "version": "5.0.1"
250
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": "5.0.0",
4
+ "version": "5.0.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -17,7 +17,6 @@
17
17
  "@salesforce/sf-plugins-core": "^11.2.4",
18
18
  "axios": "^1.11.0",
19
19
  "glob": "^10.4.5",
20
- "lightning-base-components": "1.27.2-alpha",
21
20
  "lwc": "~8.21.2",
22
21
  "node-fetch": "^3.3.2",
23
22
  "open": "^10.2.0",
@@ -270,7 +269,7 @@
270
269
  "yarn": "1.22.22"
271
270
  },
272
271
  "sfdx": {
273
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.0.crt",
274
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.0.sig"
272
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.1.crt",
273
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/5.0.1.sig"
275
274
  }
276
275
  }