@urun-sh/core 0.1.18 → 0.1.20

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,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.20
4
+
5
+ - Refresh auth provider tokens at session allocation time and retry once after unauthorized allocation responses.
6
+
3
7
  ## 0.1.17
4
8
 
5
9
  - Version alignment for the React WorkOS Next.js bundling fix.
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { a as AppOptions, A as App$1, i as SessionDocument, C as ChannelEndpoint, h as Session$1, T as TransportSession, k as SessionStream$1, m as StoreOptions, l as Store, c as ChannelMultiplexer } from './internal-BzuKp0r0.mjs';
2
- export { L as Layer, e as LayoutConfig, f as LayoutContext, S as SceneContext, g as SceneGraph, o as TransportState } from './internal-BzuKp0r0.mjs';
1
+ import { a as AppOptions, A as App$1, i as SessionDocument, C as ChannelEndpoint, h as Session$1, T as TransportSession, k as SessionStream$1, m as StoreOptions, l as Store, c as ChannelMultiplexer } from './internal-DmdFs0pd.mjs';
2
+ export { L as Layer, e as LayoutConfig, f as LayoutContext, S as SceneContext, g as SceneGraph, o as TransportState } from './internal-DmdFs0pd.mjs';
3
3
 
4
4
  declare function App(appId: string, options: AppOptions): App$1;
5
5
 
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { a as AppOptions, A as App$1, i as SessionDocument, C as ChannelEndpoint, h as Session$1, T as TransportSession, k as SessionStream$1, m as StoreOptions, l as Store, c as ChannelMultiplexer } from './internal-BzuKp0r0.js';
2
- export { L as Layer, e as LayoutConfig, f as LayoutContext, S as SceneContext, g as SceneGraph, o as TransportState } from './internal-BzuKp0r0.js';
1
+ import { a as AppOptions, A as App$1, i as SessionDocument, C as ChannelEndpoint, h as Session$1, T as TransportSession, k as SessionStream$1, m as StoreOptions, l as Store, c as ChannelMultiplexer } from './internal-DmdFs0pd.js';
2
+ export { L as Layer, e as LayoutConfig, f as LayoutContext, S as SceneContext, g as SceneGraph, o as TransportState } from './internal-DmdFs0pd.js';
3
3
 
4
4
  declare function App(appId: string, options: AppOptions): App$1;
5
5