@nattyjs/types 0.0.1-beta.10 → 0.0.1-beta.11

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -13
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -33,6 +33,8 @@ interface BuildOptions {
33
33
  rootDir: string;
34
34
  port: number;
35
35
  commandName: string;
36
+ outDir: string;
37
+ startupFilePath: string;
36
38
  }
37
39
 
38
40
  type HttpRequestBodyInfo = {
@@ -262,16 +264,4 @@ interface RequestRouteInfo {
262
264
  };
263
265
  }
264
266
 
265
- interface PackageJsonConfig {
266
- addExports: string[];
267
- }
268
-
269
- interface LibraryConfig {
270
- packageJson: PackageJsonConfig;
271
- }
272
-
273
- interface NattyCliConfig {
274
- library: Partial<LibraryConfig>;
275
- }
276
-
277
- export { BuildOptions, ClassTypeInfo, Cookie, DbFieldConfig, DecoratorInfo, DecoratorParams, ExceptionTypeInfo, HttpRequestBodyInfo, HttpRequestBodyInit, HttpRequestInit, HttpResponseInit, IExceptionContext, IHttpResult, IModelBindingContext, MethodInfo, ModelBinding, ModelConfig, NattyCliConfig, NattyTestModule, ParameterInfo, ProblemDetail, PropConfig, PropertyDecoratorConfig, RequestRouteInfo, RouteConfig, TypeInfo, TypesInfo };
267
+ export { BuildOptions, ClassTypeInfo, Cookie, DbFieldConfig, DecoratorInfo, DecoratorParams, ExceptionTypeInfo, HttpRequestBodyInfo, HttpRequestBodyInit, HttpRequestInit, HttpResponseInit, IExceptionContext, IHttpResult, IModelBindingContext, MethodInfo, ModelBinding, ModelConfig, NattyTestModule, ParameterInfo, ProblemDetail, PropConfig, PropertyDecoratorConfig, RequestRouteInfo, RouteConfig, TypeInfo, TypesInfo };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattyjs/types",
3
- "version": "0.0.1-beta.10",
3
+ "version": "0.0.1-beta.11",
4
4
  "keywords": [],
5
5
  "author": "ajayojha <ojhaajay@outlook.com>",
6
6
  "license": "ISC",