@contractspec/example.marketplace 1.54.0 → 1.56.0

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.
Files changed (38) hide show
  1. package/dist/entities/index.d.ts +296 -296
  2. package/dist/entities/index.d.ts.map +1 -1
  3. package/dist/entities/order.d.ts +78 -78
  4. package/dist/entities/payout.d.ts +65 -65
  5. package/dist/entities/product.d.ts +70 -70
  6. package/dist/entities/review.d.ts +56 -56
  7. package/dist/entities/store.d.ts +41 -41
  8. package/dist/order/order.event.d.ts +38 -38
  9. package/dist/order/order.event.d.ts.map +1 -1
  10. package/dist/order/order.operations.d.ts +89 -89
  11. package/dist/order/order.operations.d.ts.map +1 -1
  12. package/dist/order/order.schema.d.ts +39 -39
  13. package/dist/payout/payout.enum.d.ts +2 -2
  14. package/dist/payout/payout.event.d.ts +17 -17
  15. package/dist/payout/payout.operations.d.ts +24 -24
  16. package/dist/payout/payout.presentation.d.ts +3 -3
  17. package/dist/payout/payout.schema.d.ts +37 -37
  18. package/dist/product/product.enum.d.ts +2 -2
  19. package/dist/product/product.event.d.ts +20 -20
  20. package/dist/product/product.operations.d.ts +68 -68
  21. package/dist/product/product.presentation.d.ts +4 -4
  22. package/dist/product/product.schema.d.ts +52 -52
  23. package/dist/review/review.enum.d.ts +2 -2
  24. package/dist/review/review.event.d.ts +15 -15
  25. package/dist/review/review.operations.d.ts +59 -59
  26. package/dist/review/review.operations.d.ts.map +1 -1
  27. package/dist/review/review.presentation.d.ts +3 -3
  28. package/dist/review/review.schema.d.ts +45 -45
  29. package/dist/store/store.enum.d.ts +2 -2
  30. package/dist/store/store.event.d.ts +14 -14
  31. package/dist/store/store.event.d.ts.map +1 -1
  32. package/dist/store/store.operations.d.ts +33 -33
  33. package/dist/store/store.operations.d.ts.map +1 -1
  34. package/dist/store/store.presentation.d.ts +3 -3
  35. package/dist/store/store.schema.d.ts +20 -20
  36. package/dist/store/store.schema.d.ts.map +1 -1
  37. package/dist/tests/operations.test-spec.d.ts +6 -6
  38. package/package.json +8 -8
