@forge/llm 0.3.0 → 0.3.1

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,17 @@
1
1
  # @forge/llm
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/api@6.4.3
8
+
9
+ ## 0.3.1-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - @forge/api@6.4.3-next.0
14
+
3
15
  ## 0.3.0
4
16
 
5
17
  ### Minor Changes
package/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2025 Atlassian
1
+ Copyright (c) 2026 Atlassian
2
2
  Permission is hereby granted to use this software in accordance with the terms
3
3
  and conditions outlined in the Atlassian Developer Terms, which can be found
4
4
  at the following URL:
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@forge/llm",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Forge LLM SDK",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
7
7
  "author": "Atlassian",
8
8
  "license": "SEE LICENSE IN LICENSE.txt",
9
9
  "dependencies": {
10
- "@forge/api": "^6.4.2"
10
+ "@forge/api": "^6.4.3"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@types/node": "20.19.1",