@e22m4u/ts-rest-router 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@e22m4u/ts-rest-router",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.3",
|
4
4
|
"description": "Controllers-based REST router implementation for TypeScript",
|
5
5
|
"author": "e22m4u <e22m4u@yandex.ru>",
|
6
6
|
"keywords": [
|
@@ -16,6 +16,7 @@
|
|
16
16
|
"url": "git+https://github.com/e22m4u/ts-rest-router.git"
|
17
17
|
},
|
18
18
|
"type": "module",
|
19
|
+
"types": "./dist/esm/index.d.ts",
|
19
20
|
"module": "./dist/esm/index.js",
|
20
21
|
"main": "./dist/cjs/index.cjs",
|
21
22
|
"exports": {
|