@queuezero/vue 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,7 +1,7 @@
1
1
  import * as vue from 'vue';
2
2
  import { Ref, App, InjectionKey, PropType, VNode } from 'vue';
3
3
  import { UserStatus, PublicCampaignConfig, UserMetadata, SubmitResponse, QueueZeroConfig } from 'queuezero';
4
- export { InMemoryStorageAdapter, LeadStatus, LocalStorageAdapter, QueueZeroClient, QueueZeroConfig, SubmitResponse, UserMetadata, UserStatus } from 'queuezero';
4
+ export { InMemoryStorageAdapter, LeadStatus, LocalStorageAdapter, QueueZeroClient, QueueZeroConfig, ScoringRule, SubmitResponse, UserMetadata, UserStatus } from 'queuezero';
5
5
 
6
6
  /**
7
7
  * @queuezero/vue - Types
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as vue from 'vue';
2
2
  import { Ref, App, InjectionKey, PropType, VNode } from 'vue';
3
3
  import { UserStatus, PublicCampaignConfig, UserMetadata, SubmitResponse, QueueZeroConfig } from 'queuezero';
4
- export { InMemoryStorageAdapter, LeadStatus, LocalStorageAdapter, QueueZeroClient, QueueZeroConfig, SubmitResponse, UserMetadata, UserStatus } from 'queuezero';
4
+ export { InMemoryStorageAdapter, LeadStatus, LocalStorageAdapter, QueueZeroClient, QueueZeroConfig, ScoringRule, SubmitResponse, UserMetadata, UserStatus } from 'queuezero';
5
5
 
6
6
  /**
7
7
  * @queuezero/vue - Types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@queuezero/vue",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Vue components and composables for QueueZero viral waitlists",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -34,7 +34,7 @@
34
34
  "vue": ">=3.3.0"
35
35
  },
36
36
  "dependencies": {
37
- "queuezero": "^0.1.3"
37
+ "queuezero": "^0.1.4"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "^22.13.11",