Skip to content

Commit

Permalink
Merge pull request #48 from bitgopatmcl/edit-every-package
Browse files Browse the repository at this point in the history
Edit every package
  • Loading branch information
ericcrosson-bitgo authored Apr 20, 2022
2 parents db3c20d + 200c95e commit 21f3026
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/express-wrapper/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,5 @@ export function createServer<Spec extends ApiSpec>(

return app;
}

// release the package
2 changes: 2 additions & 0 deletions packages/io-ts-http/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ export * from './httpResponse';
export * from './httpRequest';
export * from './httpRoute';
export * from './query-params';

// release the package
2 changes: 2 additions & 0 deletions packages/openapi-generator/src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from './project';

// release the package
2 changes: 2 additions & 0 deletions packages/response/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ export const Response = {
internalError: responseFunction('internalError'),
serviceUnavailable: responseFunction('serviceUnavailable'),
};

// release the package
2 changes: 2 additions & 0 deletions packages/superagent-wrapper/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export * from './request';
export * from './routes';

// release the package

0 comments on commit 21f3026

Please sign in to comment.