@moonbase.sh/vue 0.1.59 → 0.1.60
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -123,6 +123,7 @@ declare function useCart(): {
|
|
|
123
123
|
name: string;
|
|
124
124
|
tagline: string;
|
|
125
125
|
iconUrl: string;
|
|
126
|
+
owned: boolean;
|
|
126
127
|
defaultVariation?: {
|
|
127
128
|
id: string;
|
|
128
129
|
price: Record<string, number>;
|
|
@@ -200,6 +201,7 @@ declare function useCart(): {
|
|
|
200
201
|
name: string;
|
|
201
202
|
tagline: string;
|
|
202
203
|
iconUrl: string;
|
|
204
|
+
owned: boolean;
|
|
203
205
|
defaultVariation?: {
|
|
204
206
|
id: string;
|
|
205
207
|
price: Record<string, number>;
|
package/dist/index.d.ts
CHANGED
|
@@ -123,6 +123,7 @@ declare function useCart(): {
|
|
|
123
123
|
name: string;
|
|
124
124
|
tagline: string;
|
|
125
125
|
iconUrl: string;
|
|
126
|
+
owned: boolean;
|
|
126
127
|
defaultVariation?: {
|
|
127
128
|
id: string;
|
|
128
129
|
price: Record<string, number>;
|
|
@@ -200,6 +201,7 @@ declare function useCart(): {
|
|
|
200
201
|
name: string;
|
|
201
202
|
tagline: string;
|
|
202
203
|
iconUrl: string;
|
|
204
|
+
owned: boolean;
|
|
203
205
|
defaultVariation?: {
|
|
204
206
|
id: string;
|
|
205
207
|
price: Record<string, number>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonbase.sh/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.60",
|
|
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",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@vue/devtools-api": "^6.5.1",
|
|
20
20
|
"uuid": "^9.0.1",
|
|
21
|
-
"@moonbase.sh/api-client": "0.1.
|
|
21
|
+
"@moonbase.sh/api-client": "0.1.60"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/uuid": "^9.0.7",
|