@moonbase.sh/vue 0.2.59 → 0.2.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 +5 -0
- package/dist/index.d.ts +5 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -64,6 +64,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
64
64
|
maxActivations?: number | undefined;
|
|
65
65
|
version?: string | undefined;
|
|
66
66
|
prerelease?: boolean | undefined;
|
|
67
|
+
releaseDescription?: string | undefined;
|
|
67
68
|
downloads?: {
|
|
68
69
|
path: string | null;
|
|
69
70
|
name: string;
|
|
@@ -99,6 +100,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
99
100
|
maxActivations?: number | undefined;
|
|
100
101
|
version?: string | undefined;
|
|
101
102
|
prerelease?: boolean | undefined;
|
|
103
|
+
releaseDescription?: string | undefined;
|
|
102
104
|
downloads?: {
|
|
103
105
|
path: string | null;
|
|
104
106
|
name: string;
|
|
@@ -122,6 +124,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
122
124
|
maxActivations?: number | undefined;
|
|
123
125
|
version?: string | undefined;
|
|
124
126
|
prerelease?: boolean | undefined;
|
|
127
|
+
releaseDescription?: string | undefined;
|
|
125
128
|
downloads?: {
|
|
126
129
|
path: string | null;
|
|
127
130
|
name: string;
|
|
@@ -148,6 +151,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
148
151
|
maxActivations?: number | undefined;
|
|
149
152
|
version?: string | undefined;
|
|
150
153
|
prerelease?: boolean | undefined;
|
|
154
|
+
releaseDescription?: string | undefined;
|
|
151
155
|
downloads?: {
|
|
152
156
|
path: string | null;
|
|
153
157
|
name: string;
|
|
@@ -188,6 +192,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
188
192
|
maxActivations?: number | undefined;
|
|
189
193
|
version?: string | undefined;
|
|
190
194
|
prerelease?: boolean | undefined;
|
|
195
|
+
releaseDescription?: string | undefined;
|
|
191
196
|
downloads?: {
|
|
192
197
|
path: string | null;
|
|
193
198
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -64,6 +64,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
64
64
|
maxActivations?: number | undefined;
|
|
65
65
|
version?: string | undefined;
|
|
66
66
|
prerelease?: boolean | undefined;
|
|
67
|
+
releaseDescription?: string | undefined;
|
|
67
68
|
downloads?: {
|
|
68
69
|
path: string | null;
|
|
69
70
|
name: string;
|
|
@@ -99,6 +100,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
99
100
|
maxActivations?: number | undefined;
|
|
100
101
|
version?: string | undefined;
|
|
101
102
|
prerelease?: boolean | undefined;
|
|
103
|
+
releaseDescription?: string | undefined;
|
|
102
104
|
downloads?: {
|
|
103
105
|
path: string | null;
|
|
104
106
|
name: string;
|
|
@@ -122,6 +124,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
122
124
|
maxActivations?: number | undefined;
|
|
123
125
|
version?: string | undefined;
|
|
124
126
|
prerelease?: boolean | undefined;
|
|
127
|
+
releaseDescription?: string | undefined;
|
|
125
128
|
downloads?: {
|
|
126
129
|
path: string | null;
|
|
127
130
|
name: string;
|
|
@@ -148,6 +151,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
148
151
|
maxActivations?: number | undefined;
|
|
149
152
|
version?: string | undefined;
|
|
150
153
|
prerelease?: boolean | undefined;
|
|
154
|
+
releaseDescription?: string | undefined;
|
|
151
155
|
downloads?: {
|
|
152
156
|
path: string | null;
|
|
153
157
|
name: string;
|
|
@@ -188,6 +192,7 @@ declare function useInventory(context?: StorefrontContext): {
|
|
|
188
192
|
maxActivations?: number | undefined;
|
|
189
193
|
version?: string | undefined;
|
|
190
194
|
prerelease?: boolean | undefined;
|
|
195
|
+
releaseDescription?: string | undefined;
|
|
191
196
|
downloads?: {
|
|
192
197
|
path: string | null;
|
|
193
198
|
name: string;
|
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.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",
|
|
@@ -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.60"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/uuid": "^9.0.8",
|