@moonbase.sh/vue 0.1.74 → 0.1.75
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
|
@@ -61,6 +61,7 @@ declare function useInventory(): {
|
|
|
61
61
|
status: _moonbase_sh_api_client.ActivationStatus;
|
|
62
62
|
id: string;
|
|
63
63
|
name: string;
|
|
64
|
+
licenseId: string;
|
|
64
65
|
activationMethod: _moonbase_sh_api_client.ActivationMethod;
|
|
65
66
|
lastValidatedAt: Date | null;
|
|
66
67
|
}>>;
|
|
@@ -107,6 +108,7 @@ declare function useInventory(): {
|
|
|
107
108
|
status: _moonbase_sh_api_client.ActivationStatus;
|
|
108
109
|
id: string;
|
|
109
110
|
name: string;
|
|
111
|
+
licenseId: string;
|
|
110
112
|
activationMethod: _moonbase_sh_api_client.ActivationMethod;
|
|
111
113
|
lastValidatedAt: Date | null;
|
|
112
114
|
}>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -61,6 +61,7 @@ declare function useInventory(): {
|
|
|
61
61
|
status: _moonbase_sh_api_client.ActivationStatus;
|
|
62
62
|
id: string;
|
|
63
63
|
name: string;
|
|
64
|
+
licenseId: string;
|
|
64
65
|
activationMethod: _moonbase_sh_api_client.ActivationMethod;
|
|
65
66
|
lastValidatedAt: Date | null;
|
|
66
67
|
}>>;
|
|
@@ -107,6 +108,7 @@ declare function useInventory(): {
|
|
|
107
108
|
status: _moonbase_sh_api_client.ActivationStatus;
|
|
108
109
|
id: string;
|
|
109
110
|
name: string;
|
|
111
|
+
licenseId: string;
|
|
110
112
|
activationMethod: _moonbase_sh_api_client.ActivationMethod;
|
|
111
113
|
lastValidatedAt: Date | null;
|
|
112
114
|
}>>;
|
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.75",
|
|
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.75"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/uuid": "^9.0.7",
|