@fanfare-io/fanfare-sdk-core 0.7.1 → 0.7.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.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * Handoff module exports
3
3
  */
4
+ export { buildAdmissionProofHeaders, canonicalizeAdmissionProofUrl } from '../security/admission-proof';
4
5
  export { HandoffModule } from './handoff.module';
5
6
  export type { AdmissionProofHeaders, BuildAdmissionProofHeadersParams, BuildHandoffUrlParams, CreateHandoffTokenParams, HandoffModuleOptions, } from './handoff.module';
@@ -1 +1 @@
1
- import{HandoffModule as o}from"./handoff.module.js";export{o as HandoffModule};
1
+ import{buildAdmissionProofHeaders as o,canonicalizeAdmissionProofUrl as r}from"../security/admission-proof.js";import{HandoffModule as m}from"./handoff.module.js";export{m as HandoffModule,o as buildAdmissionProofHeaders,r as canonicalizeAdmissionProofUrl};
package/dist/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * SDK version
3
3
  * This is automatically updated during the build process
4
4
  */
5
- export declare const version = "0.7.1";
5
+ export declare const version = "0.7.2";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- const o="0.7.1";export{o as version};
1
+ const o="0.7.2";export{o as version};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fanfare-io/fanfare-sdk-core",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Official Fanfare Browser SDK for queue, draw, auction, and appointment experiences",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org",
@@ -122,7 +122,7 @@
122
122
  "uuid": "^14.0.0",
123
123
  "wretch": "^2.11.0",
124
124
  "zustand": "^5.0.6",
125
- "@fanfare-io/fanfare-sdk-contracts": "0.7.1"
125
+ "@fanfare-io/fanfare-sdk-contracts": "0.7.2"
126
126
  },
127
127
  "peerDependencies": {
128
128
  "valibot": "^1.1.0",
@@ -165,7 +165,7 @@
165
165
  "vite-plugin-dts": "^4.5.4",
166
166
  "vite-tsconfig-paths": "^5.1.4",
167
167
  "vitest": "^3.2.4",
168
- "@fanfare-io/shared-models": "0.7.1"
168
+ "@fanfare-io/shared-models": "0.7.2"
169
169
  },
170
170
  "sideEffects": false,
171
171
  "keywords": [