@contractspec/example.saas-boilerplate 3.7.0 → 3.7.3
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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +49 -0
- package/package.json +92 -274
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=48 noBundle=false
|
|
6
|
-
Bundled 48 modules in
|
|
6
|
+
Bundled 48 modules in 93ms
|
|
7
7
|
|
|
8
8
|
billing/billing.entity.js 3.54 KB (entry point)
|
|
9
9
|
tests/operations.test-spec.js 2.91 KB (entry point)
|
|
@@ -55,7 +55,7 @@ Bundled 48 modules in 78ms
|
|
|
55
55
|
billing/billing.enum.js 443 bytes (entry point)
|
|
56
56
|
|
|
57
57
|
[contractspec-bun-build] transpile target=node root=src entries=48 noBundle=false
|
|
58
|
-
Bundled 48 modules in
|
|
58
|
+
Bundled 48 modules in 81ms
|
|
59
59
|
|
|
60
60
|
billing/billing.entity.js 3.53 KB (entry point)
|
|
61
61
|
tests/operations.test-spec.js 2.90 KB (entry point)
|
|
@@ -107,7 +107,7 @@ Bundled 48 modules in 104ms
|
|
|
107
107
|
billing/billing.enum.js 435 bytes (entry point)
|
|
108
108
|
|
|
109
109
|
[contractspec-bun-build] transpile target=browser root=src entries=48 noBundle=false
|
|
110
|
-
Bundled 48 modules in
|
|
110
|
+
Bundled 48 modules in 85ms
|
|
111
111
|
|
|
112
112
|
billing/billing.entity.js 3.53 KB (entry point)
|
|
113
113
|
tests/operations.test-spec.js 2.90 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
# @contractspec/example.saas-boilerplate
|
|
2
2
|
|
|
3
|
+
## 3.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: release
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @contractspec/lib.example-shared-ui@6.0.3
|
|
10
|
+
- @contractspec/module.notifications@3.7.3
|
|
11
|
+
- @contractspec/lib.runtime-sandbox@2.7.3
|
|
12
|
+
- @contractspec/lib.contracts-spec@3.7.3
|
|
13
|
+
- @contractspec/module.audit-trail@3.7.3
|
|
14
|
+
- @contractspec/lib.design-system@3.7.3
|
|
15
|
+
- @contractspec/lib.identity-rbac@3.7.3
|
|
16
|
+
- @contractspec/lib.schema@3.7.3
|
|
17
|
+
- @contractspec/lib.jobs@3.7.3
|
|
18
|
+
|
|
19
|
+
## 3.7.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 8cd229b: fix: release
|
|
24
|
+
- Updated dependencies [8cd229b]
|
|
25
|
+
- Updated dependencies [04bc555]
|
|
26
|
+
- @contractspec/lib.example-shared-ui@6.0.2
|
|
27
|
+
- @contractspec/module.notifications@3.7.2
|
|
28
|
+
- @contractspec/lib.runtime-sandbox@2.7.2
|
|
29
|
+
- @contractspec/lib.contracts-spec@3.7.2
|
|
30
|
+
- @contractspec/module.audit-trail@3.7.2
|
|
31
|
+
- @contractspec/lib.design-system@3.7.2
|
|
32
|
+
- @contractspec/lib.identity-rbac@3.7.2
|
|
33
|
+
- @contractspec/lib.schema@3.7.2
|
|
34
|
+
- @contractspec/lib.jobs@3.7.2
|
|
35
|
+
|
|
36
|
+
## 3.7.1
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- 5eb8626: fix: package exports
|
|
41
|
+
- Updated dependencies [5eb8626]
|
|
42
|
+
- @contractspec/lib.example-shared-ui@6.0.1
|
|
43
|
+
- @contractspec/module.notifications@3.7.1
|
|
44
|
+
- @contractspec/lib.runtime-sandbox@2.7.1
|
|
45
|
+
- @contractspec/lib.contracts-spec@3.7.1
|
|
46
|
+
- @contractspec/module.audit-trail@3.7.1
|
|
47
|
+
- @contractspec/lib.design-system@3.7.1
|
|
48
|
+
- @contractspec/lib.identity-rbac@3.7.1
|
|
49
|
+
- @contractspec/lib.schema@3.7.1
|
|
50
|
+
- @contractspec/lib.jobs@3.7.1
|
|
51
|
+
|
|
3
52
|
## 3.7.0
|
|
4
53
|
|
|
5
54
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,435 +1,344 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.saas-boilerplate",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.3",
|
|
4
4
|
"description": "SaaS Boilerplate - Users, Orgs, Projects, Billing, Settings",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"types": "./dist/index.d.ts",
|
|
10
|
+
"browser": "./dist/browser/index.js",
|
|
10
11
|
"bun": "./dist/index.js",
|
|
11
12
|
"node": "./dist/node/index.js",
|
|
12
|
-
"browser": "./dist/browser/index.js",
|
|
13
13
|
"default": "./dist/index.js"
|
|
14
14
|
},
|
|
15
15
|
"./billing": {
|
|
16
16
|
"types": "./dist/billing/index.d.ts",
|
|
17
|
+
"browser": "./dist/browser/billing/index.js",
|
|
17
18
|
"bun": "./dist/billing/index.js",
|
|
18
19
|
"node": "./dist/node/billing/index.js",
|
|
19
|
-
"browser": "./dist/browser/billing/index.js",
|
|
20
20
|
"default": "./dist/billing/index.js"
|
|
21
21
|
},
|
|
22
22
|
"./billing/billing.entity": {
|
|
23
23
|
"types": "./dist/billing/billing.entity.d.ts",
|
|
24
|
+
"browser": "./dist/browser/billing/billing.entity.js",
|
|
24
25
|
"bun": "./dist/billing/billing.entity.js",
|
|
25
26
|
"node": "./dist/node/billing/billing.entity.js",
|
|
26
|
-
"browser": "./dist/browser/billing/billing.entity.js",
|
|
27
27
|
"default": "./dist/billing/billing.entity.js"
|
|
28
28
|
},
|
|
29
29
|
"./billing/billing.enum": {
|
|
30
30
|
"types": "./dist/billing/billing.enum.d.ts",
|
|
31
|
+
"browser": "./dist/browser/billing/billing.enum.js",
|
|
31
32
|
"bun": "./dist/billing/billing.enum.js",
|
|
32
33
|
"node": "./dist/node/billing/billing.enum.js",
|
|
33
|
-
"browser": "./dist/browser/billing/billing.enum.js",
|
|
34
34
|
"default": "./dist/billing/billing.enum.js"
|
|
35
35
|
},
|
|
36
36
|
"./billing/billing.event": {
|
|
37
37
|
"types": "./dist/billing/billing.event.d.ts",
|
|
38
|
+
"browser": "./dist/browser/billing/billing.event.js",
|
|
38
39
|
"bun": "./dist/billing/billing.event.js",
|
|
39
40
|
"node": "./dist/node/billing/billing.event.js",
|
|
40
|
-
"browser": "./dist/browser/billing/billing.event.js",
|
|
41
41
|
"default": "./dist/billing/billing.event.js"
|
|
42
42
|
},
|
|
43
43
|
"./billing/billing.handler": {
|
|
44
44
|
"types": "./dist/billing/billing.handler.d.ts",
|
|
45
|
+
"browser": "./dist/browser/billing/billing.handler.js",
|
|
45
46
|
"bun": "./dist/billing/billing.handler.js",
|
|
46
47
|
"node": "./dist/node/billing/billing.handler.js",
|
|
47
|
-
"browser": "./dist/browser/billing/billing.handler.js",
|
|
48
48
|
"default": "./dist/billing/billing.handler.js"
|
|
49
49
|
},
|
|
50
50
|
"./billing/billing.operations": {
|
|
51
51
|
"types": "./dist/billing/billing.operations.d.ts",
|
|
52
|
+
"browser": "./dist/browser/billing/billing.operations.js",
|
|
52
53
|
"bun": "./dist/billing/billing.operations.js",
|
|
53
54
|
"node": "./dist/node/billing/billing.operations.js",
|
|
54
|
-
"browser": "./dist/browser/billing/billing.operations.js",
|
|
55
55
|
"default": "./dist/billing/billing.operations.js"
|
|
56
56
|
},
|
|
57
57
|
"./billing/billing.presentation": {
|
|
58
58
|
"types": "./dist/billing/billing.presentation.d.ts",
|
|
59
|
+
"browser": "./dist/browser/billing/billing.presentation.js",
|
|
59
60
|
"bun": "./dist/billing/billing.presentation.js",
|
|
60
61
|
"node": "./dist/node/billing/billing.presentation.js",
|
|
61
|
-
"browser": "./dist/browser/billing/billing.presentation.js",
|
|
62
62
|
"default": "./dist/billing/billing.presentation.js"
|
|
63
63
|
},
|
|
64
64
|
"./billing/billing.schema": {
|
|
65
65
|
"types": "./dist/billing/billing.schema.d.ts",
|
|
66
|
+
"browser": "./dist/browser/billing/billing.schema.js",
|
|
66
67
|
"bun": "./dist/billing/billing.schema.js",
|
|
67
68
|
"node": "./dist/node/billing/billing.schema.js",
|
|
68
|
-
"browser": "./dist/browser/billing/billing.schema.js",
|
|
69
69
|
"default": "./dist/billing/billing.schema.js"
|
|
70
70
|
},
|
|
71
|
-
"./billing/index": {
|
|
72
|
-
"types": "./dist/billing/index.d.ts",
|
|
73
|
-
"bun": "./dist/billing/index.js",
|
|
74
|
-
"node": "./dist/node/billing/index.js",
|
|
75
|
-
"browser": "./dist/browser/billing/index.js",
|
|
76
|
-
"default": "./dist/billing/index.js"
|
|
77
|
-
},
|
|
78
71
|
"./dashboard": {
|
|
79
72
|
"types": "./dist/dashboard/index.d.ts",
|
|
73
|
+
"browser": "./dist/browser/dashboard/index.js",
|
|
80
74
|
"bun": "./dist/dashboard/index.js",
|
|
81
75
|
"node": "./dist/node/dashboard/index.js",
|
|
82
|
-
"browser": "./dist/browser/dashboard/index.js",
|
|
83
76
|
"default": "./dist/dashboard/index.js"
|
|
84
77
|
},
|
|
85
78
|
"./dashboard/dashboard.presentation": {
|
|
86
79
|
"types": "./dist/dashboard/dashboard.presentation.d.ts",
|
|
80
|
+
"browser": "./dist/browser/dashboard/dashboard.presentation.js",
|
|
87
81
|
"bun": "./dist/dashboard/dashboard.presentation.js",
|
|
88
82
|
"node": "./dist/node/dashboard/dashboard.presentation.js",
|
|
89
|
-
"browser": "./dist/browser/dashboard/dashboard.presentation.js",
|
|
90
83
|
"default": "./dist/dashboard/dashboard.presentation.js"
|
|
91
84
|
},
|
|
92
|
-
"./dashboard/index": {
|
|
93
|
-
"types": "./dist/dashboard/index.d.ts",
|
|
94
|
-
"bun": "./dist/dashboard/index.js",
|
|
95
|
-
"node": "./dist/node/dashboard/index.js",
|
|
96
|
-
"browser": "./dist/browser/dashboard/index.js",
|
|
97
|
-
"default": "./dist/dashboard/index.js"
|
|
98
|
-
},
|
|
99
85
|
"./docs": {
|
|
100
86
|
"types": "./dist/docs/index.d.ts",
|
|
101
|
-
"bun": "./dist/docs/index.js",
|
|
102
|
-
"node": "./dist/node/docs/index.js",
|
|
103
87
|
"browser": "./dist/browser/docs/index.js",
|
|
104
|
-
"default": "./dist/docs/index.js"
|
|
105
|
-
},
|
|
106
|
-
"./docs/index": {
|
|
107
|
-
"types": "./dist/docs/index.d.ts",
|
|
108
88
|
"bun": "./dist/docs/index.js",
|
|
109
89
|
"node": "./dist/node/docs/index.js",
|
|
110
|
-
"browser": "./dist/browser/docs/index.js",
|
|
111
90
|
"default": "./dist/docs/index.js"
|
|
112
91
|
},
|
|
113
92
|
"./docs/saas-boilerplate.docblock": {
|
|
114
93
|
"types": "./dist/docs/saas-boilerplate.docblock.d.ts",
|
|
94
|
+
"browser": "./dist/browser/docs/saas-boilerplate.docblock.js",
|
|
115
95
|
"bun": "./dist/docs/saas-boilerplate.docblock.js",
|
|
116
96
|
"node": "./dist/node/docs/saas-boilerplate.docblock.js",
|
|
117
|
-
"browser": "./dist/browser/docs/saas-boilerplate.docblock.js",
|
|
118
97
|
"default": "./dist/docs/saas-boilerplate.docblock.js"
|
|
119
98
|
},
|
|
120
99
|
"./example": {
|
|
121
100
|
"types": "./dist/example.d.ts",
|
|
101
|
+
"browser": "./dist/browser/example.js",
|
|
122
102
|
"bun": "./dist/example.js",
|
|
123
103
|
"node": "./dist/node/example.js",
|
|
124
|
-
"browser": "./dist/browser/example.js",
|
|
125
104
|
"default": "./dist/example.js"
|
|
126
105
|
},
|
|
127
106
|
"./handlers": {
|
|
128
107
|
"types": "./dist/handlers/index.d.ts",
|
|
129
|
-
"bun": "./dist/handlers/index.js",
|
|
130
|
-
"node": "./dist/node/handlers/index.js",
|
|
131
108
|
"browser": "./dist/browser/handlers/index.js",
|
|
132
|
-
"default": "./dist/handlers/index.js"
|
|
133
|
-
},
|
|
134
|
-
"./handlers/index": {
|
|
135
|
-
"types": "./dist/handlers/index.d.ts",
|
|
136
109
|
"bun": "./dist/handlers/index.js",
|
|
137
110
|
"node": "./dist/node/handlers/index.js",
|
|
138
|
-
"browser": "./dist/browser/handlers/index.js",
|
|
139
111
|
"default": "./dist/handlers/index.js"
|
|
140
112
|
},
|
|
141
113
|
"./handlers/saas.handlers": {
|
|
142
114
|
"types": "./dist/handlers/saas.handlers.d.ts",
|
|
115
|
+
"browser": "./dist/browser/handlers/saas.handlers.js",
|
|
143
116
|
"bun": "./dist/handlers/saas.handlers.js",
|
|
144
117
|
"node": "./dist/node/handlers/saas.handlers.js",
|
|
145
|
-
"browser": "./dist/browser/handlers/saas.handlers.js",
|
|
146
118
|
"default": "./dist/handlers/saas.handlers.js"
|
|
147
119
|
},
|
|
148
120
|
"./presentations": {
|
|
149
121
|
"types": "./dist/presentations/index.d.ts",
|
|
150
|
-
"bun": "./dist/presentations/index.js",
|
|
151
|
-
"node": "./dist/node/presentations/index.js",
|
|
152
122
|
"browser": "./dist/browser/presentations/index.js",
|
|
153
|
-
"default": "./dist/presentations/index.js"
|
|
154
|
-
},
|
|
155
|
-
"./presentations/index": {
|
|
156
|
-
"types": "./dist/presentations/index.d.ts",
|
|
157
123
|
"bun": "./dist/presentations/index.js",
|
|
158
124
|
"node": "./dist/node/presentations/index.js",
|
|
159
|
-
"browser": "./dist/browser/presentations/index.js",
|
|
160
125
|
"default": "./dist/presentations/index.js"
|
|
161
126
|
},
|
|
162
127
|
"./project": {
|
|
163
128
|
"types": "./dist/project/index.d.ts",
|
|
164
|
-
"bun": "./dist/project/index.js",
|
|
165
|
-
"node": "./dist/node/project/index.js",
|
|
166
129
|
"browser": "./dist/browser/project/index.js",
|
|
167
|
-
"default": "./dist/project/index.js"
|
|
168
|
-
},
|
|
169
|
-
"./project/index": {
|
|
170
|
-
"types": "./dist/project/index.d.ts",
|
|
171
130
|
"bun": "./dist/project/index.js",
|
|
172
131
|
"node": "./dist/node/project/index.js",
|
|
173
|
-
"browser": "./dist/browser/project/index.js",
|
|
174
132
|
"default": "./dist/project/index.js"
|
|
175
133
|
},
|
|
176
134
|
"./project/project.entity": {
|
|
177
135
|
"types": "./dist/project/project.entity.d.ts",
|
|
136
|
+
"browser": "./dist/browser/project/project.entity.js",
|
|
178
137
|
"bun": "./dist/project/project.entity.js",
|
|
179
138
|
"node": "./dist/node/project/project.entity.js",
|
|
180
|
-
"browser": "./dist/browser/project/project.entity.js",
|
|
181
139
|
"default": "./dist/project/project.entity.js"
|
|
182
140
|
},
|
|
183
141
|
"./project/project.enum": {
|
|
184
142
|
"types": "./dist/project/project.enum.d.ts",
|
|
143
|
+
"browser": "./dist/browser/project/project.enum.js",
|
|
185
144
|
"bun": "./dist/project/project.enum.js",
|
|
186
145
|
"node": "./dist/node/project/project.enum.js",
|
|
187
|
-
"browser": "./dist/browser/project/project.enum.js",
|
|
188
146
|
"default": "./dist/project/project.enum.js"
|
|
189
147
|
},
|
|
190
148
|
"./project/project.event": {
|
|
191
149
|
"types": "./dist/project/project.event.d.ts",
|
|
150
|
+
"browser": "./dist/browser/project/project.event.js",
|
|
192
151
|
"bun": "./dist/project/project.event.js",
|
|
193
152
|
"node": "./dist/node/project/project.event.js",
|
|
194
|
-
"browser": "./dist/browser/project/project.event.js",
|
|
195
153
|
"default": "./dist/project/project.event.js"
|
|
196
154
|
},
|
|
197
155
|
"./project/project.handler": {
|
|
198
156
|
"types": "./dist/project/project.handler.d.ts",
|
|
157
|
+
"browser": "./dist/browser/project/project.handler.js",
|
|
199
158
|
"bun": "./dist/project/project.handler.js",
|
|
200
159
|
"node": "./dist/node/project/project.handler.js",
|
|
201
|
-
"browser": "./dist/browser/project/project.handler.js",
|
|
202
160
|
"default": "./dist/project/project.handler.js"
|
|
203
161
|
},
|
|
204
162
|
"./project/project.operations": {
|
|
205
163
|
"types": "./dist/project/project.operations.d.ts",
|
|
164
|
+
"browser": "./dist/browser/project/project.operations.js",
|
|
206
165
|
"bun": "./dist/project/project.operations.js",
|
|
207
166
|
"node": "./dist/node/project/project.operations.js",
|
|
208
|
-
"browser": "./dist/browser/project/project.operations.js",
|
|
209
167
|
"default": "./dist/project/project.operations.js"
|
|
210
168
|
},
|
|
211
169
|
"./project/project.presentation": {
|
|
212
170
|
"types": "./dist/project/project.presentation.d.ts",
|
|
171
|
+
"browser": "./dist/browser/project/project.presentation.js",
|
|
213
172
|
"bun": "./dist/project/project.presentation.js",
|
|
214
173
|
"node": "./dist/node/project/project.presentation.js",
|
|
215
|
-
"browser": "./dist/browser/project/project.presentation.js",
|
|
216
174
|
"default": "./dist/project/project.presentation.js"
|
|
217
175
|
},
|
|
218
176
|
"./project/project.schema": {
|
|
219
177
|
"types": "./dist/project/project.schema.d.ts",
|
|
178
|
+
"browser": "./dist/browser/project/project.schema.js",
|
|
220
179
|
"bun": "./dist/project/project.schema.js",
|
|
221
180
|
"node": "./dist/node/project/project.schema.js",
|
|
222
|
-
"browser": "./dist/browser/project/project.schema.js",
|
|
223
181
|
"default": "./dist/project/project.schema.js"
|
|
224
182
|
},
|
|
225
183
|
"./saas-boilerplate.feature": {
|
|
226
184
|
"types": "./dist/saas-boilerplate.feature.d.ts",
|
|
185
|
+
"browser": "./dist/browser/saas-boilerplate.feature.js",
|
|
227
186
|
"bun": "./dist/saas-boilerplate.feature.js",
|
|
228
187
|
"node": "./dist/node/saas-boilerplate.feature.js",
|
|
229
|
-
"browser": "./dist/browser/saas-boilerplate.feature.js",
|
|
230
188
|
"default": "./dist/saas-boilerplate.feature.js"
|
|
231
189
|
},
|
|
232
190
|
"./seeders": {
|
|
233
191
|
"types": "./dist/seeders/index.d.ts",
|
|
234
|
-
"bun": "./dist/seeders/index.js",
|
|
235
|
-
"node": "./dist/node/seeders/index.js",
|
|
236
192
|
"browser": "./dist/browser/seeders/index.js",
|
|
237
|
-
"default": "./dist/seeders/index.js"
|
|
238
|
-
},
|
|
239
|
-
"./seeders/index": {
|
|
240
|
-
"types": "./dist/seeders/index.d.ts",
|
|
241
193
|
"bun": "./dist/seeders/index.js",
|
|
242
194
|
"node": "./dist/node/seeders/index.js",
|
|
243
|
-
"browser": "./dist/browser/seeders/index.js",
|
|
244
195
|
"default": "./dist/seeders/index.js"
|
|
245
196
|
},
|
|
246
197
|
"./settings": {
|
|
247
198
|
"types": "./dist/settings/index.d.ts",
|
|
248
|
-
"bun": "./dist/settings/index.js",
|
|
249
|
-
"node": "./dist/node/settings/index.js",
|
|
250
199
|
"browser": "./dist/browser/settings/index.js",
|
|
251
|
-
"default": "./dist/settings/index.js"
|
|
252
|
-
},
|
|
253
|
-
"./settings/index": {
|
|
254
|
-
"types": "./dist/settings/index.d.ts",
|
|
255
200
|
"bun": "./dist/settings/index.js",
|
|
256
201
|
"node": "./dist/node/settings/index.js",
|
|
257
|
-
"browser": "./dist/browser/settings/index.js",
|
|
258
202
|
"default": "./dist/settings/index.js"
|
|
259
203
|
},
|
|
260
204
|
"./settings/settings.entity": {
|
|
261
205
|
"types": "./dist/settings/settings.entity.d.ts",
|
|
206
|
+
"browser": "./dist/browser/settings/settings.entity.js",
|
|
262
207
|
"bun": "./dist/settings/settings.entity.js",
|
|
263
208
|
"node": "./dist/node/settings/settings.entity.js",
|
|
264
|
-
"browser": "./dist/browser/settings/settings.entity.js",
|
|
265
209
|
"default": "./dist/settings/settings.entity.js"
|
|
266
210
|
},
|
|
267
211
|
"./settings/settings.enum": {
|
|
268
212
|
"types": "./dist/settings/settings.enum.d.ts",
|
|
213
|
+
"browser": "./dist/browser/settings/settings.enum.js",
|
|
269
214
|
"bun": "./dist/settings/settings.enum.js",
|
|
270
215
|
"node": "./dist/node/settings/settings.enum.js",
|
|
271
|
-
"browser": "./dist/browser/settings/settings.enum.js",
|
|
272
216
|
"default": "./dist/settings/settings.enum.js"
|
|
273
217
|
},
|
|
274
218
|
"./shared/mock-data": {
|
|
275
219
|
"types": "./dist/shared/mock-data.d.ts",
|
|
220
|
+
"browser": "./dist/browser/shared/mock-data.js",
|
|
276
221
|
"bun": "./dist/shared/mock-data.js",
|
|
277
222
|
"node": "./dist/node/shared/mock-data.js",
|
|
278
|
-
"browser": "./dist/browser/shared/mock-data.js",
|
|
279
223
|
"default": "./dist/shared/mock-data.js"
|
|
280
224
|
},
|
|
281
225
|
"./shared/overlay-types": {
|
|
282
226
|
"types": "./dist/shared/overlay-types.d.ts",
|
|
227
|
+
"browser": "./dist/browser/shared/overlay-types.js",
|
|
283
228
|
"bun": "./dist/shared/overlay-types.js",
|
|
284
229
|
"node": "./dist/node/shared/overlay-types.js",
|
|
285
|
-
"browser": "./dist/browser/shared/overlay-types.js",
|
|
286
230
|
"default": "./dist/shared/overlay-types.js"
|
|
287
231
|
},
|
|
288
232
|
"./tests/operations.test-spec": {
|
|
289
233
|
"types": "./dist/tests/operations.test-spec.d.ts",
|
|
234
|
+
"browser": "./dist/browser/tests/operations.test-spec.js",
|
|
290
235
|
"bun": "./dist/tests/operations.test-spec.js",
|
|
291
236
|
"node": "./dist/node/tests/operations.test-spec.js",
|
|
292
|
-
"browser": "./dist/browser/tests/operations.test-spec.js",
|
|
293
237
|
"default": "./dist/tests/operations.test-spec.js"
|
|
294
238
|
},
|
|
295
239
|
"./ui": {
|
|
296
240
|
"types": "./dist/ui/index.d.ts",
|
|
241
|
+
"browser": "./dist/browser/ui/index.js",
|
|
297
242
|
"bun": "./dist/ui/index.js",
|
|
298
243
|
"node": "./dist/node/ui/index.js",
|
|
299
|
-
"browser": "./dist/browser/ui/index.js",
|
|
300
244
|
"default": "./dist/ui/index.js"
|
|
301
245
|
},
|
|
302
246
|
"./ui/hooks": {
|
|
303
247
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
304
|
-
"bun": "./dist/ui/hooks/index.js",
|
|
305
|
-
"node": "./dist/node/ui/hooks/index.js",
|
|
306
248
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
307
|
-
"default": "./dist/ui/hooks/index.js"
|
|
308
|
-
},
|
|
309
|
-
"./ui/hooks/index": {
|
|
310
|
-
"types": "./dist/ui/hooks/index.d.ts",
|
|
311
249
|
"bun": "./dist/ui/hooks/index.js",
|
|
312
250
|
"node": "./dist/node/ui/hooks/index.js",
|
|
313
|
-
"browser": "./dist/browser/ui/hooks/index.js",
|
|
314
251
|
"default": "./dist/ui/hooks/index.js"
|
|
315
252
|
},
|
|
316
253
|
"./ui/hooks/useProjectList": {
|
|
317
254
|
"types": "./dist/ui/hooks/useProjectList.d.ts",
|
|
255
|
+
"browser": "./dist/browser/ui/hooks/useProjectList.js",
|
|
318
256
|
"bun": "./dist/ui/hooks/useProjectList.js",
|
|
319
257
|
"node": "./dist/node/ui/hooks/useProjectList.js",
|
|
320
|
-
"browser": "./dist/browser/ui/hooks/useProjectList.js",
|
|
321
258
|
"default": "./dist/ui/hooks/useProjectList.js"
|
|
322
259
|
},
|
|
323
260
|
"./ui/hooks/useProjectMutations": {
|
|
324
261
|
"types": "./dist/ui/hooks/useProjectMutations.d.ts",
|
|
262
|
+
"browser": "./dist/browser/ui/hooks/useProjectMutations.js",
|
|
325
263
|
"bun": "./dist/ui/hooks/useProjectMutations.js",
|
|
326
264
|
"node": "./dist/node/ui/hooks/useProjectMutations.js",
|
|
327
|
-
"browser": "./dist/browser/ui/hooks/useProjectMutations.js",
|
|
328
265
|
"default": "./dist/ui/hooks/useProjectMutations.js"
|
|
329
266
|
},
|
|
330
|
-
"./ui/index": {
|
|
331
|
-
"types": "./dist/ui/index.d.ts",
|
|
332
|
-
"bun": "./dist/ui/index.js",
|
|
333
|
-
"node": "./dist/node/ui/index.js",
|
|
334
|
-
"browser": "./dist/browser/ui/index.js",
|
|
335
|
-
"default": "./dist/ui/index.js"
|
|
336
|
-
},
|
|
337
267
|
"./ui/modals": {
|
|
338
268
|
"types": "./dist/ui/modals/index.d.ts",
|
|
269
|
+
"browser": "./dist/browser/ui/modals/index.js",
|
|
339
270
|
"bun": "./dist/ui/modals/index.js",
|
|
340
271
|
"node": "./dist/node/ui/modals/index.js",
|
|
341
|
-
"browser": "./dist/browser/ui/modals/index.js",
|
|
342
272
|
"default": "./dist/ui/modals/index.js"
|
|
343
273
|
},
|
|
344
274
|
"./ui/modals/CreateProjectModal": {
|
|
345
275
|
"types": "./dist/ui/modals/CreateProjectModal.d.ts",
|
|
276
|
+
"browser": "./dist/browser/ui/modals/CreateProjectModal.js",
|
|
346
277
|
"bun": "./dist/ui/modals/CreateProjectModal.js",
|
|
347
278
|
"node": "./dist/node/ui/modals/CreateProjectModal.js",
|
|
348
|
-
"browser": "./dist/browser/ui/modals/CreateProjectModal.js",
|
|
349
279
|
"default": "./dist/ui/modals/CreateProjectModal.js"
|
|
350
280
|
},
|
|
351
|
-
"./ui/modals/index": {
|
|
352
|
-
"types": "./dist/ui/modals/index.d.ts",
|
|
353
|
-
"bun": "./dist/ui/modals/index.js",
|
|
354
|
-
"node": "./dist/node/ui/modals/index.js",
|
|
355
|
-
"browser": "./dist/browser/ui/modals/index.js",
|
|
356
|
-
"default": "./dist/ui/modals/index.js"
|
|
357
|
-
},
|
|
358
281
|
"./ui/modals/ProjectActionsModal": {
|
|
359
282
|
"types": "./dist/ui/modals/ProjectActionsModal.d.ts",
|
|
283
|
+
"browser": "./dist/browser/ui/modals/ProjectActionsModal.js",
|
|
360
284
|
"bun": "./dist/ui/modals/ProjectActionsModal.js",
|
|
361
285
|
"node": "./dist/node/ui/modals/ProjectActionsModal.js",
|
|
362
|
-
"browser": "./dist/browser/ui/modals/ProjectActionsModal.js",
|
|
363
286
|
"default": "./dist/ui/modals/ProjectActionsModal.js"
|
|
364
287
|
},
|
|
365
288
|
"./ui/overlays": {
|
|
366
289
|
"types": "./dist/ui/overlays/index.d.ts",
|
|
290
|
+
"browser": "./dist/browser/ui/overlays/index.js",
|
|
367
291
|
"bun": "./dist/ui/overlays/index.js",
|
|
368
292
|
"node": "./dist/node/ui/overlays/index.js",
|
|
369
|
-
"browser": "./dist/browser/ui/overlays/index.js",
|
|
370
293
|
"default": "./dist/ui/overlays/index.js"
|
|
371
294
|
},
|
|
372
295
|
"./ui/overlays/demo-overlays": {
|
|
373
296
|
"types": "./dist/ui/overlays/demo-overlays.d.ts",
|
|
297
|
+
"browser": "./dist/browser/ui/overlays/demo-overlays.js",
|
|
374
298
|
"bun": "./dist/ui/overlays/demo-overlays.js",
|
|
375
299
|
"node": "./dist/node/ui/overlays/demo-overlays.js",
|
|
376
|
-
"browser": "./dist/browser/ui/overlays/demo-overlays.js",
|
|
377
300
|
"default": "./dist/ui/overlays/demo-overlays.js"
|
|
378
301
|
},
|
|
379
|
-
"./ui/overlays/index": {
|
|
380
|
-
"types": "./dist/ui/overlays/index.d.ts",
|
|
381
|
-
"bun": "./dist/ui/overlays/index.js",
|
|
382
|
-
"node": "./dist/node/ui/overlays/index.js",
|
|
383
|
-
"browser": "./dist/browser/ui/overlays/index.js",
|
|
384
|
-
"default": "./dist/ui/overlays/index.js"
|
|
385
|
-
},
|
|
386
302
|
"./ui/renderers": {
|
|
387
303
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
388
|
-
"bun": "./dist/ui/renderers/index.js",
|
|
389
|
-
"node": "./dist/node/ui/renderers/index.js",
|
|
390
304
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
391
|
-
"default": "./dist/ui/renderers/index.js"
|
|
392
|
-
},
|
|
393
|
-
"./ui/renderers/index": {
|
|
394
|
-
"types": "./dist/ui/renderers/index.d.ts",
|
|
395
305
|
"bun": "./dist/ui/renderers/index.js",
|
|
396
306
|
"node": "./dist/node/ui/renderers/index.js",
|
|
397
|
-
"browser": "./dist/browser/ui/renderers/index.js",
|
|
398
307
|
"default": "./dist/ui/renderers/index.js"
|
|
399
308
|
},
|
|
400
309
|
"./ui/renderers/project-list.markdown": {
|
|
401
310
|
"types": "./dist/ui/renderers/project-list.markdown.d.ts",
|
|
311
|
+
"browser": "./dist/browser/ui/renderers/project-list.markdown.js",
|
|
402
312
|
"bun": "./dist/ui/renderers/project-list.markdown.js",
|
|
403
313
|
"node": "./dist/node/ui/renderers/project-list.markdown.js",
|
|
404
|
-
"browser": "./dist/browser/ui/renderers/project-list.markdown.js",
|
|
405
314
|
"default": "./dist/ui/renderers/project-list.markdown.js"
|
|
406
315
|
},
|
|
407
316
|
"./ui/renderers/project-list.renderer": {
|
|
408
317
|
"types": "./dist/ui/renderers/project-list.renderer.d.ts",
|
|
318
|
+
"browser": "./dist/browser/ui/renderers/project-list.renderer.js",
|
|
409
319
|
"bun": "./dist/ui/renderers/project-list.renderer.js",
|
|
410
320
|
"node": "./dist/node/ui/renderers/project-list.renderer.js",
|
|
411
|
-
"browser": "./dist/browser/ui/renderers/project-list.renderer.js",
|
|
412
321
|
"default": "./dist/ui/renderers/project-list.renderer.js"
|
|
413
322
|
},
|
|
414
323
|
"./ui/SaasDashboard": {
|
|
415
324
|
"types": "./dist/ui/SaasDashboard.d.ts",
|
|
325
|
+
"browser": "./dist/browser/ui/SaasDashboard.js",
|
|
416
326
|
"bun": "./dist/ui/SaasDashboard.js",
|
|
417
327
|
"node": "./dist/node/ui/SaasDashboard.js",
|
|
418
|
-
"browser": "./dist/browser/ui/SaasDashboard.js",
|
|
419
328
|
"default": "./dist/ui/SaasDashboard.js"
|
|
420
329
|
},
|
|
421
330
|
"./ui/SaasProjectList": {
|
|
422
331
|
"types": "./dist/ui/SaasProjectList.d.ts",
|
|
332
|
+
"browser": "./dist/browser/ui/SaasProjectList.js",
|
|
423
333
|
"bun": "./dist/ui/SaasProjectList.js",
|
|
424
334
|
"node": "./dist/node/ui/SaasProjectList.js",
|
|
425
|
-
"browser": "./dist/browser/ui/SaasProjectList.js",
|
|
426
335
|
"default": "./dist/ui/SaasProjectList.js"
|
|
427
336
|
},
|
|
428
337
|
"./ui/SaasSettingsPanel": {
|
|
429
338
|
"types": "./dist/ui/SaasSettingsPanel.d.ts",
|
|
339
|
+
"browser": "./dist/browser/ui/SaasSettingsPanel.js",
|
|
430
340
|
"bun": "./dist/ui/SaasSettingsPanel.js",
|
|
431
341
|
"node": "./dist/node/ui/SaasSettingsPanel.js",
|
|
432
|
-
"browser": "./dist/browser/ui/SaasSettingsPanel.js",
|
|
433
342
|
"default": "./dist/ui/SaasSettingsPanel.js"
|
|
434
343
|
}
|
|
435
344
|
},
|
|
@@ -449,452 +358,361 @@
|
|
|
449
358
|
"typecheck": "tsc --noEmit"
|
|
450
359
|
},
|
|
451
360
|
"dependencies": {
|
|
452
|
-
"@contractspec/lib.identity-rbac": "3.7.
|
|
453
|
-
"@contractspec/lib.jobs": "3.7.
|
|
454
|
-
"@contractspec/module.audit-trail": "3.7.
|
|
455
|
-
"@contractspec/module.notifications": "3.7.
|
|
456
|
-
"@contractspec/lib.contracts-spec": "3.7.
|
|
457
|
-
"@contractspec/lib.schema": "3.7.
|
|
458
|
-
"@contractspec/lib.example-shared-ui": "6.0.
|
|
459
|
-
"@contractspec/lib.design-system": "3.7.
|
|
460
|
-
"@contractspec/lib.runtime-sandbox": "2.7.
|
|
361
|
+
"@contractspec/lib.identity-rbac": "3.7.3",
|
|
362
|
+
"@contractspec/lib.jobs": "3.7.3",
|
|
363
|
+
"@contractspec/module.audit-trail": "3.7.3",
|
|
364
|
+
"@contractspec/module.notifications": "3.7.3",
|
|
365
|
+
"@contractspec/lib.contracts-spec": "3.7.3",
|
|
366
|
+
"@contractspec/lib.schema": "3.7.3",
|
|
367
|
+
"@contractspec/lib.example-shared-ui": "6.0.3",
|
|
368
|
+
"@contractspec/lib.design-system": "3.7.3",
|
|
369
|
+
"@contractspec/lib.runtime-sandbox": "2.7.3",
|
|
461
370
|
"react": "19.2.0",
|
|
462
371
|
"react-dom": "19.2.0"
|
|
463
372
|
},
|
|
464
373
|
"devDependencies": {
|
|
465
|
-
"@contractspec/tool.typescript": "3.7.
|
|
374
|
+
"@contractspec/tool.typescript": "3.7.3",
|
|
466
375
|
"typescript": "^5.9.3",
|
|
467
376
|
"@types/react": "^19.2.14",
|
|
468
377
|
"@types/react-dom": "^19.2.2",
|
|
469
|
-
"@contractspec/tool.bun": "3.7.
|
|
378
|
+
"@contractspec/tool.bun": "3.7.3"
|
|
470
379
|
},
|
|
471
380
|
"publishConfig": {
|
|
472
381
|
"exports": {
|
|
473
382
|
".": {
|
|
474
383
|
"types": "./dist/index.d.ts",
|
|
384
|
+
"browser": "./dist/browser/index.js",
|
|
475
385
|
"bun": "./dist/index.js",
|
|
476
386
|
"node": "./dist/node/index.js",
|
|
477
|
-
"browser": "./dist/browser/index.js",
|
|
478
387
|
"default": "./dist/index.js"
|
|
479
388
|
},
|
|
480
389
|
"./billing": {
|
|
481
390
|
"types": "./dist/billing/index.d.ts",
|
|
391
|
+
"browser": "./dist/browser/billing/index.js",
|
|
482
392
|
"bun": "./dist/billing/index.js",
|
|
483
393
|
"node": "./dist/node/billing/index.js",
|
|
484
|
-
"browser": "./dist/browser/billing/index.js",
|
|
485
394
|
"default": "./dist/billing/index.js"
|
|
486
395
|
},
|
|
487
396
|
"./billing/billing.entity": {
|
|
488
397
|
"types": "./dist/billing/billing.entity.d.ts",
|
|
398
|
+
"browser": "./dist/browser/billing/billing.entity.js",
|
|
489
399
|
"bun": "./dist/billing/billing.entity.js",
|
|
490
400
|
"node": "./dist/node/billing/billing.entity.js",
|
|
491
|
-
"browser": "./dist/browser/billing/billing.entity.js",
|
|
492
401
|
"default": "./dist/billing/billing.entity.js"
|
|
493
402
|
},
|
|
494
403
|
"./billing/billing.enum": {
|
|
495
404
|
"types": "./dist/billing/billing.enum.d.ts",
|
|
405
|
+
"browser": "./dist/browser/billing/billing.enum.js",
|
|
496
406
|
"bun": "./dist/billing/billing.enum.js",
|
|
497
407
|
"node": "./dist/node/billing/billing.enum.js",
|
|
498
|
-
"browser": "./dist/browser/billing/billing.enum.js",
|
|
499
408
|
"default": "./dist/billing/billing.enum.js"
|
|
500
409
|
},
|
|
501
410
|
"./billing/billing.event": {
|
|
502
411
|
"types": "./dist/billing/billing.event.d.ts",
|
|
412
|
+
"browser": "./dist/browser/billing/billing.event.js",
|
|
503
413
|
"bun": "./dist/billing/billing.event.js",
|
|
504
414
|
"node": "./dist/node/billing/billing.event.js",
|
|
505
|
-
"browser": "./dist/browser/billing/billing.event.js",
|
|
506
415
|
"default": "./dist/billing/billing.event.js"
|
|
507
416
|
},
|
|
508
417
|
"./billing/billing.handler": {
|
|
509
418
|
"types": "./dist/billing/billing.handler.d.ts",
|
|
419
|
+
"browser": "./dist/browser/billing/billing.handler.js",
|
|
510
420
|
"bun": "./dist/billing/billing.handler.js",
|
|
511
421
|
"node": "./dist/node/billing/billing.handler.js",
|
|
512
|
-
"browser": "./dist/browser/billing/billing.handler.js",
|
|
513
422
|
"default": "./dist/billing/billing.handler.js"
|
|
514
423
|
},
|
|
515
424
|
"./billing/billing.operations": {
|
|
516
425
|
"types": "./dist/billing/billing.operations.d.ts",
|
|
426
|
+
"browser": "./dist/browser/billing/billing.operations.js",
|
|
517
427
|
"bun": "./dist/billing/billing.operations.js",
|
|
518
428
|
"node": "./dist/node/billing/billing.operations.js",
|
|
519
|
-
"browser": "./dist/browser/billing/billing.operations.js",
|
|
520
429
|
"default": "./dist/billing/billing.operations.js"
|
|
521
430
|
},
|
|
522
431
|
"./billing/billing.presentation": {
|
|
523
432
|
"types": "./dist/billing/billing.presentation.d.ts",
|
|
433
|
+
"browser": "./dist/browser/billing/billing.presentation.js",
|
|
524
434
|
"bun": "./dist/billing/billing.presentation.js",
|
|
525
435
|
"node": "./dist/node/billing/billing.presentation.js",
|
|
526
|
-
"browser": "./dist/browser/billing/billing.presentation.js",
|
|
527
436
|
"default": "./dist/billing/billing.presentation.js"
|
|
528
437
|
},
|
|
529
438
|
"./billing/billing.schema": {
|
|
530
439
|
"types": "./dist/billing/billing.schema.d.ts",
|
|
440
|
+
"browser": "./dist/browser/billing/billing.schema.js",
|
|
531
441
|
"bun": "./dist/billing/billing.schema.js",
|
|
532
442
|
"node": "./dist/node/billing/billing.schema.js",
|
|
533
|
-
"browser": "./dist/browser/billing/billing.schema.js",
|
|
534
443
|
"default": "./dist/billing/billing.schema.js"
|
|
535
444
|
},
|
|
536
|
-
"./billing/index": {
|
|
537
|
-
"types": "./dist/billing/index.d.ts",
|
|
538
|
-
"bun": "./dist/billing/index.js",
|
|
539
|
-
"node": "./dist/node/billing/index.js",
|
|
540
|
-
"browser": "./dist/browser/billing/index.js",
|
|
541
|
-
"default": "./dist/billing/index.js"
|
|
542
|
-
},
|
|
543
445
|
"./dashboard": {
|
|
544
446
|
"types": "./dist/dashboard/index.d.ts",
|
|
447
|
+
"browser": "./dist/browser/dashboard/index.js",
|
|
545
448
|
"bun": "./dist/dashboard/index.js",
|
|
546
449
|
"node": "./dist/node/dashboard/index.js",
|
|
547
|
-
"browser": "./dist/browser/dashboard/index.js",
|
|
548
450
|
"default": "./dist/dashboard/index.js"
|
|
549
451
|
},
|
|
550
452
|
"./dashboard/dashboard.presentation": {
|
|
551
453
|
"types": "./dist/dashboard/dashboard.presentation.d.ts",
|
|
454
|
+
"browser": "./dist/browser/dashboard/dashboard.presentation.js",
|
|
552
455
|
"bun": "./dist/dashboard/dashboard.presentation.js",
|
|
553
456
|
"node": "./dist/node/dashboard/dashboard.presentation.js",
|
|
554
|
-
"browser": "./dist/browser/dashboard/dashboard.presentation.js",
|
|
555
457
|
"default": "./dist/dashboard/dashboard.presentation.js"
|
|
556
458
|
},
|
|
557
|
-
"./dashboard/index": {
|
|
558
|
-
"types": "./dist/dashboard/index.d.ts",
|
|
559
|
-
"bun": "./dist/dashboard/index.js",
|
|
560
|
-
"node": "./dist/node/dashboard/index.js",
|
|
561
|
-
"browser": "./dist/browser/dashboard/index.js",
|
|
562
|
-
"default": "./dist/dashboard/index.js"
|
|
563
|
-
},
|
|
564
459
|
"./docs": {
|
|
565
460
|
"types": "./dist/docs/index.d.ts",
|
|
566
|
-
"bun": "./dist/docs/index.js",
|
|
567
|
-
"node": "./dist/node/docs/index.js",
|
|
568
461
|
"browser": "./dist/browser/docs/index.js",
|
|
569
|
-
"default": "./dist/docs/index.js"
|
|
570
|
-
},
|
|
571
|
-
"./docs/index": {
|
|
572
|
-
"types": "./dist/docs/index.d.ts",
|
|
573
462
|
"bun": "./dist/docs/index.js",
|
|
574
463
|
"node": "./dist/node/docs/index.js",
|
|
575
|
-
"browser": "./dist/browser/docs/index.js",
|
|
576
464
|
"default": "./dist/docs/index.js"
|
|
577
465
|
},
|
|
578
466
|
"./docs/saas-boilerplate.docblock": {
|
|
579
467
|
"types": "./dist/docs/saas-boilerplate.docblock.d.ts",
|
|
468
|
+
"browser": "./dist/browser/docs/saas-boilerplate.docblock.js",
|
|
580
469
|
"bun": "./dist/docs/saas-boilerplate.docblock.js",
|
|
581
470
|
"node": "./dist/node/docs/saas-boilerplate.docblock.js",
|
|
582
|
-
"browser": "./dist/browser/docs/saas-boilerplate.docblock.js",
|
|
583
471
|
"default": "./dist/docs/saas-boilerplate.docblock.js"
|
|
584
472
|
},
|
|
585
473
|
"./example": {
|
|
586
474
|
"types": "./dist/example.d.ts",
|
|
475
|
+
"browser": "./dist/browser/example.js",
|
|
587
476
|
"bun": "./dist/example.js",
|
|
588
477
|
"node": "./dist/node/example.js",
|
|
589
|
-
"browser": "./dist/browser/example.js",
|
|
590
478
|
"default": "./dist/example.js"
|
|
591
479
|
},
|
|
592
480
|
"./handlers": {
|
|
593
481
|
"types": "./dist/handlers/index.d.ts",
|
|
594
|
-
"bun": "./dist/handlers/index.js",
|
|
595
|
-
"node": "./dist/node/handlers/index.js",
|
|
596
482
|
"browser": "./dist/browser/handlers/index.js",
|
|
597
|
-
"default": "./dist/handlers/index.js"
|
|
598
|
-
},
|
|
599
|
-
"./handlers/index": {
|
|
600
|
-
"types": "./dist/handlers/index.d.ts",
|
|
601
483
|
"bun": "./dist/handlers/index.js",
|
|
602
484
|
"node": "./dist/node/handlers/index.js",
|
|
603
|
-
"browser": "./dist/browser/handlers/index.js",
|
|
604
485
|
"default": "./dist/handlers/index.js"
|
|
605
486
|
},
|
|
606
487
|
"./handlers/saas.handlers": {
|
|
607
488
|
"types": "./dist/handlers/saas.handlers.d.ts",
|
|
489
|
+
"browser": "./dist/browser/handlers/saas.handlers.js",
|
|
608
490
|
"bun": "./dist/handlers/saas.handlers.js",
|
|
609
491
|
"node": "./dist/node/handlers/saas.handlers.js",
|
|
610
|
-
"browser": "./dist/browser/handlers/saas.handlers.js",
|
|
611
492
|
"default": "./dist/handlers/saas.handlers.js"
|
|
612
493
|
},
|
|
613
494
|
"./presentations": {
|
|
614
495
|
"types": "./dist/presentations/index.d.ts",
|
|
615
|
-
"bun": "./dist/presentations/index.js",
|
|
616
|
-
"node": "./dist/node/presentations/index.js",
|
|
617
496
|
"browser": "./dist/browser/presentations/index.js",
|
|
618
|
-
"default": "./dist/presentations/index.js"
|
|
619
|
-
},
|
|
620
|
-
"./presentations/index": {
|
|
621
|
-
"types": "./dist/presentations/index.d.ts",
|
|
622
497
|
"bun": "./dist/presentations/index.js",
|
|
623
498
|
"node": "./dist/node/presentations/index.js",
|
|
624
|
-
"browser": "./dist/browser/presentations/index.js",
|
|
625
499
|
"default": "./dist/presentations/index.js"
|
|
626
500
|
},
|
|
627
501
|
"./project": {
|
|
628
502
|
"types": "./dist/project/index.d.ts",
|
|
629
|
-
"bun": "./dist/project/index.js",
|
|
630
|
-
"node": "./dist/node/project/index.js",
|
|
631
503
|
"browser": "./dist/browser/project/index.js",
|
|
632
|
-
"default": "./dist/project/index.js"
|
|
633
|
-
},
|
|
634
|
-
"./project/index": {
|
|
635
|
-
"types": "./dist/project/index.d.ts",
|
|
636
504
|
"bun": "./dist/project/index.js",
|
|
637
505
|
"node": "./dist/node/project/index.js",
|
|
638
|
-
"browser": "./dist/browser/project/index.js",
|
|
639
506
|
"default": "./dist/project/index.js"
|
|
640
507
|
},
|
|
641
508
|
"./project/project.entity": {
|
|
642
509
|
"types": "./dist/project/project.entity.d.ts",
|
|
510
|
+
"browser": "./dist/browser/project/project.entity.js",
|
|
643
511
|
"bun": "./dist/project/project.entity.js",
|
|
644
512
|
"node": "./dist/node/project/project.entity.js",
|
|
645
|
-
"browser": "./dist/browser/project/project.entity.js",
|
|
646
513
|
"default": "./dist/project/project.entity.js"
|
|
647
514
|
},
|
|
648
515
|
"./project/project.enum": {
|
|
649
516
|
"types": "./dist/project/project.enum.d.ts",
|
|
517
|
+
"browser": "./dist/browser/project/project.enum.js",
|
|
650
518
|
"bun": "./dist/project/project.enum.js",
|
|
651
519
|
"node": "./dist/node/project/project.enum.js",
|
|
652
|
-
"browser": "./dist/browser/project/project.enum.js",
|
|
653
520
|
"default": "./dist/project/project.enum.js"
|
|
654
521
|
},
|
|
655
522
|
"./project/project.event": {
|
|
656
523
|
"types": "./dist/project/project.event.d.ts",
|
|
524
|
+
"browser": "./dist/browser/project/project.event.js",
|
|
657
525
|
"bun": "./dist/project/project.event.js",
|
|
658
526
|
"node": "./dist/node/project/project.event.js",
|
|
659
|
-
"browser": "./dist/browser/project/project.event.js",
|
|
660
527
|
"default": "./dist/project/project.event.js"
|
|
661
528
|
},
|
|
662
529
|
"./project/project.handler": {
|
|
663
530
|
"types": "./dist/project/project.handler.d.ts",
|
|
531
|
+
"browser": "./dist/browser/project/project.handler.js",
|
|
664
532
|
"bun": "./dist/project/project.handler.js",
|
|
665
533
|
"node": "./dist/node/project/project.handler.js",
|
|
666
|
-
"browser": "./dist/browser/project/project.handler.js",
|
|
667
534
|
"default": "./dist/project/project.handler.js"
|
|
668
535
|
},
|
|
669
536
|
"./project/project.operations": {
|
|
670
537
|
"types": "./dist/project/project.operations.d.ts",
|
|
538
|
+
"browser": "./dist/browser/project/project.operations.js",
|
|
671
539
|
"bun": "./dist/project/project.operations.js",
|
|
672
540
|
"node": "./dist/node/project/project.operations.js",
|
|
673
|
-
"browser": "./dist/browser/project/project.operations.js",
|
|
674
541
|
"default": "./dist/project/project.operations.js"
|
|
675
542
|
},
|
|
676
543
|
"./project/project.presentation": {
|
|
677
544
|
"types": "./dist/project/project.presentation.d.ts",
|
|
545
|
+
"browser": "./dist/browser/project/project.presentation.js",
|
|
678
546
|
"bun": "./dist/project/project.presentation.js",
|
|
679
547
|
"node": "./dist/node/project/project.presentation.js",
|
|
680
|
-
"browser": "./dist/browser/project/project.presentation.js",
|
|
681
548
|
"default": "./dist/project/project.presentation.js"
|
|
682
549
|
},
|
|
683
550
|
"./project/project.schema": {
|
|
684
551
|
"types": "./dist/project/project.schema.d.ts",
|
|
552
|
+
"browser": "./dist/browser/project/project.schema.js",
|
|
685
553
|
"bun": "./dist/project/project.schema.js",
|
|
686
554
|
"node": "./dist/node/project/project.schema.js",
|
|
687
|
-
"browser": "./dist/browser/project/project.schema.js",
|
|
688
555
|
"default": "./dist/project/project.schema.js"
|
|
689
556
|
},
|
|
690
557
|
"./saas-boilerplate.feature": {
|
|
691
558
|
"types": "./dist/saas-boilerplate.feature.d.ts",
|
|
559
|
+
"browser": "./dist/browser/saas-boilerplate.feature.js",
|
|
692
560
|
"bun": "./dist/saas-boilerplate.feature.js",
|
|
693
561
|
"node": "./dist/node/saas-boilerplate.feature.js",
|
|
694
|
-
"browser": "./dist/browser/saas-boilerplate.feature.js",
|
|
695
562
|
"default": "./dist/saas-boilerplate.feature.js"
|
|
696
563
|
},
|
|
697
564
|
"./seeders": {
|
|
698
565
|
"types": "./dist/seeders/index.d.ts",
|
|
699
|
-
"bun": "./dist/seeders/index.js",
|
|
700
|
-
"node": "./dist/node/seeders/index.js",
|
|
701
566
|
"browser": "./dist/browser/seeders/index.js",
|
|
702
|
-
"default": "./dist/seeders/index.js"
|
|
703
|
-
},
|
|
704
|
-
"./seeders/index": {
|
|
705
|
-
"types": "./dist/seeders/index.d.ts",
|
|
706
567
|
"bun": "./dist/seeders/index.js",
|
|
707
568
|
"node": "./dist/node/seeders/index.js",
|
|
708
|
-
"browser": "./dist/browser/seeders/index.js",
|
|
709
569
|
"default": "./dist/seeders/index.js"
|
|
710
570
|
},
|
|
711
571
|
"./settings": {
|
|
712
572
|
"types": "./dist/settings/index.d.ts",
|
|
713
|
-
"bun": "./dist/settings/index.js",
|
|
714
|
-
"node": "./dist/node/settings/index.js",
|
|
715
573
|
"browser": "./dist/browser/settings/index.js",
|
|
716
|
-
"default": "./dist/settings/index.js"
|
|
717
|
-
},
|
|
718
|
-
"./settings/index": {
|
|
719
|
-
"types": "./dist/settings/index.d.ts",
|
|
720
574
|
"bun": "./dist/settings/index.js",
|
|
721
575
|
"node": "./dist/node/settings/index.js",
|
|
722
|
-
"browser": "./dist/browser/settings/index.js",
|
|
723
576
|
"default": "./dist/settings/index.js"
|
|
724
577
|
},
|
|
725
578
|
"./settings/settings.entity": {
|
|
726
579
|
"types": "./dist/settings/settings.entity.d.ts",
|
|
580
|
+
"browser": "./dist/browser/settings/settings.entity.js",
|
|
727
581
|
"bun": "./dist/settings/settings.entity.js",
|
|
728
582
|
"node": "./dist/node/settings/settings.entity.js",
|
|
729
|
-
"browser": "./dist/browser/settings/settings.entity.js",
|
|
730
583
|
"default": "./dist/settings/settings.entity.js"
|
|
731
584
|
},
|
|
732
585
|
"./settings/settings.enum": {
|
|
733
586
|
"types": "./dist/settings/settings.enum.d.ts",
|
|
587
|
+
"browser": "./dist/browser/settings/settings.enum.js",
|
|
734
588
|
"bun": "./dist/settings/settings.enum.js",
|
|
735
589
|
"node": "./dist/node/settings/settings.enum.js",
|
|
736
|
-
"browser": "./dist/browser/settings/settings.enum.js",
|
|
737
590
|
"default": "./dist/settings/settings.enum.js"
|
|
738
591
|
},
|
|
739
592
|
"./shared/mock-data": {
|
|
740
593
|
"types": "./dist/shared/mock-data.d.ts",
|
|
594
|
+
"browser": "./dist/browser/shared/mock-data.js",
|
|
741
595
|
"bun": "./dist/shared/mock-data.js",
|
|
742
596
|
"node": "./dist/node/shared/mock-data.js",
|
|
743
|
-
"browser": "./dist/browser/shared/mock-data.js",
|
|
744
597
|
"default": "./dist/shared/mock-data.js"
|
|
745
598
|
},
|
|
746
599
|
"./shared/overlay-types": {
|
|
747
600
|
"types": "./dist/shared/overlay-types.d.ts",
|
|
601
|
+
"browser": "./dist/browser/shared/overlay-types.js",
|
|
748
602
|
"bun": "./dist/shared/overlay-types.js",
|
|
749
603
|
"node": "./dist/node/shared/overlay-types.js",
|
|
750
|
-
"browser": "./dist/browser/shared/overlay-types.js",
|
|
751
604
|
"default": "./dist/shared/overlay-types.js"
|
|
752
605
|
},
|
|
753
606
|
"./tests/operations.test-spec": {
|
|
754
607
|
"types": "./dist/tests/operations.test-spec.d.ts",
|
|
608
|
+
"browser": "./dist/browser/tests/operations.test-spec.js",
|
|
755
609
|
"bun": "./dist/tests/operations.test-spec.js",
|
|
756
610
|
"node": "./dist/node/tests/operations.test-spec.js",
|
|
757
|
-
"browser": "./dist/browser/tests/operations.test-spec.js",
|
|
758
611
|
"default": "./dist/tests/operations.test-spec.js"
|
|
759
612
|
},
|
|
760
613
|
"./ui": {
|
|
761
614
|
"types": "./dist/ui/index.d.ts",
|
|
615
|
+
"browser": "./dist/browser/ui/index.js",
|
|
762
616
|
"bun": "./dist/ui/index.js",
|
|
763
617
|
"node": "./dist/node/ui/index.js",
|
|
764
|
-
"browser": "./dist/browser/ui/index.js",
|
|
765
618
|
"default": "./dist/ui/index.js"
|
|
766
619
|
},
|
|
767
620
|
"./ui/hooks": {
|
|
768
621
|
"types": "./dist/ui/hooks/index.d.ts",
|
|
769
|
-
"bun": "./dist/ui/hooks/index.js",
|
|
770
|
-
"node": "./dist/node/ui/hooks/index.js",
|
|
771
622
|
"browser": "./dist/browser/ui/hooks/index.js",
|
|
772
|
-
"default": "./dist/ui/hooks/index.js"
|
|
773
|
-
},
|
|
774
|
-
"./ui/hooks/index": {
|
|
775
|
-
"types": "./dist/ui/hooks/index.d.ts",
|
|
776
623
|
"bun": "./dist/ui/hooks/index.js",
|
|
777
624
|
"node": "./dist/node/ui/hooks/index.js",
|
|
778
|
-
"browser": "./dist/browser/ui/hooks/index.js",
|
|
779
625
|
"default": "./dist/ui/hooks/index.js"
|
|
780
626
|
},
|
|
781
627
|
"./ui/hooks/useProjectList": {
|
|
782
628
|
"types": "./dist/ui/hooks/useProjectList.d.ts",
|
|
629
|
+
"browser": "./dist/browser/ui/hooks/useProjectList.js",
|
|
783
630
|
"bun": "./dist/ui/hooks/useProjectList.js",
|
|
784
631
|
"node": "./dist/node/ui/hooks/useProjectList.js",
|
|
785
|
-
"browser": "./dist/browser/ui/hooks/useProjectList.js",
|
|
786
632
|
"default": "./dist/ui/hooks/useProjectList.js"
|
|
787
633
|
},
|
|
788
634
|
"./ui/hooks/useProjectMutations": {
|
|
789
635
|
"types": "./dist/ui/hooks/useProjectMutations.d.ts",
|
|
636
|
+
"browser": "./dist/browser/ui/hooks/useProjectMutations.js",
|
|
790
637
|
"bun": "./dist/ui/hooks/useProjectMutations.js",
|
|
791
638
|
"node": "./dist/node/ui/hooks/useProjectMutations.js",
|
|
792
|
-
"browser": "./dist/browser/ui/hooks/useProjectMutations.js",
|
|
793
639
|
"default": "./dist/ui/hooks/useProjectMutations.js"
|
|
794
640
|
},
|
|
795
|
-
"./ui/index": {
|
|
796
|
-
"types": "./dist/ui/index.d.ts",
|
|
797
|
-
"bun": "./dist/ui/index.js",
|
|
798
|
-
"node": "./dist/node/ui/index.js",
|
|
799
|
-
"browser": "./dist/browser/ui/index.js",
|
|
800
|
-
"default": "./dist/ui/index.js"
|
|
801
|
-
},
|
|
802
641
|
"./ui/modals": {
|
|
803
642
|
"types": "./dist/ui/modals/index.d.ts",
|
|
643
|
+
"browser": "./dist/browser/ui/modals/index.js",
|
|
804
644
|
"bun": "./dist/ui/modals/index.js",
|
|
805
645
|
"node": "./dist/node/ui/modals/index.js",
|
|
806
|
-
"browser": "./dist/browser/ui/modals/index.js",
|
|
807
646
|
"default": "./dist/ui/modals/index.js"
|
|
808
647
|
},
|
|
809
648
|
"./ui/modals/CreateProjectModal": {
|
|
810
649
|
"types": "./dist/ui/modals/CreateProjectModal.d.ts",
|
|
650
|
+
"browser": "./dist/browser/ui/modals/CreateProjectModal.js",
|
|
811
651
|
"bun": "./dist/ui/modals/CreateProjectModal.js",
|
|
812
652
|
"node": "./dist/node/ui/modals/CreateProjectModal.js",
|
|
813
|
-
"browser": "./dist/browser/ui/modals/CreateProjectModal.js",
|
|
814
653
|
"default": "./dist/ui/modals/CreateProjectModal.js"
|
|
815
654
|
},
|
|
816
|
-
"./ui/modals/index": {
|
|
817
|
-
"types": "./dist/ui/modals/index.d.ts",
|
|
818
|
-
"bun": "./dist/ui/modals/index.js",
|
|
819
|
-
"node": "./dist/node/ui/modals/index.js",
|
|
820
|
-
"browser": "./dist/browser/ui/modals/index.js",
|
|
821
|
-
"default": "./dist/ui/modals/index.js"
|
|
822
|
-
},
|
|
823
655
|
"./ui/modals/ProjectActionsModal": {
|
|
824
656
|
"types": "./dist/ui/modals/ProjectActionsModal.d.ts",
|
|
657
|
+
"browser": "./dist/browser/ui/modals/ProjectActionsModal.js",
|
|
825
658
|
"bun": "./dist/ui/modals/ProjectActionsModal.js",
|
|
826
659
|
"node": "./dist/node/ui/modals/ProjectActionsModal.js",
|
|
827
|
-
"browser": "./dist/browser/ui/modals/ProjectActionsModal.js",
|
|
828
660
|
"default": "./dist/ui/modals/ProjectActionsModal.js"
|
|
829
661
|
},
|
|
830
662
|
"./ui/overlays": {
|
|
831
663
|
"types": "./dist/ui/overlays/index.d.ts",
|
|
664
|
+
"browser": "./dist/browser/ui/overlays/index.js",
|
|
832
665
|
"bun": "./dist/ui/overlays/index.js",
|
|
833
666
|
"node": "./dist/node/ui/overlays/index.js",
|
|
834
|
-
"browser": "./dist/browser/ui/overlays/index.js",
|
|
835
667
|
"default": "./dist/ui/overlays/index.js"
|
|
836
668
|
},
|
|
837
669
|
"./ui/overlays/demo-overlays": {
|
|
838
670
|
"types": "./dist/ui/overlays/demo-overlays.d.ts",
|
|
671
|
+
"browser": "./dist/browser/ui/overlays/demo-overlays.js",
|
|
839
672
|
"bun": "./dist/ui/overlays/demo-overlays.js",
|
|
840
673
|
"node": "./dist/node/ui/overlays/demo-overlays.js",
|
|
841
|
-
"browser": "./dist/browser/ui/overlays/demo-overlays.js",
|
|
842
674
|
"default": "./dist/ui/overlays/demo-overlays.js"
|
|
843
675
|
},
|
|
844
|
-
"./ui/overlays/index": {
|
|
845
|
-
"types": "./dist/ui/overlays/index.d.ts",
|
|
846
|
-
"bun": "./dist/ui/overlays/index.js",
|
|
847
|
-
"node": "./dist/node/ui/overlays/index.js",
|
|
848
|
-
"browser": "./dist/browser/ui/overlays/index.js",
|
|
849
|
-
"default": "./dist/ui/overlays/index.js"
|
|
850
|
-
},
|
|
851
676
|
"./ui/renderers": {
|
|
852
677
|
"types": "./dist/ui/renderers/index.d.ts",
|
|
853
|
-
"bun": "./dist/ui/renderers/index.js",
|
|
854
|
-
"node": "./dist/node/ui/renderers/index.js",
|
|
855
678
|
"browser": "./dist/browser/ui/renderers/index.js",
|
|
856
|
-
"default": "./dist/ui/renderers/index.js"
|
|
857
|
-
},
|
|
858
|
-
"./ui/renderers/index": {
|
|
859
|
-
"types": "./dist/ui/renderers/index.d.ts",
|
|
860
679
|
"bun": "./dist/ui/renderers/index.js",
|
|
861
680
|
"node": "./dist/node/ui/renderers/index.js",
|
|
862
|
-
"browser": "./dist/browser/ui/renderers/index.js",
|
|
863
681
|
"default": "./dist/ui/renderers/index.js"
|
|
864
682
|
},
|
|
865
683
|
"./ui/renderers/project-list.markdown": {
|
|
866
684
|
"types": "./dist/ui/renderers/project-list.markdown.d.ts",
|
|
685
|
+
"browser": "./dist/browser/ui/renderers/project-list.markdown.js",
|
|
867
686
|
"bun": "./dist/ui/renderers/project-list.markdown.js",
|
|
868
687
|
"node": "./dist/node/ui/renderers/project-list.markdown.js",
|
|
869
|
-
"browser": "./dist/browser/ui/renderers/project-list.markdown.js",
|
|
870
688
|
"default": "./dist/ui/renderers/project-list.markdown.js"
|
|
871
689
|
},
|
|
872
690
|
"./ui/renderers/project-list.renderer": {
|
|
873
691
|
"types": "./dist/ui/renderers/project-list.renderer.d.ts",
|
|
692
|
+
"browser": "./dist/browser/ui/renderers/project-list.renderer.js",
|
|
874
693
|
"bun": "./dist/ui/renderers/project-list.renderer.js",
|
|
875
694
|
"node": "./dist/node/ui/renderers/project-list.renderer.js",
|
|
876
|
-
"browser": "./dist/browser/ui/renderers/project-list.renderer.js",
|
|
877
695
|
"default": "./dist/ui/renderers/project-list.renderer.js"
|
|
878
696
|
},
|
|
879
697
|
"./ui/SaasDashboard": {
|
|
880
698
|
"types": "./dist/ui/SaasDashboard.d.ts",
|
|
699
|
+
"browser": "./dist/browser/ui/SaasDashboard.js",
|
|
881
700
|
"bun": "./dist/ui/SaasDashboard.js",
|
|
882
701
|
"node": "./dist/node/ui/SaasDashboard.js",
|
|
883
|
-
"browser": "./dist/browser/ui/SaasDashboard.js",
|
|
884
702
|
"default": "./dist/ui/SaasDashboard.js"
|
|
885
703
|
},
|
|
886
704
|
"./ui/SaasProjectList": {
|
|
887
705
|
"types": "./dist/ui/SaasProjectList.d.ts",
|
|
706
|
+
"browser": "./dist/browser/ui/SaasProjectList.js",
|
|
888
707
|
"bun": "./dist/ui/SaasProjectList.js",
|
|
889
708
|
"node": "./dist/node/ui/SaasProjectList.js",
|
|
890
|
-
"browser": "./dist/browser/ui/SaasProjectList.js",
|
|
891
709
|
"default": "./dist/ui/SaasProjectList.js"
|
|
892
710
|
},
|
|
893
711
|
"./ui/SaasSettingsPanel": {
|
|
894
712
|
"types": "./dist/ui/SaasSettingsPanel.d.ts",
|
|
713
|
+
"browser": "./dist/browser/ui/SaasSettingsPanel.js",
|
|
895
714
|
"bun": "./dist/ui/SaasSettingsPanel.js",
|
|
896
715
|
"node": "./dist/node/ui/SaasSettingsPanel.js",
|
|
897
|
-
"browser": "./dist/browser/ui/SaasSettingsPanel.js",
|
|
898
716
|
"default": "./dist/ui/SaasSettingsPanel.js"
|
|
899
717
|
}
|
|
900
718
|
},
|