@fanfare-io/fanfare-sdk-core 0.5.0 → 0.6.0

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.
@@ -41,6 +41,7 @@ export declare const ErrorCodes: {
41
41
  readonly DISTRIBUTION_NOT_OPEN: "DISTRIBUTION_NOT_OPEN";
42
42
  readonly DISTRIBUTION_CLOSED: "DISTRIBUTION_CLOSED";
43
43
  readonly DISTRIBUTION_FULL: "DISTRIBUTION_FULL";
44
+ readonly DISTRIBUTION_ORDER_LIMIT: "DISTRIBUTION_ORDER_LIMIT";
44
45
  readonly FINGERPRINT_REQUIRED: "FINGERPRINT_REQUIRED";
45
46
  readonly FINGERPRINT_DEVICE_MISMATCH: "FINGERPRINT_DEVICE_MISMATCH";
46
47
  readonly FINGERPRINT_INVALID: "FINGERPRINT_INVALID";
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.5.0";
5
+ export declare const version = "0.6.0";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- const o="0.5.0";export{o as version};
1
+ const o="0.6.0";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.5.0",
3
+ "version": "0.6.0",
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.5.0"
125
+ "@fanfare-io/fanfare-sdk-contracts": "0.6.0"
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.5.0"
168
+ "@fanfare-io/shared-models": "0.6.0"
169
169
  },
170
170
  "sideEffects": false,
171
171
  "keywords": [