@moonbase.sh/vue 0.2.84 → 0.2.87
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.cts +15 -0
- package/dist/index.d.ts +15 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -77,6 +77,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
77
77
|
path: string;
|
|
78
78
|
name: string;
|
|
79
79
|
}[];
|
|
80
|
+
licensePath: string | null;
|
|
80
81
|
} | undefined;
|
|
81
82
|
}[] | undefined;
|
|
82
83
|
};
|
|
@@ -120,6 +121,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
120
121
|
path: string;
|
|
121
122
|
name: string;
|
|
122
123
|
}[];
|
|
124
|
+
licensePath: string | null;
|
|
123
125
|
} | undefined;
|
|
124
126
|
}[] | undefined;
|
|
125
127
|
}>;
|
|
@@ -151,6 +153,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
151
153
|
path: string;
|
|
152
154
|
name: string;
|
|
153
155
|
}[];
|
|
156
|
+
licensePath: string | null;
|
|
154
157
|
} | undefined;
|
|
155
158
|
}[] | undefined;
|
|
156
159
|
}>>;
|
|
@@ -185,6 +188,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
185
188
|
path: string;
|
|
186
189
|
name: string;
|
|
187
190
|
}[];
|
|
191
|
+
licensePath: string | null;
|
|
188
192
|
} | undefined;
|
|
189
193
|
}[] | undefined;
|
|
190
194
|
};
|
|
@@ -233,6 +237,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
233
237
|
path: string;
|
|
234
238
|
name: string;
|
|
235
239
|
}[];
|
|
240
|
+
licensePath: string | null;
|
|
236
241
|
} | undefined;
|
|
237
242
|
}[] | undefined;
|
|
238
243
|
};
|
|
@@ -270,6 +275,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
270
275
|
type: "product";
|
|
271
276
|
id: string;
|
|
272
277
|
name: string;
|
|
278
|
+
description: string;
|
|
273
279
|
tagline: string;
|
|
274
280
|
iconUrl: string | null;
|
|
275
281
|
owned: boolean;
|
|
@@ -286,6 +292,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
286
292
|
path: string;
|
|
287
293
|
name: string;
|
|
288
294
|
}[];
|
|
295
|
+
licensePath: string | null;
|
|
289
296
|
} | undefined;
|
|
290
297
|
}[] | undefined;
|
|
291
298
|
defaultVariation?: {
|
|
@@ -338,6 +345,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
338
345
|
type: "bundle";
|
|
339
346
|
id: string;
|
|
340
347
|
name: string;
|
|
348
|
+
description: string;
|
|
341
349
|
tagline: string;
|
|
342
350
|
iconUrl: string | null;
|
|
343
351
|
owned: boolean;
|
|
@@ -346,6 +354,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
346
354
|
type: "product";
|
|
347
355
|
id: string;
|
|
348
356
|
name: string;
|
|
357
|
+
description: string;
|
|
349
358
|
tagline: string;
|
|
350
359
|
iconUrl: string | null;
|
|
351
360
|
owned: boolean;
|
|
@@ -362,6 +371,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
362
371
|
path: string;
|
|
363
372
|
name: string;
|
|
364
373
|
}[];
|
|
374
|
+
licensePath: string | null;
|
|
365
375
|
} | undefined;
|
|
366
376
|
}[] | undefined;
|
|
367
377
|
defaultVariation?: {
|
|
@@ -466,6 +476,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
466
476
|
type: "product";
|
|
467
477
|
id: string;
|
|
468
478
|
name: string;
|
|
479
|
+
description: string;
|
|
469
480
|
tagline: string;
|
|
470
481
|
iconUrl: string | null;
|
|
471
482
|
owned: boolean;
|
|
@@ -482,6 +493,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
482
493
|
path: string;
|
|
483
494
|
name: string;
|
|
484
495
|
}[];
|
|
496
|
+
licensePath: string | null;
|
|
485
497
|
} | undefined;
|
|
486
498
|
}[] | undefined;
|
|
487
499
|
defaultVariation?: {
|
|
@@ -534,6 +546,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
534
546
|
type: "bundle";
|
|
535
547
|
id: string;
|
|
536
548
|
name: string;
|
|
549
|
+
description: string;
|
|
537
550
|
tagline: string;
|
|
538
551
|
iconUrl: string | null;
|
|
539
552
|
owned: boolean;
|
|
@@ -542,6 +555,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
542
555
|
type: "product";
|
|
543
556
|
id: string;
|
|
544
557
|
name: string;
|
|
558
|
+
description: string;
|
|
545
559
|
tagline: string;
|
|
546
560
|
iconUrl: string | null;
|
|
547
561
|
owned: boolean;
|
|
@@ -558,6 +572,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
558
572
|
path: string;
|
|
559
573
|
name: string;
|
|
560
574
|
}[];
|
|
575
|
+
licensePath: string | null;
|
|
561
576
|
} | undefined;
|
|
562
577
|
}[] | undefined;
|
|
563
578
|
defaultVariation?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -77,6 +77,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
77
77
|
path: string;
|
|
78
78
|
name: string;
|
|
79
79
|
}[];
|
|
80
|
+
licensePath: string | null;
|
|
80
81
|
} | undefined;
|
|
81
82
|
}[] | undefined;
|
|
82
83
|
};
|
|
@@ -120,6 +121,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
120
121
|
path: string;
|
|
121
122
|
name: string;
|
|
122
123
|
}[];
|
|
124
|
+
licensePath: string | null;
|
|
123
125
|
} | undefined;
|
|
124
126
|
}[] | undefined;
|
|
125
127
|
}>;
|
|
@@ -151,6 +153,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
151
153
|
path: string;
|
|
152
154
|
name: string;
|
|
153
155
|
}[];
|
|
156
|
+
licensePath: string | null;
|
|
154
157
|
} | undefined;
|
|
155
158
|
}[] | undefined;
|
|
156
159
|
}>>;
|
|
@@ -185,6 +188,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
185
188
|
path: string;
|
|
186
189
|
name: string;
|
|
187
190
|
}[];
|
|
191
|
+
licensePath: string | null;
|
|
188
192
|
} | undefined;
|
|
189
193
|
}[] | undefined;
|
|
190
194
|
};
|
|
@@ -233,6 +237,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
233
237
|
path: string;
|
|
234
238
|
name: string;
|
|
235
239
|
}[];
|
|
240
|
+
licensePath: string | null;
|
|
236
241
|
} | undefined;
|
|
237
242
|
}[] | undefined;
|
|
238
243
|
};
|
|
@@ -270,6 +275,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
270
275
|
type: "product";
|
|
271
276
|
id: string;
|
|
272
277
|
name: string;
|
|
278
|
+
description: string;
|
|
273
279
|
tagline: string;
|
|
274
280
|
iconUrl: string | null;
|
|
275
281
|
owned: boolean;
|
|
@@ -286,6 +292,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
286
292
|
path: string;
|
|
287
293
|
name: string;
|
|
288
294
|
}[];
|
|
295
|
+
licensePath: string | null;
|
|
289
296
|
} | undefined;
|
|
290
297
|
}[] | undefined;
|
|
291
298
|
defaultVariation?: {
|
|
@@ -338,6 +345,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
338
345
|
type: "bundle";
|
|
339
346
|
id: string;
|
|
340
347
|
name: string;
|
|
348
|
+
description: string;
|
|
341
349
|
tagline: string;
|
|
342
350
|
iconUrl: string | null;
|
|
343
351
|
owned: boolean;
|
|
@@ -346,6 +354,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
346
354
|
type: "product";
|
|
347
355
|
id: string;
|
|
348
356
|
name: string;
|
|
357
|
+
description: string;
|
|
349
358
|
tagline: string;
|
|
350
359
|
iconUrl: string | null;
|
|
351
360
|
owned: boolean;
|
|
@@ -362,6 +371,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
362
371
|
path: string;
|
|
363
372
|
name: string;
|
|
364
373
|
}[];
|
|
374
|
+
licensePath: string | null;
|
|
365
375
|
} | undefined;
|
|
366
376
|
}[] | undefined;
|
|
367
377
|
defaultVariation?: {
|
|
@@ -466,6 +476,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
466
476
|
type: "product";
|
|
467
477
|
id: string;
|
|
468
478
|
name: string;
|
|
479
|
+
description: string;
|
|
469
480
|
tagline: string;
|
|
470
481
|
iconUrl: string | null;
|
|
471
482
|
owned: boolean;
|
|
@@ -482,6 +493,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
482
493
|
path: string;
|
|
483
494
|
name: string;
|
|
484
495
|
}[];
|
|
496
|
+
licensePath: string | null;
|
|
485
497
|
} | undefined;
|
|
486
498
|
}[] | undefined;
|
|
487
499
|
defaultVariation?: {
|
|
@@ -534,6 +546,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
534
546
|
type: "bundle";
|
|
535
547
|
id: string;
|
|
536
548
|
name: string;
|
|
549
|
+
description: string;
|
|
537
550
|
tagline: string;
|
|
538
551
|
iconUrl: string | null;
|
|
539
552
|
owned: boolean;
|
|
@@ -542,6 +555,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
542
555
|
type: "product";
|
|
543
556
|
id: string;
|
|
544
557
|
name: string;
|
|
558
|
+
description: string;
|
|
545
559
|
tagline: string;
|
|
546
560
|
iconUrl: string | null;
|
|
547
561
|
owned: boolean;
|
|
@@ -558,6 +572,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
558
572
|
path: string;
|
|
559
573
|
name: string;
|
|
560
574
|
}[];
|
|
575
|
+
licensePath: string | null;
|
|
561
576
|
} | undefined;
|
|
562
577
|
}[] | undefined;
|
|
563
578
|
defaultVariation?: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonbase.sh/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.87",
|
|
5
5
|
"description": "Package to let you build vue.js storefronts with Moonbase.sh as payment and delivery provider",
|
|
6
6
|
"author": "Tobias Lønnerød Madsen <m@dsen.tv>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@vue/devtools-api": "^6.6.3",
|
|
20
20
|
"uuid": "^9.0.1",
|
|
21
21
|
"zod": "^3.23.8",
|
|
22
|
-
"@moonbase.sh/storefront-api": "0.2.
|
|
22
|
+
"@moonbase.sh/storefront-api": "0.2.87"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/uuid": "^9.0.8",
|