remix 3.0.0-alpha.1 → 3.0.0-alpha.2
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"specificity.d.ts","sourceRoot":"","sources":["../../../src/lib/route-pattern/specificity.ts"],"names":[],"mappings":"AACA,cAAc,sCAAsC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "remix",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.2",
|
|
4
4
|
"description": "Remix Web Framework",
|
|
5
5
|
"author": "Michael Jackson <mjijackson@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -154,6 +154,10 @@
|
|
|
154
154
|
"types": "./dist/lib/route-pattern.d.ts",
|
|
155
155
|
"default": "./dist/lib/route-pattern.js"
|
|
156
156
|
},
|
|
157
|
+
"./route-pattern/specificity": {
|
|
158
|
+
"types": "./dist/lib/route-pattern/specificity.d.ts",
|
|
159
|
+
"default": "./dist/lib/route-pattern/specificity.js"
|
|
160
|
+
},
|
|
157
161
|
"./session": {
|
|
158
162
|
"types": "./dist/lib/session.d.ts",
|
|
159
163
|
"default": "./dist/lib/session.js"
|
|
@@ -189,31 +193,31 @@
|
|
|
189
193
|
"typescript": "^5.9.3"
|
|
190
194
|
},
|
|
191
195
|
"dependencies": {
|
|
192
|
-
"@remix-run/
|
|
193
|
-
"@remix-run/
|
|
194
|
-
"@remix-run/compression-middleware": "^0.1.
|
|
196
|
+
"@remix-run/async-context-middleware": "^0.1.2",
|
|
197
|
+
"@remix-run/component": "^0.4.0",
|
|
198
|
+
"@remix-run/compression-middleware": "^0.1.2",
|
|
195
199
|
"@remix-run/cookie": "^0.5.1",
|
|
196
200
|
"@remix-run/fetch-proxy": "^0.7.1",
|
|
197
|
-
"@remix-run/fetch-router": "^0.
|
|
201
|
+
"@remix-run/fetch-router": "^0.16.0",
|
|
198
202
|
"@remix-run/file-storage": "^0.13.2",
|
|
199
|
-
"@remix-run/form-data-middleware": "^0.1.
|
|
200
|
-
"@remix-run/form-data-parser": "^0.
|
|
203
|
+
"@remix-run/form-data-middleware": "^0.1.3",
|
|
204
|
+
"@remix-run/form-data-parser": "^0.15.0",
|
|
201
205
|
"@remix-run/fs": "^0.4.1",
|
|
202
|
-
"@remix-run/html-template": "^0.3.0",
|
|
203
206
|
"@remix-run/headers": "^0.19.0",
|
|
204
|
-
"@remix-run/
|
|
207
|
+
"@remix-run/html-template": "^0.3.0",
|
|
208
|
+
"@remix-run/interaction": "^0.5.0",
|
|
205
209
|
"@remix-run/lazy-file": "^5.0.1",
|
|
206
|
-
"@remix-run/logger-middleware": "^0.1.
|
|
210
|
+
"@remix-run/logger-middleware": "^0.1.2",
|
|
211
|
+
"@remix-run/method-override-middleware": "^0.1.3",
|
|
207
212
|
"@remix-run/mime": "^0.3.0",
|
|
208
213
|
"@remix-run/multipart-parser": "^0.14.2",
|
|
209
|
-
"@remix-run/method-override-middleware": "^0.1.2",
|
|
210
214
|
"@remix-run/response": "^0.3.1",
|
|
211
|
-
"@remix-run/route-pattern": "^0.
|
|
212
|
-
"@remix-run/node-fetch-server": "^0.13.0",
|
|
215
|
+
"@remix-run/route-pattern": "^0.18.0",
|
|
213
216
|
"@remix-run/session": "^0.4.1",
|
|
214
|
-
"@remix-run/
|
|
215
|
-
"@remix-run/
|
|
216
|
-
"@remix-run/tar-parser": "^0.7.0"
|
|
217
|
+
"@remix-run/node-fetch-server": "^0.13.0",
|
|
218
|
+
"@remix-run/session-middleware": "^0.1.3",
|
|
219
|
+
"@remix-run/tar-parser": "^0.7.0",
|
|
220
|
+
"@remix-run/static-middleware": "^0.4.3"
|
|
217
221
|
},
|
|
218
222
|
"scripts": {
|
|
219
223
|
"build": "tsc -p tsconfig.build.json",
|