@forge/lint 5.12.0-next.14 → 5.12.0-next.14-experimental-994fcd3
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,33 @@
|
|
|
1
1
|
# @forge/lint
|
|
2
2
|
|
|
3
|
+
## 5.12.0-next.14-experimental-994fcd3
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 414eba9: Add LLM module to manifest if sdk in use
|
|
8
|
+
- c0d4168: Forge LLM SDK added
|
|
9
|
+
- 738ce50: Add permission linter for Realtime subscribeGlobal method
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [ee02b2c]
|
|
14
|
+
- Updated dependencies [9a6d346]
|
|
15
|
+
- Updated dependencies [260eb24]
|
|
16
|
+
- Updated dependencies [49bbec0]
|
|
17
|
+
- Updated dependencies [8cac1e4]
|
|
18
|
+
- Updated dependencies [6ab8f99]
|
|
19
|
+
- Updated dependencies [3228cf0]
|
|
20
|
+
- Updated dependencies [debdb02]
|
|
21
|
+
- Updated dependencies [8962080]
|
|
22
|
+
- Updated dependencies [ef033a5]
|
|
23
|
+
- Updated dependencies [5efbe5a]
|
|
24
|
+
- Updated dependencies [aaf8a03]
|
|
25
|
+
- Updated dependencies [f0a5a03]
|
|
26
|
+
- Updated dependencies [78efec7]
|
|
27
|
+
- @forge/csp@5.3.0-next.2-experimental-994fcd3
|
|
28
|
+
- @forge/manifest@11.0.0-next.5-experimental-994fcd3
|
|
29
|
+
- @forge/cli-shared@8.9.0-next.10-experimental-994fcd3
|
|
30
|
+
|
|
3
31
|
## 5.12.0-next.14
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
|
@@ -5,5 +5,5 @@ export interface LLMModuleLintCriteriaMatch extends LintCriteriaMatch {
|
|
|
5
5
|
export interface LLMModuleMatches {
|
|
6
6
|
[key: string]: LLMModuleLintCriteriaMatch[];
|
|
7
7
|
}
|
|
8
|
-
export declare const LLM_SDK_PACKAGE = "@
|
|
8
|
+
export declare const LLM_SDK_PACKAGE = "@forge/llm";
|
|
9
9
|
//# sourceMappingURL=llm-linter-interface.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"llm-linter-interface.d.ts","sourceRoot":"","sources":["../../../../src/lint/linters/llm-module-linter/llm-linter-interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,MAAM,WAAW,0BAA2B,SAAQ,iBAAiB;IACnE,IAAI,EAAE,KAAK,CAAC;CACb;AAED,MAAM,WAAW,gBAAgB;IAC/B,CAAC,GAAG,EAAE,MAAM,GAAG,0BAA0B,EAAE,CAAC;CAC7C;AAED,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"llm-linter-interface.d.ts","sourceRoot":"","sources":["../../../../src/lint/linters/llm-module-linter/llm-linter-interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,MAAM,WAAW,0BAA2B,SAAQ,iBAAiB;IACnE,IAAI,EAAE,KAAK,CAAC;CACb;AAED,MAAM,WAAW,gBAAgB;IAC/B,CAAC,GAAG,EAAE,MAAM,GAAG,0BAA0B,EAAE,CAAC;CAC7C;AAED,eAAO,MAAM,eAAe,eAAe,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/lint",
|
|
3
|
-
"version": "5.12.0-next.14",
|
|
3
|
+
"version": "5.12.0-next.14-experimental-994fcd3",
|
|
4
4
|
"description": "Linting for forge apps",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@atlassian/xen-test-util": "^4.2.0",
|
|
14
|
-
"@forge/api": "^6.2.0-next.1",
|
|
14
|
+
"@forge/api": "^6.2.0-next.1-experimental-994fcd3",
|
|
15
15
|
"@types/array.prototype.flatmap": "^1.2.6",
|
|
16
16
|
"@types/cross-spawn": "^6.0.6",
|
|
17
17
|
"@types/eslint": "8.56.12",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"eslint-plugin-import": "^2.29.1"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@forge/cli-shared": "8.9.0-next.10",
|
|
23
|
-
"@forge/csp": "5.3.0-next.2",
|
|
22
|
+
"@forge/cli-shared": "8.9.0-next.10-experimental-994fcd3",
|
|
23
|
+
"@forge/csp": "5.3.0-next.2-experimental-994fcd3",
|
|
24
24
|
"@forge/egress": "2.1.1",
|
|
25
|
-
"@forge/manifest": "11.0.0-next.5",
|
|
25
|
+
"@forge/manifest": "11.0.0-next.5-experimental-994fcd3",
|
|
26
26
|
"@typescript-eslint/typescript-estree": "^5.62.0",
|
|
27
27
|
"array.prototype.flatmap": "^1.3.3",
|
|
28
28
|
"@atlassian/atlassian-openapi": "^1.0.6",
|