@absolutejs/absolute 0.19.0-beta.356 → 0.19.0-beta.358
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/angular/components/core/streamingSlotRegistry.js +46 -0
- package/dist/angular/components/stream-slot.component.js +1 -0
- package/dist/angular/index.js +2 -1
- package/dist/angular/index.js.map +3 -3
- package/dist/src/angular/components/stream-slot.component.d.ts +1 -0
- package/package.json +308 -308
package/package.json
CHANGED
|
@@ -1,310 +1,310 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
2
|
+
"author": "Alex Kahn",
|
|
3
|
+
"bin": {
|
|
4
|
+
"absolute": "dist/cli/index.js"
|
|
5
|
+
},
|
|
6
|
+
"dependencies": {
|
|
7
|
+
"@angular/compiler": "^21.0.0",
|
|
8
|
+
"zustand": "^5.0.12"
|
|
9
|
+
},
|
|
10
|
+
"description": "A fullstack meta-framework for building web applications with TypeScript",
|
|
11
|
+
"devDependencies": {
|
|
12
|
+
"@angular/common": "^21.0.0",
|
|
13
|
+
"@angular/compiler-cli": "^21.0.0",
|
|
14
|
+
"@angular/core": "^21.0.0",
|
|
15
|
+
"@angular/platform-browser": "^21.0.0",
|
|
16
|
+
"@angular/platform-server": "^21.0.0",
|
|
17
|
+
"@angular/ssr": "^21.0.0",
|
|
18
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
19
|
+
"@elysiajs/static": "1.4.0",
|
|
20
|
+
"@eslint/js": "^10.0.1",
|
|
21
|
+
"@happy-dom/global-registrator": "^20.8.3",
|
|
22
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
23
|
+
"@tailwindcss/cli": "4.1.7",
|
|
24
|
+
"@types/bun": "1.3.9",
|
|
25
|
+
"@types/react": "19.2.0",
|
|
26
|
+
"@types/react-dom": "19.2.0",
|
|
27
|
+
"autoprefixer": "10.4.21",
|
|
28
|
+
"elysia": "1.4.18",
|
|
29
|
+
"elysia-scoped-state": "0.1.1",
|
|
30
|
+
"eslint": "10.0.3",
|
|
31
|
+
"eslint-plugin-absolute": "0.2.1",
|
|
32
|
+
"eslint-plugin-promise": "7.2.1",
|
|
33
|
+
"eslint-plugin-security": "4.0.0",
|
|
34
|
+
"globals": "^17.4.0",
|
|
35
|
+
"happy-dom": "^20.8.3",
|
|
36
|
+
"postcss": "8.5.3",
|
|
37
|
+
"prettier": "3.5.3",
|
|
38
|
+
"prettier-plugin-svelte": "3.4.0",
|
|
39
|
+
"react": "19.2.1",
|
|
40
|
+
"react-dom": "19.2.1",
|
|
41
|
+
"react-refresh": "0.18.0",
|
|
42
|
+
"svelte": "5.55.0",
|
|
43
|
+
"svelte-check": "^4.4.5",
|
|
44
|
+
"tailwindcss": "4.1.7",
|
|
45
|
+
"typescript": "^5.9.3",
|
|
46
|
+
"typescript-eslint": "8.56.1",
|
|
47
|
+
"vue": "3.5.27",
|
|
48
|
+
"vue-tsc": "^3.2.5"
|
|
49
|
+
},
|
|
50
|
+
"engines": {
|
|
51
|
+
"bun": ">=1.3.6"
|
|
52
|
+
},
|
|
53
|
+
"exports": {
|
|
54
|
+
".": {
|
|
55
|
+
"import": "./dist/index.js",
|
|
56
|
+
"types": "./dist/src/index.d.ts"
|
|
57
|
+
},
|
|
58
|
+
"./ai": {
|
|
59
|
+
"import": "./dist/ai/index.js",
|
|
60
|
+
"types": "./dist/src/ai/index.d.ts"
|
|
61
|
+
},
|
|
62
|
+
"./ai/anthropic": {
|
|
63
|
+
"import": "./dist/ai/providers/anthropic.js",
|
|
64
|
+
"types": "./dist/src/ai/providers/anthropic.d.ts"
|
|
65
|
+
},
|
|
66
|
+
"./ai/client": {
|
|
67
|
+
"browser": "./dist/ai-client/ai/client/index.js",
|
|
68
|
+
"import": "./dist/ai/client/index.js",
|
|
69
|
+
"types": "./dist/src/ai/client/index.d.ts"
|
|
70
|
+
},
|
|
71
|
+
"./ai/gemini": {
|
|
72
|
+
"import": "./dist/ai/providers/gemini.js",
|
|
73
|
+
"types": "./dist/src/ai/providers/gemini.d.ts"
|
|
74
|
+
},
|
|
75
|
+
"./ai/ollama": {
|
|
76
|
+
"import": "./dist/ai/providers/ollama.js",
|
|
77
|
+
"types": "./dist/src/ai/providers/ollama.d.ts"
|
|
78
|
+
},
|
|
79
|
+
"./ai/openai": {
|
|
80
|
+
"import": "./dist/ai/providers/openai.js",
|
|
81
|
+
"types": "./dist/src/ai/providers/openai.d.ts"
|
|
82
|
+
},
|
|
83
|
+
"./ai/openai-responses": {
|
|
84
|
+
"import": "./dist/ai/providers/openaiResponses.js",
|
|
85
|
+
"types": "./dist/src/ai/providers/openaiResponses.d.ts"
|
|
86
|
+
},
|
|
87
|
+
"./ai/providers": {
|
|
88
|
+
"import": "./dist/ai/providers/openaiCompatible.js",
|
|
89
|
+
"types": "./dist/src/ai/providers/openaiCompatible.d.ts"
|
|
90
|
+
},
|
|
91
|
+
"./angular": {
|
|
92
|
+
"browser": "./dist/angular/browser.js",
|
|
93
|
+
"import": "./dist/angular/index.js",
|
|
94
|
+
"types": "./dist/src/angular/index.d.ts"
|
|
95
|
+
},
|
|
96
|
+
"./angular/ai": {
|
|
97
|
+
"browser": "./dist/ai-client/angular/ai/index.js",
|
|
98
|
+
"import": "./dist/angular/ai/index.js",
|
|
99
|
+
"types": "./dist/src/angular/ai/index.d.ts"
|
|
100
|
+
},
|
|
101
|
+
"./angular/components": {
|
|
102
|
+
"import": "./dist/angular/components/index.js",
|
|
103
|
+
"types": "./dist/src/angular/components/index.d.ts"
|
|
104
|
+
},
|
|
105
|
+
"./angular/server": {
|
|
106
|
+
"import": "./dist/angular/server.js",
|
|
107
|
+
"types": "./dist/src/angular/server.d.ts"
|
|
108
|
+
},
|
|
109
|
+
"./build": {
|
|
110
|
+
"import": "./dist/build.js",
|
|
111
|
+
"types": "./dist/src/build.d.ts"
|
|
112
|
+
},
|
|
113
|
+
"./client": {
|
|
114
|
+
"import": "./dist/client/index.js",
|
|
115
|
+
"types": "./dist/src/client/index.d.ts"
|
|
116
|
+
},
|
|
117
|
+
"./image": {
|
|
118
|
+
"import": "./dist/image-client/imageClient.js",
|
|
119
|
+
"types": "./dist/src/utils/imageClient.d.ts"
|
|
120
|
+
},
|
|
121
|
+
"./islands": {
|
|
122
|
+
"browser": "./dist/islands/browser.js",
|
|
123
|
+
"import": "./dist/islands/index.js",
|
|
124
|
+
"types": "./dist/src/islands/index.d.ts"
|
|
125
|
+
},
|
|
126
|
+
"./react": {
|
|
127
|
+
"browser": "./dist/react/browser.js",
|
|
128
|
+
"import": "./dist/react/index.js",
|
|
129
|
+
"types": "./dist/src/react/index.d.ts"
|
|
130
|
+
},
|
|
131
|
+
"./react/ai": {
|
|
132
|
+
"browser": "./dist/ai-client/react/ai/index.js",
|
|
133
|
+
"import": "./dist/react/ai/index.js",
|
|
134
|
+
"types": "./dist/src/react/ai/index.d.ts"
|
|
135
|
+
},
|
|
136
|
+
"./react/components": {
|
|
137
|
+
"browser": "./dist/react/components/browser/index.js",
|
|
138
|
+
"import": "./dist/react/components/index.js",
|
|
139
|
+
"types": "./dist/src/react/components/index.d.ts"
|
|
140
|
+
},
|
|
141
|
+
"./react/hooks": {
|
|
142
|
+
"import": "./dist/react/hooks/index.js",
|
|
143
|
+
"types": "./dist/src/react/hooks/index.d.ts"
|
|
144
|
+
},
|
|
145
|
+
"./react/server": {
|
|
146
|
+
"import": "./dist/react/server.js",
|
|
147
|
+
"types": "./dist/src/react/server.d.ts"
|
|
148
|
+
},
|
|
149
|
+
"./svelte": {
|
|
150
|
+
"browser": "./dist/svelte/browser.js",
|
|
151
|
+
"import": "./dist/svelte/index.js",
|
|
152
|
+
"types": "./dist/src/svelte/index.d.ts"
|
|
153
|
+
},
|
|
154
|
+
"./svelte/ai": {
|
|
155
|
+
"import": "./dist/svelte/ai/index.js",
|
|
156
|
+
"types": "./dist/src/svelte/ai/index.d.ts"
|
|
157
|
+
},
|
|
158
|
+
"./svelte/components/Head.js": {
|
|
159
|
+
"import": "./dist/svelte/components/Head.svelte",
|
|
160
|
+
"types": "./dist/svelte/components/Head.svelte.d.ts"
|
|
161
|
+
},
|
|
162
|
+
"./svelte/components/Head.svelte": {
|
|
163
|
+
"import": "./dist/svelte/components/Head.svelte",
|
|
164
|
+
"types": "./dist/svelte/components/Head.svelte.d.ts"
|
|
165
|
+
},
|
|
166
|
+
"./svelte/components/Image.js": {
|
|
167
|
+
"import": "./dist/svelte/components/Image.svelte",
|
|
168
|
+
"types": "./dist/svelte/components/Image.svelte.d.ts"
|
|
169
|
+
},
|
|
170
|
+
"./svelte/components/Image.svelte": {
|
|
171
|
+
"import": "./dist/svelte/components/Image.svelte",
|
|
172
|
+
"types": "./dist/svelte/components/Image.svelte.d.ts"
|
|
173
|
+
},
|
|
174
|
+
"./svelte/components/JsonLd.js": {
|
|
175
|
+
"import": "./dist/svelte/components/JsonLd.svelte",
|
|
176
|
+
"types": "./dist/svelte/components/JsonLd.svelte.d.ts"
|
|
177
|
+
},
|
|
178
|
+
"./svelte/components/JsonLd.svelte": {
|
|
179
|
+
"import": "./dist/svelte/components/JsonLd.svelte",
|
|
180
|
+
"types": "./dist/svelte/components/JsonLd.svelte.d.ts"
|
|
181
|
+
},
|
|
182
|
+
"./svelte/server": {
|
|
183
|
+
"import": "./dist/svelte/server.js",
|
|
184
|
+
"types": "./dist/src/svelte/server.d.ts"
|
|
185
|
+
},
|
|
186
|
+
"./vue": {
|
|
187
|
+
"browser": "./dist/vue/browser.js",
|
|
188
|
+
"import": "./dist/vue/index.js",
|
|
189
|
+
"types": "./dist/src/vue/index.d.ts"
|
|
190
|
+
},
|
|
191
|
+
"./vue/ai": {
|
|
192
|
+
"browser": "./dist/ai-client/vue/ai/index.js",
|
|
193
|
+
"import": "./dist/vue/ai/index.js",
|
|
194
|
+
"types": "./dist/src/vue/ai/index.d.ts"
|
|
195
|
+
},
|
|
196
|
+
"./vue/components": {
|
|
197
|
+
"import": "./dist/vue/components/index.js",
|
|
198
|
+
"types": "./dist/src/vue/components/index.d.ts"
|
|
199
|
+
},
|
|
200
|
+
"./vue/components/Image.js": {
|
|
201
|
+
"import": "./dist/vue/components/Image.vue",
|
|
202
|
+
"types": "./dist/vue/components/Image.vue.d.ts"
|
|
203
|
+
},
|
|
204
|
+
"./vue/components/Image.vue": {
|
|
205
|
+
"import": "./dist/vue/components/Image.vue",
|
|
206
|
+
"types": "./dist/vue/components/Image.vue.d.ts"
|
|
207
|
+
},
|
|
208
|
+
"./vue/server": {
|
|
209
|
+
"import": "./dist/vue/server.js",
|
|
210
|
+
"types": "./dist/src/vue/server.d.ts"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"files": [
|
|
214
|
+
"dist",
|
|
215
|
+
"LICENSE",
|
|
216
|
+
"README.md",
|
|
217
|
+
"THIRD_PARTY_NOTICES.md"
|
|
218
|
+
],
|
|
219
|
+
"license": "BSL-1.1",
|
|
220
|
+
"main": "./dist/index.js",
|
|
221
|
+
"name": "@absolutejs/absolute",
|
|
222
|
+
"optionalDependencies": {
|
|
223
|
+
"@absolutejs/native-darwin-arm64": "0.19.0-beta.355",
|
|
224
|
+
"@absolutejs/native-darwin-x64": "0.19.0-beta.355",
|
|
225
|
+
"@absolutejs/native-linux-arm64": "0.19.0-beta.355",
|
|
226
|
+
"@absolutejs/native-linux-x64": "0.19.0-beta.355",
|
|
227
|
+
"@absolutejs/native-windows-arm64": "0.19.0-beta.355",
|
|
228
|
+
"@absolutejs/native-windows-x64": "0.19.0-beta.355"
|
|
229
|
+
},
|
|
230
|
+
"overrides": {
|
|
231
|
+
"@typescript-eslint/utils": "8.56.1"
|
|
232
|
+
},
|
|
233
|
+
"peerDependencies": {
|
|
234
|
+
"@angular/common": "^21.0.0",
|
|
235
|
+
"@angular/compiler-cli": "^21.0.0",
|
|
236
|
+
"@angular/core": "^21.0.0",
|
|
237
|
+
"@angular/platform-browser": "^21.0.0",
|
|
238
|
+
"@angular/platform-server": "^21.0.0",
|
|
239
|
+
"@angular/ssr": "^21.0.0",
|
|
240
|
+
"elysia": "^1.4.0",
|
|
241
|
+
"react": "^19.2.0",
|
|
242
|
+
"react-dom": "^19.2.0",
|
|
243
|
+
"react-refresh": "^0.18.0",
|
|
244
|
+
"sharp": ">=0.33.0",
|
|
245
|
+
"svelte": "^5.35.2",
|
|
246
|
+
"vue": "^3.5.27",
|
|
247
|
+
"zone.js": "^0.15.0"
|
|
248
|
+
},
|
|
249
|
+
"peerDependenciesMeta": {
|
|
250
|
+
"@angular/common": {
|
|
251
|
+
"optional": true
|
|
252
|
+
},
|
|
253
|
+
"@angular/compiler-cli": {
|
|
254
|
+
"optional": true
|
|
255
|
+
},
|
|
256
|
+
"@angular/core": {
|
|
257
|
+
"optional": true
|
|
258
|
+
},
|
|
259
|
+
"@angular/platform-browser": {
|
|
260
|
+
"optional": true
|
|
261
|
+
},
|
|
262
|
+
"@angular/platform-server": {
|
|
263
|
+
"optional": true
|
|
264
|
+
},
|
|
265
|
+
"@angular/ssr": {
|
|
266
|
+
"optional": true
|
|
267
|
+
},
|
|
268
|
+
"react": {
|
|
269
|
+
"optional": true
|
|
270
|
+
},
|
|
271
|
+
"react-dom": {
|
|
272
|
+
"optional": true
|
|
273
|
+
},
|
|
274
|
+
"react-refresh": {
|
|
275
|
+
"optional": true
|
|
276
|
+
},
|
|
277
|
+
"sharp": {
|
|
278
|
+
"optional": true
|
|
279
|
+
},
|
|
280
|
+
"svelte": {
|
|
281
|
+
"optional": true
|
|
282
|
+
},
|
|
283
|
+
"vue": {
|
|
284
|
+
"optional": true
|
|
285
|
+
},
|
|
286
|
+
"zone.js": {
|
|
287
|
+
"optional": true
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"repository": {
|
|
291
|
+
"type": "git",
|
|
292
|
+
"url": "git+https://github.com/absolutejs/absolutejs.git"
|
|
293
|
+
},
|
|
294
|
+
"scripts": {
|
|
295
|
+
"build": "bun run scripts/build.ts",
|
|
296
|
+
"build:native": "./native/build.sh",
|
|
297
|
+
"db:push": "drizzle-kit push",
|
|
298
|
+
"db:studio": "drizzle-kit studio",
|
|
299
|
+
"dev": "TELEMETRY_OFF=1 bun run src/cli/index.ts dev example/server.ts --config example/absolute.config.ts",
|
|
300
|
+
"format": "bun run src/cli/index.ts prettier --write",
|
|
301
|
+
"lint": "bun run src/cli/index.ts eslint",
|
|
302
|
+
"release": "bun run test && bun run format && bun run build:native && bun run build && ./native/publish.sh && bun publish",
|
|
303
|
+
"release:beta": "bun run test && bun run format && bun run build:native && bun run build && ./native/publish.sh --tag beta && bun publish --tag beta",
|
|
304
|
+
"start": "TELEMETRY_OFF=1 bun run src/cli/index.ts start example/server.ts --outdir example/dist --config example/absolute.config.ts",
|
|
305
|
+
"test": "bun test tests/unit && bun test --concurrency 1 tests/integration",
|
|
306
|
+
"typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
|
|
307
|
+
},
|
|
308
|
+
"types": "./dist/src/index.d.ts",
|
|
309
|
+
"version": "0.19.0-beta.358"
|
|
310
310
|
}
|