ecklf-tmp-runtime-test
Advanced tools
Comparing version 1.0.125 to 1.0.126
@@ -80,29 +80,29 @@ "use strict"; | ||
// \/product(\/\S+)? | ||
routes, | ||
/* routes: [ */ | ||
/* { */ | ||
/* src: '/api/foo', */ | ||
/* dest: '/api/index', */ | ||
/* }, */ | ||
/* { */ | ||
/* src: '/api/bar/baz', */ | ||
/* dest: '/api/index', */ | ||
/* }, */ | ||
/* { */ | ||
/* src: '/api/dynamic/(?<path>[^/]+)', */ | ||
/* dest: '/api/index?path=$path', */ | ||
/* }, */ | ||
/* { */ | ||
/* src: '/api/all/(\\S+)', */ | ||
/* dest: '/api/index', */ | ||
/* }, */ | ||
/* { */ | ||
/* src: '/api/optional/(/\\S+)?', */ | ||
/* dest: '/api/index', */ | ||
/* }, */ | ||
/* { */ | ||
/* src: '/api/(\\S+)', */ | ||
/* dest: '/api/index', */ | ||
/* }, */ | ||
/* ], */ | ||
/* routes, */ | ||
routes: [ | ||
{ | ||
src: '/api/foo', | ||
dest: '/api/index', | ||
}, | ||
{ | ||
src: '/api/bar/baz', | ||
dest: '/api/index', | ||
}, | ||
{ | ||
src: '/api/dynamic/(?<path>[^/]+)', | ||
dest: '/api/index?path=$path', | ||
}, | ||
{ | ||
src: '/api/all/(\\S+)', | ||
dest: '/api/index', | ||
}, | ||
{ | ||
src: '/api/optional/(/\\S+)?', | ||
dest: '/api/index', | ||
}, | ||
{ | ||
src: '/api/(\\S+)', | ||
dest: '/api/index', | ||
}, | ||
], | ||
}; | ||
@@ -109,0 +109,0 @@ }); |
{ | ||
"name": "ecklf-tmp-runtime-test", | ||
"version": "1.0.125", | ||
"version": "1.0.126", | ||
"description": "Rust runtime for Vercel Functions.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/vercel-community/rust", |
23780