@scalar/agent-chat 0.9.2 → 0.9.5

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/dist/helpers.d.ts CHANGED
@@ -98,6 +98,10 @@ export declare const authStorage: () => {
98
98
  } | undefined;
99
99
  } & {
100
100
  'x-tokenName'?: string | undefined;
101
+ } & {
102
+ 'x-scalar-secret-auth-url'?: string | undefined;
103
+ } & {
104
+ 'x-scalar-secret-token-url'?: string | undefined;
101
105
  } & {
102
106
  tokenUrl: string;
103
107
  } & {
@@ -131,6 +135,10 @@ export declare const authStorage: () => {
131
135
  } | undefined;
132
136
  } & {
133
137
  'x-tokenName'?: string | undefined;
138
+ } & {
139
+ 'x-scalar-secret-auth-url'?: string | undefined;
140
+ } & {
141
+ 'x-scalar-secret-token-url'?: string | undefined;
134
142
  } & {
135
143
  authorizationUrl: string;
136
144
  } & {
@@ -157,6 +165,10 @@ export declare const authStorage: () => {
157
165
  } | undefined;
158
166
  } & {
159
167
  'x-tokenName'?: string | undefined;
168
+ } & {
169
+ 'x-scalar-secret-auth-url'?: string | undefined;
170
+ } & {
171
+ 'x-scalar-secret-token-url'?: string | undefined;
160
172
  } & {
161
173
  tokenUrl: string;
162
174
  } & {
@@ -187,6 +199,10 @@ export declare const authStorage: () => {
187
199
  } | undefined;
188
200
  } & {
189
201
  'x-tokenName'?: string | undefined;
202
+ } & {
203
+ 'x-scalar-secret-auth-url'?: string | undefined;
204
+ } & {
205
+ 'x-scalar-secret-token-url'?: string | undefined;
190
206
  } & {
191
207
  authorizationUrl: string;
192
208
  tokenUrl: string;
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAEpE,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,uCAAuC,CAAA;AAG7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8DAA8D,CAAA;AAEnG,wBAAgB,aAAa,CAAC,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,GACwB,eAAe,EAAE,CACxG;AAOD,sDAAsD;AACtD,wBAAgB,sBAAsB,CAAC,cAAc,EAAE,cAAc;;;;;EAgBpE;AAKD;;;;GAIG;AACH,eAAO,MAAM,WAAW;IAMpB;;OAEG;oBACa,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAItB;;;OAGG;oBACa,MAAM,SAAS,IAAI;CAItC,CAAA;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,6BAA6B,GAAI,mCAG3C;IACD,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,EAAE,cAAc,CAAA;CAC/B,KAAG,IAIH,CAAA;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,OAM1C"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../src/helpers.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAEpE,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,uCAAuC,CAAA;AAG7E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8DAA8D,CAAA;AAEnG,wBAAgB,aAAa,CAAC,GAAG,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ,CAAC,GACwB,eAAe,EAAE,CACxG;AAOD,sDAAsD;AACtD,wBAAgB,sBAAsB,CAAC,cAAc,EAAE,cAAc;;;;;EAgBpE;AAKD;;;;GAIG;AACH,eAAO,MAAM,WAAW;IAMpB;;OAEG;oBACa,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAItB;;;OAGG;oBACa,MAAM,SAAS,IAAI;CAItC,CAAA;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,6BAA6B,GAAI,mCAG3C;IACD,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,EAAE,cAAc,CAAA;CAC/B,KAAG,IAIH,CAAA;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,OAM1C"}
package/dist/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "git+https://github.com/scalar/scalar.git",
11
11
  "directory": "packages/agent-chat"
12
12
  },
13
- "version": "0.9.2",
13
+ "version": "0.9.5",
14
14
  "engines": {
15
15
  "node": ">=22"
16
16
  },
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "git+https://github.com/scalar/scalar.git",
11
11
  "directory": "packages/agent-chat"
12
12
  },
13
- "version": "0.9.2",
13
+ "version": "0.9.5",
14
14
  "engines": {
15
15
  "node": ">=22"
16
16
  },
@@ -50,16 +50,16 @@
50
50
  "vue": "^3.5.26",
51
51
  "whatwg-mimetype": "4.0.0",
52
52
  "zod": "^4.3.5",
53
- "@scalar/api-client": "2.34.1",
54
- "@scalar/helpers": "0.3.0",
55
- "@scalar/json-magic": "0.12.1",
53
+ "@scalar/api-client": "2.36.1",
54
+ "@scalar/components": "0.20.5",
55
+ "@scalar/helpers": "0.4.0",
56
+ "@scalar/icons": "0.6.0",
57
+ "@scalar/json-magic": "0.12.2",
56
58
  "@scalar/openapi-types": "0.6.0",
57
- "@scalar/components": "0.20.3",
58
59
  "@scalar/themes": "0.15.0",
59
- "@scalar/types": "0.7.1",
60
- "@scalar/icons": "0.6.0",
61
- "@scalar/workspace-store": "0.38.1",
62
- "@scalar/use-toasts": "0.10.0"
60
+ "@scalar/types": "0.7.2",
61
+ "@scalar/use-toasts": "0.10.0",
62
+ "@scalar/workspace-store": "0.39.1"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@modelcontextprotocol/sdk": "1.26.0",