@queuezero/react 0.1.4 → 0.1.6

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.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { QueueZeroConfig, UserStatus, UserMetadata, SubmitResponse, PublicCampaignConfig } from 'queuezero';
3
- export { BrandingConfig, FeatureFlags, FormField, InMemoryStorageAdapter, LeadStatus, LocalStorageAdapter, QueueZeroClient, QueueZeroConfig, SubmitResponse, UserMetadata, UserStatus } from 'queuezero';
3
+ export { BrandingConfig, FeatureFlags, FormField, InMemoryStorageAdapter, LeadStatus, LocalStorageAdapter, QueueZeroClient, QueueZeroConfig, ScoringRule, SubmitResponse, UserMetadata, UserStatus } from 'queuezero';
4
4
 
5
5
  /**
6
6
  * @queuezero/react - Types
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { QueueZeroConfig, UserStatus, UserMetadata, SubmitResponse, PublicCampaignConfig } from 'queuezero';
3
- export { BrandingConfig, FeatureFlags, FormField, InMemoryStorageAdapter, LeadStatus, LocalStorageAdapter, QueueZeroClient, QueueZeroConfig, SubmitResponse, UserMetadata, UserStatus } from 'queuezero';
3
+ export { BrandingConfig, FeatureFlags, FormField, InMemoryStorageAdapter, LeadStatus, LocalStorageAdapter, QueueZeroClient, QueueZeroConfig, ScoringRule, SubmitResponse, UserMetadata, UserStatus } from 'queuezero';
4
4
 
5
5
  /**
6
6
  * @queuezero/react - Types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@queuezero/react",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "React components and hooks for QueueZero viral waitlists",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -35,7 +35,7 @@
35
35
  "react": ">=17.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "queuezero": "^0.1.3"
38
+ "queuezero": "^0.1.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^22.13.11",