@forge/lint 5.12.0-next.14-experimental-994fcd3 → 5.12.0-next.16

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,32 +1,19 @@
1
1
  # @forge/lint
2
2
 
3
- ## 5.12.0-next.14-experimental-994fcd3
3
+ ## 5.12.0-next.16
4
4
 
5
- ### Minor Changes
5
+ ### Patch Changes
6
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
7
+ - Updated dependencies [118f8af]
8
+ - @forge/cli-shared@8.9.0-next.12
9
+
10
+ ## 5.12.0-next.15
10
11
 
11
12
  ### Patch Changes
12
13
 
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
14
+ - Updated dependencies [d00ef59]
15
+ - @forge/manifest@11.0.0-next.6
16
+ - @forge/cli-shared@8.9.0-next.11
30
17
 
31
18
  ## 5.12.0-next.14
32
19
 
@@ -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 = "@forge/llm";
8
+ export declare const LLM_SDK_PACKAGE = "@atlassian/forge-llms-sdk";
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,eAAe,CAAC"}
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,8BAA8B,CAAC"}
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LLM_SDK_PACKAGE = void 0;
4
- exports.LLM_SDK_PACKAGE = '@forge/llm';
4
+ exports.LLM_SDK_PACKAGE = '@atlassian/forge-llms-sdk';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/lint",
3
- "version": "5.12.0-next.14-experimental-994fcd3",
3
+ "version": "5.12.0-next.16",
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-experimental-994fcd3",
14
+ "@forge/api": "^6.2.0-next.1",
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-experimental-994fcd3",
23
- "@forge/csp": "5.3.0-next.2-experimental-994fcd3",
22
+ "@forge/cli-shared": "8.9.0-next.12",
23
+ "@forge/csp": "5.3.0-next.2",
24
24
  "@forge/egress": "2.1.1",
25
- "@forge/manifest": "11.0.0-next.5-experimental-994fcd3",
25
+ "@forge/manifest": "11.0.0-next.6",
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",