@salesforce/plugin-lightning-dev 4.4.9 → 4.4.10
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 +3 -3
- package/npm-shrinkwrap.json +7 -7
- package/oclif.lock +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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/4.4.
|
|
204
|
+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.10/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/4.4.
|
|
251
|
+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.10/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/4.4.
|
|
307
|
+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/4.4.10/src/commands/lightning/dev/site.ts)_
|
|
308
308
|
|
|
309
309
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.10",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "4.4.
|
|
9
|
+
"version": "4.4.10",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
33
33
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
34
34
|
"@salesforce/plugin-command-reference": "^3.1.60",
|
|
35
|
-
"@types/node-fetch": "^2.6.
|
|
35
|
+
"@types/node-fetch": "^2.6.13",
|
|
36
36
|
"@types/xml2js": "^0.4.14",
|
|
37
37
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
38
38
|
"dotenv": "^16.5.0",
|
|
@@ -11865,14 +11865,14 @@
|
|
|
11865
11865
|
}
|
|
11866
11866
|
},
|
|
11867
11867
|
"node_modules/@types/node-fetch": {
|
|
11868
|
-
"version": "2.6.
|
|
11869
|
-
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.
|
|
11870
|
-
"integrity": "sha512-
|
|
11868
|
+
"version": "2.6.13",
|
|
11869
|
+
"resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.13.tgz",
|
|
11870
|
+
"integrity": "sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==",
|
|
11871
11871
|
"dev": true,
|
|
11872
11872
|
"license": "MIT",
|
|
11873
11873
|
"dependencies": {
|
|
11874
11874
|
"@types/node": "*",
|
|
11875
|
-
"form-data": "^4.0.
|
|
11875
|
+
"form-data": "^4.0.4"
|
|
11876
11876
|
}
|
|
11877
11877
|
},
|
|
11878
11878
|
"node_modules/@types/normalize-package-data": {
|
package/oclif.lock
CHANGED
|
@@ -4539,13 +4539,13 @@
|
|
|
4539
4539
|
dependencies:
|
|
4540
4540
|
"@types/node" "*"
|
|
4541
4541
|
|
|
4542
|
-
"@types/node-fetch@^2.6.
|
|
4543
|
-
version "2.6.
|
|
4544
|
-
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.
|
|
4545
|
-
integrity sha512-
|
|
4542
|
+
"@types/node-fetch@^2.6.13":
|
|
4543
|
+
version "2.6.13"
|
|
4544
|
+
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.13.tgz#e0c9b7b5edbdb1b50ce32c127e85e880872d56ee"
|
|
4545
|
+
integrity sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==
|
|
4546
4546
|
dependencies:
|
|
4547
4547
|
"@types/node" "*"
|
|
4548
|
-
form-data "^4.0.
|
|
4548
|
+
form-data "^4.0.4"
|
|
4549
4549
|
|
|
4550
4550
|
"@types/node@*", "@types/node@>=13.7.0", "@types/node@^22.5.2":
|
|
4551
4551
|
version "22.5.4"
|
|
@@ -7148,7 +7148,7 @@ form-data-encoder@^2.1.2:
|
|
|
7148
7148
|
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
|
|
7149
7149
|
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
|
|
7150
7150
|
|
|
7151
|
-
form-data@^4.0.
|
|
7151
|
+
form-data@^4.0.4:
|
|
7152
7152
|
version "4.0.4"
|
|
7153
7153
|
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
|
|
7154
7154
|
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "4.4.10",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
29
29
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
30
30
|
"@salesforce/plugin-command-reference": "^3.1.60",
|
|
31
|
-
"@types/node-fetch": "^2.6.
|
|
31
|
+
"@types/node-fetch": "^2.6.13",
|
|
32
32
|
"@types/xml2js": "^0.4.14",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
34
34
|
"dotenv": "^16.5.0",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"The 'versionToTagMappings' section defines the mapping between released tags for our CLI plugin and the org version that each tag supports."
|
|
238
238
|
],
|
|
239
239
|
"target": {
|
|
240
|
-
"versionNumber": "
|
|
240
|
+
"versionNumber": "66.0",
|
|
241
241
|
"matchingDevServerVersion": "~13.0.27"
|
|
242
242
|
},
|
|
243
243
|
"versionToTagMappings": [
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"tagName": "prerelease"
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
|
-
"versionNumber": "
|
|
257
|
+
"versionNumber": "66.0",
|
|
258
258
|
"tagName": "next"
|
|
259
259
|
}
|
|
260
260
|
]
|
|
@@ -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.
|
|
270
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.
|
|
269
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.10.crt",
|
|
270
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.10.sig"
|
|
271
271
|
}
|
|
272
272
|
}
|