@moonbase.sh/storefront-api 0.4.7 → 0.4.8
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.cjs +2 -0
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -158,6 +158,8 @@ var Platform = /* @__PURE__ */ ((Platform2) => {
|
|
|
158
158
|
Platform2["Windows"] = "Windows";
|
|
159
159
|
Platform2["Linux"] = "Linux";
|
|
160
160
|
Platform2["Mac"] = "Mac";
|
|
161
|
+
Platform2["iOS"] = "iOS";
|
|
162
|
+
Platform2["Android"] = "Android";
|
|
161
163
|
return Platform2;
|
|
162
164
|
})(Platform || {});
|
|
163
165
|
|
package/dist/index.d.cts
CHANGED
|
@@ -1927,7 +1927,9 @@ declare enum Platform {
|
|
|
1927
1927
|
Universal = "Universal",
|
|
1928
1928
|
Windows = "Windows",
|
|
1929
1929
|
Linux = "Linux",
|
|
1930
|
-
Mac = "Mac"
|
|
1930
|
+
Mac = "Mac",
|
|
1931
|
+
iOS = "iOS",
|
|
1932
|
+
Android = "Android"
|
|
1931
1933
|
}
|
|
1932
1934
|
type DownloadManifest = z.infer<typeof manifestSchema>;
|
|
1933
1935
|
type Download = z.infer<typeof downloadSchema>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1927,7 +1927,9 @@ declare enum Platform {
|
|
|
1927
1927
|
Universal = "Universal",
|
|
1928
1928
|
Windows = "Windows",
|
|
1929
1929
|
Linux = "Linux",
|
|
1930
|
-
Mac = "Mac"
|
|
1930
|
+
Mac = "Mac",
|
|
1931
|
+
iOS = "iOS",
|
|
1932
|
+
Android = "Android"
|
|
1931
1933
|
}
|
|
1932
1934
|
type DownloadManifest = z.infer<typeof manifestSchema>;
|
|
1933
1935
|
type Download = z.infer<typeof downloadSchema>;
|
package/dist/index.js
CHANGED
|
@@ -108,6 +108,8 @@ var Platform = /* @__PURE__ */ ((Platform2) => {
|
|
|
108
108
|
Platform2["Windows"] = "Windows";
|
|
109
109
|
Platform2["Linux"] = "Linux";
|
|
110
110
|
Platform2["Mac"] = "Mac";
|
|
111
|
+
Platform2["iOS"] = "iOS";
|
|
112
|
+
Platform2["Android"] = "Android";
|
|
111
113
|
return Platform2;
|
|
112
114
|
})(Platform || {});
|
|
113
115
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonbase.sh/storefront-api",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.8",
|
|
5
5
|
"description": "Package to let you build storefronts with Moonbase.sh as payment and delivery provider",
|
|
6
6
|
"author": "Tobias Lønnerød Madsen <m@dsen.tv>",
|
|
7
7
|
"license": "MIT",
|