@gsa-tts/graymatter-ui 2.0.1 → 2.0.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gsa-tts/graymatter-ui",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@sveltejs/vite-plugin-svelte": "^6.2.4",
|
|
45
45
|
"@testing-library/jest-dom": "^6.9.1",
|
|
46
46
|
"@testing-library/svelte": "^5.4.2",
|
|
47
|
-
"@testing-library/user-event": "^14.6.
|
|
47
|
+
"@testing-library/user-event": "^14.6.7",
|
|
48
48
|
"@types/node": "^22.20.1",
|
|
49
49
|
"@uswds/compile": "1.3.2",
|
|
50
50
|
"@vitest/coverage-istanbul": "^3.2.7",
|
|
@@ -33,9 +33,13 @@ USAi API is organized around [REST](http://en.wikipedia.org/wiki/Representationa
|
|
|
33
33
|
- GPT 5.2
|
|
34
34
|
- GPT 5.4
|
|
35
35
|
- GPT 5.5
|
|
36
|
+
- GPT 5.6 Sol
|
|
37
|
+
- GPT 5.6 Terra
|
|
38
|
+
- GPT 5.6 Luna
|
|
36
39
|
|
|
37
40
|
**[xAI models](https://docs.x.ai/developers/models/)**
|
|
38
41
|
- Grok 4
|
|
42
|
+
- Grok 4.6
|
|
39
43
|
|
|
40
44
|
The interface is modeled after the [OpenAI Chat Completion API](https://platform.openai.com/docs/guides/text?api-mode=responses). We will continue to add more models over time; we may also remove models if they are found to not meet our standards. You will be notified if a model is removed.
|
|
41
45
|
|