@@ -1,48 +1,48 @@
1
- import * as _contractspec_lib_contracts41 from "@contractspec/lib.contracts";
2
- import * as _contractspec_lib_schema1139 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_contracts27 from "@contractspec/lib.contracts";
2
+ import * as _contractspec_lib_schema973 from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/store/store.event.d.ts
5
- declare const StoreCreatedEvent: _contractspec_lib_contracts41.EventSpec<_contractspec_lib_schema1139.SchemaModel<{
5
+ declare const StoreCreatedEvent: _contractspec_lib_contracts27.EventSpec<_contractspec_lib_schema973.SchemaModel<{
6
6
  storeId: {
7
- type: _contractspec_lib_schema1139.FieldType<string, string>;
7
+ type: _contractspec_lib_schema973.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  name: {
11
- type: _contractspec_lib_schema1139.FieldType<string, string>;
11
+ type: _contractspec_lib_schema973.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  slug: {
15
- type: _contractspec_lib_schema1139.FieldType<string, string>;
15
+ type: _contractspec_lib_schema973.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  ownerId: {
19
- type: _contractspec_lib_schema1139.FieldType<string, string>;
19
+ type: _contractspec_lib_schema973.FieldType<string, string>;
20
20
  isOptional: false;
21
21
  };
22
22
  timestamp: {
23
- type: _contractspec_lib_schema1139.FieldType<Date, string>;
23
+ type: _contractspec_lib_schema973.FieldType<Date, string>;
24
24
  isOptional: false;
25
25
  };
26
26
  }>>;
27
- declare const StoreStatusChangedEvent: _contractspec_lib_contracts41.EventSpec<_contractspec_lib_schema1139.SchemaModel<{
27
+ declare const StoreStatusChangedEvent: _contractspec_lib_contracts27.EventSpec<_contractspec_lib_schema973.SchemaModel<{
28
28
  storeId: {
29
- type: _contractspec_lib_schema1139.FieldType<string, string>;
29
+ type: _contractspec_lib_schema973.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  previousStatus: {
33
- type: _contractspec_lib_schema1139.FieldType<string, string>;
33
+ type: _contractspec_lib_schema973.FieldType<string, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  newStatus: {
37
- type: _contractspec_lib_schema1139.FieldType<string, string>;
37
+ type: _contractspec_lib_schema973.FieldType<string, string>;
38
38
  isOptional: false;
39
39
  };
40
40
  reason: {
41
- type: _contractspec_lib_schema1139.FieldType<string, string>;
41
+ type: _contractspec_lib_schema973.FieldType<string, string>;
42
42
  isOptional: true;
43
43
  };
44
44
  timestamp: {
45
- type: _contractspec_lib_schema1139.FieldType<Date, string>;
45
+ type: _contractspec_lib_schema973.FieldType<Date, string>;
46
46
  isOptional: false;
47
47
  };
48
48
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"store.event.d.ts","names":[],"sources":["../../src/store/store.event.ts"],"sourcesContent":[],"mappings":";;;;cA4Ba,mBAAiB,6BAAA,CAAA,uCAAA;;UAU5B,4BAAA,CAAA;;EAVW,CAAA;EAUX,IAAA,EAAA;;;;;;;EAV4B,CAAA;EAAA,OAAA,EAAA;IAYjB,IAAA,wCAUX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;AAVkC,cAAvB,uBAAuB,EAAA,6BAAA,CAAA,SAAA,8BAAA,WAAA,CAAA;EAAA,OAAA,EAAA;UAUlC,4BAAA,CAAA"}
1
+ {"version":3,"file":"store.event.d.ts","names":[],"sources":["../../src/store/store.event.ts"],"sourcesContent":[],"mappings":";;;;cA4Ba,mBAAiB,6BAAA,CAAA,sCAAA;;UAU5B,2BAAA,CAAA;;EAVW,CAAA;EAUX,IAAA,EAAA;;;;;;;EAV4B,CAAA;EAAA,OAAA,EAAA;IAYjB,IAAA,uCAUX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;AAVkC,cAAvB,uBAAuB,EAAA,6BAAA,CAAA,SAAA,6BAAA,WAAA,CAAA;EAAA,OAAA,EAAA;UAUlC,2BAAA,CAAA"}
@@ -1,127 +1,127 @@
1
- import * as _contractspec_lib_contracts19 from "@contractspec/lib.contracts";
2
- import * as _contractspec_lib_schema837 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_contracts35 from "@contractspec/lib.contracts";
2
+ import * as _contractspec_lib_schema1101 from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/store/store.operations.d.ts
5
5
  /**
6
6
  * Create a new seller store.
7
7
  */
8
- declare const CreateStoreContract: _contractspec_lib_contracts19.OperationSpec<_contractspec_lib_schema837.SchemaModel<{
8
+ declare const CreateStoreContract: _contractspec_lib_contracts35.OperationSpec<_contractspec_lib_schema1101.SchemaModel<{
9
9
  name: {
10
- type: _contractspec_lib_schema837.FieldType<string, string>;
10
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  slug: {
14
- type: _contractspec_lib_schema837.FieldType<string, string>;
14
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  description: {
18
- type: _contractspec_lib_schema837.FieldType<string, string>;
18
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
19
19
  isOptional: true;
20
20
  };
21
21
  email: {
22
- type: _contractspec_lib_schema837.FieldType<string, string>;
22
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
23
23
  isOptional: true;
24
24
  };
25
25
  country: {
26
- type: _contractspec_lib_schema837.FieldType<string, string>;
26
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
27
27
  isOptional: true;
28
28
  };
29
29
  currency: {
30
- type: _contractspec_lib_schema837.FieldType<string, string>;
30
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
31
31
  isOptional: true;
32
32
  };
33
- }>, _contractspec_lib_schema837.SchemaModel<{
33
+ }>, _contractspec_lib_schema1101.SchemaModel<{
34
34
  id: {
35
- type: _contractspec_lib_schema837.FieldType<string, string>;
35
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  name: {
39
- type: _contractspec_lib_schema837.FieldType<string, string>;
39
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  slug: {
43
- type: _contractspec_lib_schema837.FieldType<string, string>;
43
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  description: {
47
- type: _contractspec_lib_schema837.FieldType<string, string>;
47
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
48
48
  isOptional: true;
49
49
  };
50
50
  status: {
51
- type: _contractspec_lib_schema837.EnumType<[string, string, string, string]>;
51
+ type: _contractspec_lib_schema1101.EnumType<[string, string, string, string]>;
52
52
  isOptional: false;
53
53
  };
54
54
  ownerId: {
55
- type: _contractspec_lib_schema837.FieldType<string, string>;
55
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
56
56
  isOptional: false;
57
57
  };
58
58
  logoFileId: {
59
- type: _contractspec_lib_schema837.FieldType<string, string>;
59
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
60
60
  isOptional: true;
61
61
  };
62
62
  isVerified: {
63
- type: _contractspec_lib_schema837.FieldType<boolean, boolean>;
63
+ type: _contractspec_lib_schema1101.FieldType<boolean, boolean>;
64
64
  isOptional: false;
65
65
  };
66
66
  totalProducts: {
67
- type: _contractspec_lib_schema837.FieldType<number, number>;
67
+ type: _contractspec_lib_schema1101.FieldType<number, number>;
68
68
  isOptional: false;
69
69
  };
70
70
  averageRating: {
71
- type: _contractspec_lib_schema837.FieldType<number, number>;
71
+ type: _contractspec_lib_schema1101.FieldType<number, number>;
72
72
  isOptional: false;
73
73
  };
74
74
  createdAt: {
75
- type: _contractspec_lib_schema837.FieldType<Date, string>;
75
+ type: _contractspec_lib_schema1101.FieldType<Date, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  }>, {
79
79
  key: string;
80
80
  version: string;
81
81
  when: string;
82
- payload: _contractspec_lib_schema837.SchemaModel<{
82
+ payload: _contractspec_lib_schema1101.SchemaModel<{
83
83
  id: {
84
- type: _contractspec_lib_schema837.FieldType<string, string>;
84
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
85
85
  isOptional: false;
86
86
  };
87
87
  name: {
88
- type: _contractspec_lib_schema837.FieldType<string, string>;
88
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
89
89
  isOptional: false;
90
90
  };
91
91
  slug: {
92
- type: _contractspec_lib_schema837.FieldType<string, string>;
92
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
93
93
  isOptional: false;
94
94
  };
95
95
  description: {
96
- type: _contractspec_lib_schema837.FieldType<string, string>;
96
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
97
97
  isOptional: true;
98
98
  };
99
99
  status: {
100
- type: _contractspec_lib_schema837.EnumType<[string, string, string, string]>;
100
+ type: _contractspec_lib_schema1101.EnumType<[string, string, string, string]>;
101
101
  isOptional: false;
102
102
  };
103
103
  ownerId: {
104
- type: _contractspec_lib_schema837.FieldType<string, string>;
104
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
105
105
  isOptional: false;
106
106
  };
107
107
  logoFileId: {
108
- type: _contractspec_lib_schema837.FieldType<string, string>;
108
+ type: _contractspec_lib_schema1101.FieldType<string, string>;
109
109
  isOptional: true;
110
110
  };
111
111
  isVerified: {
112
- type: _contractspec_lib_schema837.FieldType<boolean, boolean>;
112
+ type: _contractspec_lib_schema1101.FieldType<boolean, boolean>;
113
113
  isOptional: false;
114
114
  };
115
115
  totalProducts: {
116
- type: _contractspec_lib_schema837.FieldType<number, number>;
116
+ type: _contractspec_lib_schema1101.FieldType<number, number>;
117
117
  isOptional: false;
118
118
  };
119
119
  averageRating: {
120
- type: _contractspec_lib_schema837.FieldType<number, number>;
120
+ type: _contractspec_lib_schema1101.FieldType<number, number>;
121
121
  isOptional: false;
122
122
  };
123
123
  createdAt: {
124
- type: _contractspec_lib_schema837.FieldType<Date, string>;
124
+ type: _contractspec_lib_schema1101.FieldType<Date, string>;
125
125
  isOptional: false;
126
126
  };
127
127
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"store.operations.d.ts","names":[],"sources":["../../src/store/store.operations.ts"],"sourcesContent":[],"mappings":";;;;;;;cAQa,mDAAmB,0CAAA;EAAnB,IAAA,EAAA;IAyCX,IAAA,EAAA,2BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EAzC8B,WAAA,EAAA;;;;;;;;;;;;;;;;;;UAAA,2BAAA,CAAA;;;;;;;;+CAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA"}
1
+ {"version":3,"file":"store.operations.d.ts","names":[],"sources":["../../src/store/store.operations.ts"],"sourcesContent":[],"mappings":";;;;;;;cAQa,mDAAmB,2CAAA;EAAnB,IAAA,EAAA;IAyCX,IAAA,EAAA,4BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EAzC8B,WAAA,EAAA;;;;;;;;;;;;;;;;;;UAAA,4BAAA,CAAA;;;;;;;;gDAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA"}
@@ -1,8 +1,8 @@
1
- import * as _contractspec_lib_contracts20 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts36 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/store/store.presentation.d.ts
4
- declare const StoreProfilePresentation: _contractspec_lib_contracts20.PresentationSpec;
5
- declare const SellerDashboardPresentation: _contractspec_lib_contracts20.PresentationSpec;
4
+ declare const StoreProfilePresentation: _contractspec_lib_contracts36.PresentationSpec;
5
+ declare const SellerDashboardPresentation: _contractspec_lib_contracts36.PresentationSpec;
6
6
  //#endregion
7
7
  export { SellerDashboardPresentation, StoreProfilePresentation };
8
8
  //# sourceMappingURL=store.presentation.d.ts.map
@@ -1,81 +1,81 @@
1
- import * as _contractspec_lib_schema887 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema1132 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/store/store.schema.d.ts
4
4
  /**
5
5
  * A seller store.
6
6
  */
7
- declare const StoreModel: _contractspec_lib_schema887.SchemaModel<{
7
+ declare const StoreModel: _contractspec_lib_schema1132.SchemaModel<{
8
8
  id: {
9
- type: _contractspec_lib_schema887.FieldType<string, string>;
9
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  name: {
13
- type: _contractspec_lib_schema887.FieldType<string, string>;
13
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  slug: {
17
- type: _contractspec_lib_schema887.FieldType<string, string>;
17
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  description: {
21
- type: _contractspec_lib_schema887.FieldType<string, string>;
21
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
22
22
  isOptional: true;
23
23
  };
24
24
  status: {
25
- type: _contractspec_lib_schema887.EnumType<[string, string, string, string]>;
25
+ type: _contractspec_lib_schema1132.EnumType<[string, string, string, string]>;
26
26
  isOptional: false;
27
27
  };
28
28
  ownerId: {
29
- type: _contractspec_lib_schema887.FieldType<string, string>;
29
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  logoFileId: {
33
- type: _contractspec_lib_schema887.FieldType<string, string>;
33
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
34
34
  isOptional: true;
35
35
  };
36
36
  isVerified: {
37
- type: _contractspec_lib_schema887.FieldType<boolean, boolean>;
37
+ type: _contractspec_lib_schema1132.FieldType<boolean, boolean>;
38
38
  isOptional: false;
39
39
  };
40
40
  totalProducts: {
41
- type: _contractspec_lib_schema887.FieldType<number, number>;
41
+ type: _contractspec_lib_schema1132.FieldType<number, number>;
42
42
  isOptional: false;
43
43
  };
44
44
  averageRating: {
45
- type: _contractspec_lib_schema887.FieldType<number, number>;
45
+ type: _contractspec_lib_schema1132.FieldType<number, number>;
46
46
  isOptional: false;
47
47
  };
48
48
  createdAt: {
49
- type: _contractspec_lib_schema887.FieldType<Date, string>;
49
+ type: _contractspec_lib_schema1132.FieldType<Date, string>;
50
50
  isOptional: false;
51
51
  };
52
52
  }>;
53
53
  /**
54
54
  * Input for creating a store.
55
55
  */
56
- declare const CreateStoreInputModel: _contractspec_lib_schema887.SchemaModel<{
56
+ declare const CreateStoreInputModel: _contractspec_lib_schema1132.SchemaModel<{
57
57
  name: {
58
- type: _contractspec_lib_schema887.FieldType<string, string>;
58
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
59
59
  isOptional: false;
60
60
  };
61
61
  slug: {
62
- type: _contractspec_lib_schema887.FieldType<string, string>;
62
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
63
63
  isOptional: false;
64
64
  };
65
65
  description: {
66
- type: _contractspec_lib_schema887.FieldType<string, string>;
66
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
67
67
  isOptional: true;
68
68
  };
69
69
  email: {
70
- type: _contractspec_lib_schema887.FieldType<string, string>;
70
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
71
71
  isOptional: true;
72
72
  };
73
73
  country: {
74
- type: _contractspec_lib_schema887.FieldType<string, string>;
74
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
75
75
  isOptional: true;
76
76
  };
77
77
  currency: {
78
- type: _contractspec_lib_schema887.FieldType<string, string>;
78
+ type: _contractspec_lib_schema1132.FieldType<string, string>;
79
79
  isOptional: true;
80
80
  };
81
81
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"store.schema.d.ts","names":[],"sources":["../../src/store/store.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AAMa,cAAA,UAgBX,8BAhBqB,WAgBrB,CAAA;EAAA,EAAA,EAAA;UAAA,2BAAA,CAAA;;;;;;;;;;;;IAhBqB,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAqBV,UAAA,EAAA,IAAA;EAUX,CAAA;;;;;;+CAVgC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cAArB,mDAAqB;;UAUhC,2BAAA,CAAA"}
1
+ {"version":3,"file":"store.schema.d.ts","names":[],"sources":["../../src/store/store.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AAMa,cAAA,UAgBX,+BAhBqB,WAgBrB,CAAA;EAAA,EAAA,EAAA;UAAA,4BAAA,CAAA;;;;;;;;;;;;IAhBqB,IAAA,wCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAqBV,UAAA,EAAA,IAAA;EAUX,CAAA;;;;;;gDAVgC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cAArB,oDAAqB;;UAUhC,4BAAA,CAAA"}
@@ -1,11 +1,11 @@
1
- import * as _contractspec_lib_contracts27 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts38 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/tests/operations.test-spec.d.ts
4
- declare const ProductListTest: _contractspec_lib_contracts27.TestSpec;
5
- declare const OrderCreateTest: _contractspec_lib_contracts27.TestSpec;
6
- declare const PayoutListTest: _contractspec_lib_contracts27.TestSpec;
7
- declare const ReviewListTest: _contractspec_lib_contracts27.TestSpec;
8
- declare const ReviewCreateTest: _contractspec_lib_contracts27.TestSpec;
4
+ declare const ProductListTest: _contractspec_lib_contracts38.TestSpec;
5
+ declare const OrderCreateTest: _contractspec_lib_contracts38.TestSpec;
6
+ declare const PayoutListTest: _contractspec_lib_contracts38.TestSpec;
7
+ declare const ReviewListTest: _contractspec_lib_contracts38.TestSpec;
8
+ declare const ReviewCreateTest: _contractspec_lib_contracts38.TestSpec;
9
9
  //#endregion
10
10
  export { OrderCreateTest, PayoutListTest, ProductListTest, ReviewCreateTest, ReviewListTest };
11
11
  //# sourceMappingURL=operations.test-spec.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.marketplace",
3
- "version": "1.54.0",
3
+ "version": "1.56.0",
4
4
  "description": "Marketplace example with orders, payouts, and reviews for ContractSpec",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -17,17 +17,17 @@
17
17
  "lint:check": "eslint src"
18
18
  },
19
19
  "dependencies": {
20
- "@contractspec/lib.schema": "1.54.0",
21
- "@contractspec/lib.contracts": "1.54.0",
22
- "@contractspec/lib.example-shared-ui": "1.8.0",
23
- "@contractspec/lib.design-system": "1.54.0",
24
- "@contractspec/lib.runtime-sandbox": "0.9.0",
20
+ "@contractspec/lib.schema": "1.56.0",
21
+ "@contractspec/lib.contracts": "1.56.0",
22
+ "@contractspec/lib.example-shared-ui": "1.10.0",
23
+ "@contractspec/lib.design-system": "1.56.0",
24
+ "@contractspec/lib.runtime-sandbox": "0.11.0",
25
25
  "react": "19.2.4",
26
26
  "react-dom": "19.2.4"
27
27
  },
28
28
  "devDependencies": {
29
- "@contractspec/tool.typescript": "1.54.0",
30
- "@contractspec/tool.tsdown": "1.54.0",
29
+ "@contractspec/tool.typescript": "1.56.0",
30
+ "@contractspec/tool.tsdown": "1.56.0",
31
31
  "typescript": "^5.9.3",
32
32
  "@types/react": "^19.2.8",
33
33
  "@types/react-dom": "^19.2.2"