@avtechno/sfr 1.0.17 → 1.0.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avtechno/sfr",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "An opinionated way of writing services using ExpressJS.",
5
5
  "type": "module",
6
6
  "files": [
@@ -102,6 +102,7 @@ declare type OASConfig = Omit<ServiceManifest, "documents"> & InfoObject
102
102
  declare type ServiceManifest = {
103
103
  title: string;
104
104
  description: string;
105
+ version : string;
105
106
  tags?: string[];
106
107
  meta: {
107
108
  //Specifies the domain of the service