@salesforce/plugin-lightning-dev 6.2.1 → 6.2.2

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.
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "6.2.1"
270
+ "version": "6.2.2"
271
271
  }
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": "6.2.1",
4
+ "version": "6.2.2",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -17,7 +17,7 @@
17
17
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
18
18
  "@salesforce/sf-plugins-core": "^11.2.4",
19
19
  "axios": "^1.13.4",
20
- "glob": "^13.0.0",
20
+ "glob": "^13.0.1",
21
21
  "lwc": "~8.28.2",
22
22
  "node-fetch": "^3.3.2",
23
23
  "open": "^10.2.0",
@@ -39,7 +39,7 @@
39
39
  "eslint-plugin-sf-plugin": "^1.20.33",
40
40
  "eslint-plugin-unicorn": "^50.0.1",
41
41
  "esmock": "^2.7.3",
42
- "oclif": "^4.22.68",
42
+ "oclif": "^4.22.70",
43
43
  "ts-node": "^10.9.2",
44
44
  "typescript": "^5.5.4"
45
45
  },
@@ -251,7 +251,7 @@
251
251
  "yarn": "1.22.22"
252
252
  },
253
253
  "sfdx": {
254
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.1.crt",
255
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.1.sig"
254
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.2.crt",
255
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.2.2.sig"
256
256
  }
257
257
  }