@alignable/bifrost 0.0.24 → 0.0.26

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/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { PageContextBuiltIn } from 'vite-plugin-ssr/types';
2
2
  import { A as AugmentMe, P as PageContextNoProxy } from './internal-45a068f0.js';
3
3
  export { N as BifrostConfig, a as BifrostProxyConfig, D as DocumentProps, b as LayoutComponent, L as LayoutMap, c as PageContext } from './internal-45a068f0.js';
4
- export { usePageContext } from './renderer/usePageContext.js';
4
+ export { PageContextProvider, usePageContext } from './renderer/usePageContext.js';
5
5
  import 'react';
6
6
  import './proxy/pages/_config.js';
7
7
  import './renderer/_config.js';
package/dist/index.js CHANGED
@@ -1,8 +1,10 @@
1
1
  import {
2
+ PageContextProvider,
2
3
  usePageContext
3
4
  } from "./chunk-LEUA73GT.js";
4
5
  import "./chunk-EYYCKU6F.js";
5
6
  export {
7
+ PageContextProvider,
6
8
  usePageContext
7
9
  };
8
10
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../proxy/pages/restorationVisit/+config.ts"],"sourcesContent":["import { Config } from \"vite-plugin-ssr/types\";\n\ntype Nullable<T> = {\n [P in keyof T]: T[P] | null;\n};\n\nexport default {\n route: \"import:@alignable/bifrost/proxy/pages/restorationVisit/route\",\n Page: \"import:@alignable/bifrost/proxy/pages/Page\",\n onBeforeRender: null,\n onRenderClient:\n \"import:@alignable/bifrost/proxy/pages/restorationVisit/onRenderClient\",\n passToClient: [],\n clientRouting: true,\n hydrationCanBeAborted: true,\n} satisfies Nullable<Config>;\n// ^ temp workaround waiting on https://github.com/brillout/vite-plugin-ssr/commit/fefc63ead5959aec6e6344f53b049d9cafeb2139 to merge\n"],"mappings":";AAMA,IAAO,iBAAQ;AAAA,EACb,OAAO;AAAA,EACP,MAAM;AAAA,EACN,gBAAgB;AAAA,EAChB,gBACE;AAAA,EACF,cAAc,CAAC;AAAA,EACf,eAAe;AAAA,EACf,uBAAuB;AACzB;","names":[]}
1
+ {"version":3,"sources":["../../../../proxy/pages/restorationVisit/+config.ts"],"sourcesContent":["import { Config } from \"vite-plugin-ssr/types\";\n\nexport default {\n route: \"import:@alignable/bifrost/proxy/pages/restorationVisit/route\",\n Page: \"import:@alignable/bifrost/proxy/pages/Page\",\n onBeforeRender: null,\n onRenderClient:\n \"import:@alignable/bifrost/proxy/pages/restorationVisit/onRenderClient\",\n passToClient: [],\n clientRouting: true,\n hydrationCanBeAborted: true,\n} satisfies Config;\n"],"mappings":";AAEA,IAAO,iBAAQ;AAAA,EACb,OAAO;AAAA,EACP,MAAM;AAAA,EACN,gBAAgB;AAAA,EAChB,gBACE;AAAA,EACF,cAAc,CAAC;AAAA,EACf,eAAe;AAAA,EACf,uBAAuB;AACzB;","names":[]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alignable/bifrost",
3
3
  "repository": "https://github.com/Alignable/bifrost.git",
4
- "version": "0.0.24",
4
+ "version": "0.0.26",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
@@ -83,14 +83,14 @@
83
83
  "react-dom": "^18.x.x",
84
84
  "tough-cookie": "^4.1.2",
85
85
  "uuid": "^9.0.0",
86
- "vite-plugin-ssr": "0.4.137"
86
+ "vite-plugin-ssr": "0.4.138"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "jsdom": "^22.1.0",
90
90
  "react": "^18.x.x",
91
91
  "react-dom": "^18.x.x",
92
92
  "typescript": ">=4.7",
93
- "vite-plugin-ssr": "0.4.137"
93
+ "vite-plugin-ssr": "0.4.138"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@types/jsdom": "^21.1.2",