remix 3.0.0-alpha.6 → 3.0.0-beta.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.
- package/dist/node-serve.d.ts +2 -0
- package/dist/node-serve.d.ts.map +1 -0
- package/dist/node-serve.js +2 -0
- package/package.json +56 -32
- package/src/node-serve.ts +2 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"node-serve.d.ts","sourceRoot":"","sources":["../src/node-serve.ts"],"names":[],"mappings":"AACA,cAAc,uBAAuB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "remix",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-beta.0",
|
|
4
4
|
"description": "The Remix web framework",
|
|
5
5
|
"author": "Michael Jackson <mjijackson@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -197,6 +197,10 @@
|
|
|
197
197
|
"types": "./dist/node-fetch-server/test.d.ts",
|
|
198
198
|
"default": "./dist/node-fetch-server/test.js"
|
|
199
199
|
},
|
|
200
|
+
"./node-serve": {
|
|
201
|
+
"types": "./dist/node-serve.d.ts",
|
|
202
|
+
"default": "./dist/node-serve.js"
|
|
203
|
+
},
|
|
200
204
|
"./response/compress": {
|
|
201
205
|
"types": "./dist/response/compress.d.ts",
|
|
202
206
|
"default": "./dist/response/compress.js"
|
|
@@ -353,56 +357,76 @@
|
|
|
353
357
|
"typescript": "^5.9.3"
|
|
354
358
|
},
|
|
355
359
|
"dependencies": {
|
|
356
|
-
"@remix-run/assets": "^0.
|
|
357
|
-
"@remix-run/auth": "^0.2.
|
|
358
|
-
"@remix-run/async-context-middleware": "^0.2.
|
|
359
|
-
"@remix-run/
|
|
360
|
-
"@remix-run/
|
|
361
|
-
"@remix-run/
|
|
362
|
-
"@remix-run/
|
|
363
|
-
"@remix-run/cors-middleware": "^0.1.1",
|
|
364
|
-
"@remix-run/csrf-middleware": "^0.1.1",
|
|
365
|
-
"@remix-run/cookie": "^0.5.1",
|
|
360
|
+
"@remix-run/assets": "^0.3.0",
|
|
361
|
+
"@remix-run/auth": "^0.2.1",
|
|
362
|
+
"@remix-run/async-context-middleware": "^0.2.2",
|
|
363
|
+
"@remix-run/auth-middleware": "^0.1.2",
|
|
364
|
+
"@remix-run/cop-middleware": "^0.1.2",
|
|
365
|
+
"@remix-run/csrf-middleware": "^0.1.2",
|
|
366
|
+
"@remix-run/ui": "^0.1.1",
|
|
366
367
|
"@remix-run/data-schema": "^0.3.0",
|
|
367
|
-
"@remix-run/
|
|
368
|
-
"@remix-run/data-table
|
|
369
|
-
"@remix-run/
|
|
370
|
-
"@remix-run/data-table-
|
|
371
|
-
"@remix-run/
|
|
372
|
-
"@remix-run/file-storage-s3": "^0.1.1",
|
|
373
|
-
"@remix-run/file-storage": "^0.13.4",
|
|
368
|
+
"@remix-run/cors-middleware": "^0.1.2",
|
|
369
|
+
"@remix-run/data-table": "^0.2.1",
|
|
370
|
+
"@remix-run/compression-middleware": "^0.1.7",
|
|
371
|
+
"@remix-run/data-table-mysql": "^0.3.1",
|
|
372
|
+
"@remix-run/data-table-postgres": "^0.3.1",
|
|
374
373
|
"@remix-run/fetch-proxy": "^0.8.0",
|
|
375
|
-
"@remix-run/
|
|
374
|
+
"@remix-run/fetch-router": "^0.18.2",
|
|
375
|
+
"@remix-run/file-storage": "^0.13.4",
|
|
376
|
+
"@remix-run/data-table-sqlite": "^0.4.1",
|
|
377
|
+
"@remix-run/file-storage-s3": "^0.1.1",
|
|
378
|
+
"@remix-run/cookie": "^0.5.1",
|
|
379
|
+
"@remix-run/form-data-middleware": "^0.2.3",
|
|
376
380
|
"@remix-run/form-data-parser": "^0.17.0",
|
|
377
|
-
"@remix-run/html-template": "^0.3.0",
|
|
378
381
|
"@remix-run/fs": "^0.4.3",
|
|
379
382
|
"@remix-run/lazy-file": "^5.0.3",
|
|
380
|
-
"@remix-run/
|
|
381
|
-
"@remix-run/method-override-middleware": "^0.1.6",
|
|
383
|
+
"@remix-run/html-template": "^0.3.0",
|
|
382
384
|
"@remix-run/headers": "^0.19.0",
|
|
385
|
+
"@remix-run/logger-middleware": "^0.2.1",
|
|
383
386
|
"@remix-run/mime": "^0.4.1",
|
|
387
|
+
"@remix-run/method-override-middleware": "^0.1.7",
|
|
384
388
|
"@remix-run/multipart-parser": "^0.16.0",
|
|
385
|
-
"@remix-run/node-fetch-server": "^0.13.
|
|
389
|
+
"@remix-run/node-fetch-server": "^0.13.1",
|
|
390
|
+
"@remix-run/session": "^0.4.1",
|
|
391
|
+
"@remix-run/session-middleware": "^0.2.2",
|
|
386
392
|
"@remix-run/response": "^0.3.3",
|
|
387
|
-
"@remix-run/route-pattern": "^0.20.1",
|
|
388
|
-
"@remix-run/session-middleware": "^0.2.1",
|
|
389
393
|
"@remix-run/session-storage-memcache": "^0.1.0",
|
|
394
|
+
"@remix-run/static-middleware": "^0.4.8",
|
|
390
395
|
"@remix-run/session-storage-redis": "^0.1.0",
|
|
391
|
-
"@remix-run/static-middleware": "^0.4.7",
|
|
392
|
-
"@remix-run/session": "^0.4.1",
|
|
393
396
|
"@remix-run/tar-parser": "^0.7.1",
|
|
394
|
-
"@remix-run/
|
|
395
|
-
"@remix-run/
|
|
396
|
-
"@remix-run/
|
|
397
|
-
"@remix-run/terminal": "^0.1.0"
|
|
397
|
+
"@remix-run/route-pattern": "^0.20.1",
|
|
398
|
+
"@remix-run/assert": "^0.2.0",
|
|
399
|
+
"@remix-run/cli": "^0.2.0",
|
|
400
|
+
"@remix-run/terminal": "^0.1.0",
|
|
401
|
+
"@remix-run/node-serve": "^0.1.0",
|
|
402
|
+
"@remix-run/test": "^0.3.0"
|
|
398
403
|
},
|
|
399
404
|
"bin": {
|
|
400
405
|
"remix": "./dist/cli-entry.js"
|
|
401
406
|
},
|
|
407
|
+
"peerDependencies": {
|
|
408
|
+
"mysql2": "^3.15.3",
|
|
409
|
+
"pg": "^8.16.3",
|
|
410
|
+
"redis": "^5.10.0",
|
|
411
|
+
"playwright": "^1.59.0"
|
|
412
|
+
},
|
|
413
|
+
"peerDependenciesMeta": {
|
|
414
|
+
"mysql2": {
|
|
415
|
+
"optional": true
|
|
416
|
+
},
|
|
417
|
+
"pg": {
|
|
418
|
+
"optional": true
|
|
419
|
+
},
|
|
420
|
+
"redis": {
|
|
421
|
+
"optional": true
|
|
422
|
+
},
|
|
423
|
+
"playwright": {
|
|
424
|
+
"optional": true
|
|
425
|
+
}
|
|
426
|
+
},
|
|
402
427
|
"scripts": {
|
|
403
428
|
"build": "tsc -p tsconfig.build.json",
|
|
404
429
|
"clean": "git clean -fdX",
|
|
405
|
-
"test": "node --test './src/**/*.test.ts'",
|
|
406
430
|
"typecheck": "tsc --noEmit"
|
|
407
431
|
}
|
|
408
432
|
}
|