@salesforce/plugin-lightning-dev 1.2.1-alpha.0 → 1.2.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.
@@ -149,5 +149,5 @@
149
149
  ]
150
150
  }
151
151
  },
152
- "version": "1.2.1-alpha.0"
152
+ "version": "1.2.1"
153
153
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
3
  "description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4
- "version": "1.2.1-alpha.0",
4
+ "version": "1.2.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@lwrjs/api": "0.14.2",
8
+ "@lwrjs/api": "0.14.3",
9
9
  "@lwc/lwc-dev-server": "^9.4.0",
10
10
  "@lwc/sfdc-lwc-compiler": "^9.4.0",
11
11
  "@oclif/core": "^4.0.17",
@@ -15,10 +15,9 @@
15
15
  "@salesforce/sf-plugins-core": "^11.2.4",
16
16
  "@inquirer/select": "^2.4.7",
17
17
  "@inquirer/prompts": "^5.3.8",
18
- "axios": "^1.7.7",
19
18
  "chalk": "^5.3.0",
20
19
  "lwc": "7.1.3",
21
- "lwr": "0.14.2",
20
+ "lwr": "0.14.3",
22
21
  "node-fetch": "^3.3.2"
23
22
  },
24
23
  "devDependencies": {
@@ -219,7 +218,7 @@
219
218
  "exports": "./lib/index.js",
220
219
  "type": "module",
221
220
  "sfdx": {
222
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/1.2.1-alpha.0.crt",
223
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/1.2.1-alpha.0.sig"
221
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/1.2.1.crt",
222
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/1.2.1.sig"
224
223
  }
225
224
  }