@moonbase.sh/storefront-api 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.cjs +1 -0
- package/dist/index.d.cts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -132,6 +132,7 @@ var productSummarySchema = import_zod2.z.object({
|
|
|
132
132
|
currentVersion: import_zod2.z.string().nullable(),
|
|
133
133
|
version: import_zod2.z.string().optional(),
|
|
134
134
|
prerelease: import_zod2.z.boolean().optional(),
|
|
135
|
+
releaseDescription: import_zod2.z.string().optional(),
|
|
135
136
|
downloadsNeedsUser: import_zod2.z.boolean(),
|
|
136
137
|
downloadsNeedsOwnership: import_zod2.z.boolean(),
|
|
137
138
|
downloads: import_zod2.z.array(downloadSchema).optional()
|
package/dist/index.d.cts
CHANGED
|
@@ -7947,6 +7947,7 @@ declare const licenseSchema: z.ZodObject<{
|
|
|
7947
7947
|
currentVersion: z.ZodNullable<z.ZodString>;
|
|
7948
7948
|
version: z.ZodOptional<z.ZodString>;
|
|
7949
7949
|
prerelease: z.ZodOptional<z.ZodBoolean>;
|
|
7950
|
+
releaseDescription: z.ZodOptional<z.ZodString>;
|
|
7950
7951
|
downloadsNeedsUser: z.ZodBoolean;
|
|
7951
7952
|
downloadsNeedsOwnership: z.ZodBoolean;
|
|
7952
7953
|
downloads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7983,6 +7984,7 @@ declare const licenseSchema: z.ZodObject<{
|
|
|
7983
7984
|
maxActivations?: number | undefined;
|
|
7984
7985
|
version?: string | undefined;
|
|
7985
7986
|
prerelease?: boolean | undefined;
|
|
7987
|
+
releaseDescription?: string | undefined;
|
|
7986
7988
|
downloads?: {
|
|
7987
7989
|
path: string | null;
|
|
7988
7990
|
name: string;
|
|
@@ -8005,6 +8007,7 @@ declare const licenseSchema: z.ZodObject<{
|
|
|
8005
8007
|
maxActivations?: number | undefined;
|
|
8006
8008
|
version?: string | undefined;
|
|
8007
8009
|
prerelease?: boolean | undefined;
|
|
8010
|
+
releaseDescription?: string | undefined;
|
|
8008
8011
|
downloads?: {
|
|
8009
8012
|
path: string | null;
|
|
8010
8013
|
name: string;
|
|
@@ -8034,6 +8037,7 @@ declare const licenseSchema: z.ZodObject<{
|
|
|
8034
8037
|
maxActivations?: number | undefined;
|
|
8035
8038
|
version?: string | undefined;
|
|
8036
8039
|
prerelease?: boolean | undefined;
|
|
8040
|
+
releaseDescription?: string | undefined;
|
|
8037
8041
|
downloads?: {
|
|
8038
8042
|
path: string | null;
|
|
8039
8043
|
name: string;
|
|
@@ -8063,6 +8067,7 @@ declare const licenseSchema: z.ZodObject<{
|
|
|
8063
8067
|
maxActivations?: number | undefined;
|
|
8064
8068
|
version?: string | undefined;
|
|
8065
8069
|
prerelease?: boolean | undefined;
|
|
8070
|
+
releaseDescription?: string | undefined;
|
|
8066
8071
|
downloads?: {
|
|
8067
8072
|
path: string | null;
|
|
8068
8073
|
name: string;
|
|
@@ -8162,6 +8167,7 @@ declare const productSummarySchema: z.ZodObject<{
|
|
|
8162
8167
|
currentVersion: z.ZodNullable<z.ZodString>;
|
|
8163
8168
|
version: z.ZodOptional<z.ZodString>;
|
|
8164
8169
|
prerelease: z.ZodOptional<z.ZodBoolean>;
|
|
8170
|
+
releaseDescription: z.ZodOptional<z.ZodString>;
|
|
8165
8171
|
downloadsNeedsUser: z.ZodBoolean;
|
|
8166
8172
|
downloadsNeedsOwnership: z.ZodBoolean;
|
|
8167
8173
|
downloads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -8198,6 +8204,7 @@ declare const productSummarySchema: z.ZodObject<{
|
|
|
8198
8204
|
maxActivations?: number | undefined;
|
|
8199
8205
|
version?: string | undefined;
|
|
8200
8206
|
prerelease?: boolean | undefined;
|
|
8207
|
+
releaseDescription?: string | undefined;
|
|
8201
8208
|
downloads?: {
|
|
8202
8209
|
path: string | null;
|
|
8203
8210
|
name: string;
|
|
@@ -8220,6 +8227,7 @@ declare const productSummarySchema: z.ZodObject<{
|
|
|
8220
8227
|
maxActivations?: number | undefined;
|
|
8221
8228
|
version?: string | undefined;
|
|
8222
8229
|
prerelease?: boolean | undefined;
|
|
8230
|
+
releaseDescription?: string | undefined;
|
|
8223
8231
|
downloads?: {
|
|
8224
8232
|
path: string | null;
|
|
8225
8233
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -7947,6 +7947,7 @@ declare const licenseSchema: z.ZodObject<{
|
|
|
7947
7947
|
currentVersion: z.ZodNullable<z.ZodString>;
|
|
7948
7948
|
version: z.ZodOptional<z.ZodString>;
|
|
7949
7949
|
prerelease: z.ZodOptional<z.ZodBoolean>;
|
|
7950
|
+
releaseDescription: z.ZodOptional<z.ZodString>;
|
|
7950
7951
|
downloadsNeedsUser: z.ZodBoolean;
|
|
7951
7952
|
downloadsNeedsOwnership: z.ZodBoolean;
|
|
7952
7953
|
downloads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7983,6 +7984,7 @@ declare const licenseSchema: z.ZodObject<{
|
|
|
7983
7984
|
maxActivations?: number | undefined;
|
|
7984
7985
|
version?: string | undefined;
|
|
7985
7986
|
prerelease?: boolean | undefined;
|
|
7987
|
+
releaseDescription?: string | undefined;
|
|
7986
7988
|
downloads?: {
|
|
7987
7989
|
path: string | null;
|
|
7988
7990
|
name: string;
|
|
@@ -8005,6 +8007,7 @@ declare const licenseSchema: z.ZodObject<{
|
|
|
8005
8007
|
maxActivations?: number | undefined;
|
|
8006
8008
|
version?: string | undefined;
|
|
8007
8009
|
prerelease?: boolean | undefined;
|
|
8010
|
+
releaseDescription?: string | undefined;
|
|
8008
8011
|
downloads?: {
|
|
8009
8012
|
path: string | null;
|
|
8010
8013
|
name: string;
|
|
@@ -8034,6 +8037,7 @@ declare const licenseSchema: z.ZodObject<{
|
|
|
8034
8037
|
maxActivations?: number | undefined;
|
|
8035
8038
|
version?: string | undefined;
|
|
8036
8039
|
prerelease?: boolean | undefined;
|
|
8040
|
+
releaseDescription?: string | undefined;
|
|
8037
8041
|
downloads?: {
|
|
8038
8042
|
path: string | null;
|
|
8039
8043
|
name: string;
|
|
@@ -8063,6 +8067,7 @@ declare const licenseSchema: z.ZodObject<{
|
|
|
8063
8067
|
maxActivations?: number | undefined;
|
|
8064
8068
|
version?: string | undefined;
|
|
8065
8069
|
prerelease?: boolean | undefined;
|
|
8070
|
+
releaseDescription?: string | undefined;
|
|
8066
8071
|
downloads?: {
|
|
8067
8072
|
path: string | null;
|
|
8068
8073
|
name: string;
|
|
@@ -8162,6 +8167,7 @@ declare const productSummarySchema: z.ZodObject<{
|
|
|
8162
8167
|
currentVersion: z.ZodNullable<z.ZodString>;
|
|
8163
8168
|
version: z.ZodOptional<z.ZodString>;
|
|
8164
8169
|
prerelease: z.ZodOptional<z.ZodBoolean>;
|
|
8170
|
+
releaseDescription: z.ZodOptional<z.ZodString>;
|
|
8165
8171
|
downloadsNeedsUser: z.ZodBoolean;
|
|
8166
8172
|
downloadsNeedsOwnership: z.ZodBoolean;
|
|
8167
8173
|
downloads: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -8198,6 +8204,7 @@ declare const productSummarySchema: z.ZodObject<{
|
|
|
8198
8204
|
maxActivations?: number | undefined;
|
|
8199
8205
|
version?: string | undefined;
|
|
8200
8206
|
prerelease?: boolean | undefined;
|
|
8207
|
+
releaseDescription?: string | undefined;
|
|
8201
8208
|
downloads?: {
|
|
8202
8209
|
path: string | null;
|
|
8203
8210
|
name: string;
|
|
@@ -8220,6 +8227,7 @@ declare const productSummarySchema: z.ZodObject<{
|
|
|
8220
8227
|
maxActivations?: number | undefined;
|
|
8221
8228
|
version?: string | undefined;
|
|
8222
8229
|
prerelease?: boolean | undefined;
|
|
8230
|
+
releaseDescription?: string | undefined;
|
|
8223
8231
|
downloads?: {
|
|
8224
8232
|
path: string | null;
|
|
8225
8233
|
name: string;
|
package/dist/index.js
CHANGED
|
@@ -90,6 +90,7 @@ var productSummarySchema = z2.object({
|
|
|
90
90
|
currentVersion: z2.string().nullable(),
|
|
91
91
|
version: z2.string().optional(),
|
|
92
92
|
prerelease: z2.boolean().optional(),
|
|
93
|
+
releaseDescription: z2.string().optional(),
|
|
93
94
|
downloadsNeedsUser: z2.boolean(),
|
|
94
95
|
downloadsNeedsOwnership: z2.boolean(),
|
|
95
96
|
downloads: z2.array(downloadSchema).optional()
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moonbase.sh/storefront-api",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.60",
|
|
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",
|