@salesforce/plugin-lightning-dev 1.9.5-alpha.0 → 1.9.5-alpha.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
@@ -49,7 +49,7 @@ To build the plugin locally, make sure to have yarn installed and run the follow
49
49
  # Clone the repository
50
50
  git clone git@github.com:salesforcecli/plugin-lightning-dev
51
51
 
52
- # Install the dependencies and compile
52
+ # Install the dependencies and compile the plugin
53
53
  yarn && yarn build
54
54
  ```
55
55
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "1.9.5-alpha.0",
3
+ "version": "1.9.5-alpha.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "1.9.5-alpha.0",
9
+ "version": "1.9.5-alpha.1",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
@@ -148,5 +148,5 @@
148
148
  ]
149
149
  }
150
150
  },
151
- "version": "1.9.5-alpha.0"
151
+ "version": "1.9.5-alpha.1"
152
152
  }
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": "1.9.5-alpha.0",
4
+ "version": "1.9.5-alpha.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -222,7 +222,7 @@
222
222
  "yarn": "1.22.22"
223
223
  },
224
224
  "sfdx": {
225
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/1.9.5-alpha.0.crt",
226
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/1.9.5-alpha.0.sig"
225
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/1.9.5-alpha.1.crt",
226
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/1.9.5-alpha.1.sig"
227
227
  }
228
228
  }