@moonbase.sh/vue 0.2.86 → 0.2.106
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 +9 -0
- package/dist/index.d.ts +9 -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
|
};
|
|
@@ -287,6 +292,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
287
292
|
path: string;
|
|
288
293
|
name: string;
|
|
289
294
|
}[];
|
|
295
|
+
licensePath: string | null;
|
|
290
296
|
} | undefined;
|
|
291
297
|
}[] | undefined;
|
|
292
298
|
defaultVariation?: {
|
|
@@ -365,6 +371,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
365
371
|
path: string;
|
|
366
372
|
name: string;
|
|
367
373
|
}[];
|
|
374
|
+
licensePath: string | null;
|
|
368
375
|
} | undefined;
|
|
369
376
|
}[] | undefined;
|
|
370
377
|
defaultVariation?: {
|
|
@@ -486,6 +493,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
486
493
|
path: string;
|
|
487
494
|
name: string;
|
|
488
495
|
}[];
|
|
496
|
+
licensePath: string | null;
|
|
489
497
|
} | undefined;
|
|
490
498
|
}[] | undefined;
|
|
491
499
|
defaultVariation?: {
|
|
@@ -564,6 +572,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
564
572
|
path: string;
|
|
565
573
|
name: string;
|
|
566
574
|
}[];
|
|
575
|
+
licensePath: string | null;
|
|
567
576
|
} | undefined;
|
|
568
577
|
}[] | undefined;
|
|
569
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
|
};
|
|
@@ -287,6 +292,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
287
292
|
path: string;
|
|
288
293
|
name: string;
|
|
289
294
|
}[];
|
|
295
|
+
licensePath: string | null;
|
|
290
296
|
} | undefined;
|
|
291
297
|
}[] | undefined;
|
|
292
298
|
defaultVariation?: {
|
|
@@ -365,6 +371,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
365
371
|
path: string;
|
|
366
372
|
name: string;
|
|
367
373
|
}[];
|
|
374
|
+
licensePath: string | null;
|
|
368
375
|
} | undefined;
|
|
369
376
|
}[] | undefined;
|
|
370
377
|
defaultVariation?: {
|
|
@@ -486,6 +493,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
486
493
|
path: string;
|
|
487
494
|
name: string;
|
|
488
495
|
}[];
|
|
496
|
+
licensePath: string | null;
|
|
489
497
|
} | undefined;
|
|
490
498
|
}[] | undefined;
|
|
491
499
|
defaultVariation?: {
|
|
@@ -564,6 +572,7 @@ declare function useVoucher(context?: StorefrontContext): {
|
|
|
564
572
|
path: string;
|
|
565
573
|
name: string;
|
|
566
574
|
}[];
|
|
575
|
+
licensePath: string | null;
|
|
567
576
|
} | undefined;
|
|
568
577
|
}[] | undefined;
|
|
569
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.106",
|
|
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.106"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/uuid": "^9.0.8",
|