@burdenoff/fe-libs 2026.825.6 → 2026.827.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sse-link.d.ts","sourceRoot":"","sources":["../../../../src/shared/graphql/links/sse-link.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGlE,MAAM,WAAW,cAAc;IAC7B,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,gDAAgD;IAChD,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,2BAA2B;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,qBAAa,OAAQ,SAAQ,UAAU;IACrC,OAAO,CAAC,GAAG,CAAS;IACpB,OAAO,CAAC,OAAO,CAAyB;IACxC,OAAO,CAAC,KAAK,CAAU;gBAEX,OAAO,EAAE,cAAc;IAOnC;;OAEG;IACH,UAAU,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI;IAIjD;;OAEG;IACH,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQxC,OAAO,CAAC,SAAS,EAAE,SAAS,GAAG,UAAU,CAAC,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"sse-link.d.ts","sourceRoot":"","sources":["../../../../src/shared/graphql/links/sse-link.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAGlE,MAAM,WAAW,cAAc;IAC7B,uBAAuB;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,gDAAgD;IAChD,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,2BAA2B;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,qBAAa,OAAQ,SAAQ,UAAU;IACrC,OAAO,CAAC,GAAG,CAAS;IACpB,OAAO,CAAC,OAAO,CAAyB;IACxC,OAAO,CAAC,KAAK,CAAU;gBAEX,OAAO,EAAE,cAAc;IAOnC;;OAEG;IACH,UAAU,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI;IAIjD;;OAEG;IACH,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI;IAQxC,OAAO,CAAC,SAAS,EAAE,SAAS,GAAG,UAAU,CAAC,WAAW,CAAC;CA8JvD"}
|
|
@@ -26,11 +26,13 @@ var r = class extends e {
|
|
|
26
26
|
}), i = new AbortController(), a = e.getContext().headers ?? {};
|
|
27
27
|
return this.debug && console.log("[SSELink] Starting subscription:", e.operationName, "context-header-keys:", Object.keys(a)), fetch(this.url, {
|
|
28
28
|
method: "POST",
|
|
29
|
+
credentials: "include",
|
|
29
30
|
headers: {
|
|
30
31
|
"Content-Type": "application/json",
|
|
31
32
|
Accept: "text/event-stream",
|
|
32
33
|
...this.headers,
|
|
33
|
-
...a
|
|
34
|
+
...a,
|
|
35
|
+
"Apollo-Require-Preflight": "true"
|
|
34
36
|
},
|
|
35
37
|
body: r,
|
|
36
38
|
signal: i.signal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burdenoff/fe-libs",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.827.1",
|
|
4
4
|
"description": "Burdenoff frontend primitives and domain libraries",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -220,8 +220,14 @@
|
|
|
220
220
|
"import": "./dist/shared/shims/*.js",
|
|
221
221
|
"default": "./dist/shared/shims/*.js"
|
|
222
222
|
},
|
|
223
|
-
"./shared/styles/app-shell.css":
|
|
224
|
-
|
|
223
|
+
"./shared/styles/app-shell.css": {
|
|
224
|
+
"style": "./src/shared/styles/app-shell.css",
|
|
225
|
+
"default": "./src/shared/styles/app-shell.css"
|
|
226
|
+
},
|
|
227
|
+
"./shared/styles/native.css": {
|
|
228
|
+
"style": "./src/shared/styles/native.css",
|
|
229
|
+
"default": "./src/shared/styles/native.css"
|
|
230
|
+
},
|
|
225
231
|
"./shared/utils/lazyWithRetry": {
|
|
226
232
|
"types": "./dist/shared/utils/lazyWithRetry.d.ts",
|
|
227
233
|
"import": "./dist/shared/utils/lazyWithRetry.js"
|
|
@@ -296,7 +302,8 @@
|
|
|
296
302
|
"lint:sanity": "if [ \"${CI:-}\" = \"true\" ]; then bun run lint; else bun run lint -- --cache --cache-location .eslintcache; fi",
|
|
297
303
|
"format": "prettier --config shared/config/prettier.config.mjs --write \"src/**/*.{ts,tsx}\" \"!src/config/*.config.ts\"",
|
|
298
304
|
"type:check": "bash scripts/build-limits.sh tsc --noEmit",
|
|
299
|
-
"test": "
|
|
305
|
+
"test:package-css-exports": "node scripts/validate-package-css-exports.mjs",
|
|
306
|
+
"test": "bun test scripts/graphql-schema-drift/__tests__ scripts/a11y-audit/__tests__ src/credentials src/storage src/shared/assistant src/shared/graphql/links/sse-link.test.ts src/shared/providers/AppShellProvider.test.ts src/shared/events/sinks/RybbitSink.test.ts src/shell-native src/shared/native src/chrome/__tests__ src/ui/__tests__",
|
|
300
307
|
"sanity": "bash scripts/build-limits.sh --gate bash -c 'bun run lint:sanity && bun run format && bun run type:check && bun run test && bun run build'",
|
|
301
308
|
"switch:status": "bun scripts/deps-mode.ts status",
|
|
302
309
|
"switch:remote": "bun scripts/deps-mode.ts remote",
|