@salesforce/plugin-lightning-dev 4.4.8 → 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.
@@ -246,5 +246,5 @@
246
246
  ]
247
247
  }
248
248
  },
249
- "version": "4.4.8"
249
+ "version": "4.4.10"
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": "4.4.8",
4
+ "version": "4.4.10",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "axios": "^1.11.0",
19
19
  "glob": "^10.4.5",
20
20
  "lightning-base-components": "1.27.2-alpha",
21
- "lwc": "~8.20.1",
21
+ "lwc": "~8.20.2",
22
22
  "node-fetch": "^3.3.2",
23
23
  "open": "^10.2.0",
24
24
  "xml2js": "^0.6.2"
@@ -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.12",
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": "65.0",
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": "65.0",
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.8.crt",
270
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/4.4.8.sig"
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
  }