@forge/lint 5.7.0-next.8 → 5.7.0-next.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @forge/lint
2
2
 
3
+ ## 5.7.0-next.9
4
+
5
+ ### Patch Changes
6
+
7
+ - cad81f0: Corrected product name lookup.
8
+ - Updated dependencies [1a76049]
9
+ - @forge/cli-shared@6.6.0-next.8
10
+
3
11
  ## 5.7.0-next.8
4
12
 
5
13
  ### Patch Changes
@@ -36,7 +36,7 @@ class ProductVerifier extends verifier_interface_1.BaseLintIssueVerifier {
36
36
  for (const permission of missingScopes) {
37
37
  rules.push({
38
38
  class: this.getLintClass(),
39
- message: text_1.messages.verifiers.product.message((0, cli_shared_1.capitalise)(this.product), apiCall.method.toUpperCase(), this.pathMap.get(apiCall.regex)?.originalPath, permission),
39
+ message: text_1.messages.verifiers.product.message((0, cli_shared_1.productDisplayName)(this.product), apiCall.method.toUpperCase(), this.pathMap.get(apiCall.regex)?.originalPath, permission),
40
40
  reference: text_1.messages.verifiers.product.reference,
41
41
  line: apiCall.line,
42
42
  column: apiCall.column,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.7.0-next.8",
3
+ "version": "5.7.0-next.9",
4
4
  "description": "Linting for forge apps",
5
5
  "main": "out/index.js",
6
6
  "license": "UNLICENSED",
@@ -19,7 +19,7 @@
19
19
  "eslint-plugin-import": "^2.29.1"
20
20
  },
21
21
  "dependencies": {
22
- "@forge/cli-shared": "6.6.0-next.7",
22
+ "@forge/cli-shared": "6.6.0-next.8",
23
23
  "@forge/egress": "1.3.0",
24
24
  "@forge/manifest": "8.6.1-next.1",
25
25
  "@typescript-eslint/typescript-estree": "^5.62.0",