@trapi/swagger 1.0.0-alpha.3 → 1.0.0-alpha.4

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.
@@ -1,4 +1,4 @@
1
- import { Metadata, Options as MetadataOptions, generateMetadata } from '@trapi/metadata';
1
+ import { DecoratorConfig, DecoratorID, Metadata, Options as MetadataOptions, PresetSchema, generateMetadata } from '@trapi/metadata';
2
2
  import type { CacheOptions } from '@trapi/metadata';
3
- export { generateMetadata, CacheOptions, Metadata, MetadataOptions, };
3
+ export { DecoratorConfig, DecoratorID, generateMetadata, CacheOptions, Metadata, MetadataOptions, PresetSchema, };
4
4
  //# sourceMappingURL=metadata.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../src/metadata.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,QAAQ,EACR,OAAO,IAAI,eAAe,EAC1B,gBAAgB,EACnB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD,OAAO,EAEH,gBAAgB,EAEhB,YAAY,EAGZ,QAAQ,EACR,eAAe,GAClB,CAAC"}
1
+ {"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../src/metadata.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,eAAe,EACf,WAAW,EACX,QAAQ,EACR,OAAO,IAAI,eAAe,EAC1B,YAAY,EACZ,gBAAgB,EACnB,MAAM,iBAAiB,CAAC;AAEzB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD,OAAO,EACH,eAAe,EACf,WAAW,EAGX,gBAAgB,EAEhB,YAAY,EAGZ,QAAQ,EACR,eAAe,EAEf,YAAY,GACf,CAAC"}
package/dist/metadata.js CHANGED
@@ -6,7 +6,8 @@
6
6
  * view the LICENSE file that was distributed with this source code.
7
7
  */
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
- exports.generateMetadata = void 0;
9
+ exports.generateMetadata = exports.DecoratorID = void 0;
10
10
  const metadata_1 = require("@trapi/metadata");
11
+ Object.defineProperty(exports, "DecoratorID", { enumerable: true, get: function () { return metadata_1.DecoratorID; } });
11
12
  Object.defineProperty(exports, "generateMetadata", { enumerable: true, get: function () { return metadata_1.generateMetadata; } });
12
13
  //# sourceMappingURL=metadata.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"metadata.js","sourceRoot":"","sources":["../src/metadata.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,8CAIyB;AAMrB,iGAPA,2BAAgB,OAOA"}
1
+ {"version":3,"file":"metadata.js","sourceRoot":"","sources":["../src/metadata.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,8CAOyB;AAMrB,4FAXA,sBAAW,OAWA;AAGX,iGAVA,2BAAgB,OAUA"}
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/tada5hi"
7
7
  },
8
8
  "license": "MIT",
9
- "version": "1.0.0-alpha.3",
9
+ "version": "1.0.0-alpha.4",
10
10
  "description": "Generate Swagger files from a decorator APIs.",
11
11
  "keywords": [
12
12
  "typescript",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "engineStrict": true,
65
- "gitHead": "8efb4a96f08bea52d43022e2fff7c6c8f3e9edb7"
65
+ "gitHead": "d58c6af5b79d80e00caee81221c8234c4c8b1bea"
66
66
  }