Skip to content

Commit

Permalink
npm org added
Browse files Browse the repository at this point in the history
  • Loading branch information
pomgui committed Sep 3, 2020
1 parent 1cc3bca commit 8d84825
Show file tree
Hide file tree
Showing 16 changed files with 1,310 additions and 663 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from 'pirest-lib';
export * from '@pomgui/rest-lib';
export * from './lib/service/PiService';
export * from './lib/service/types';
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions dist/lib/service/PiService.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lib/service/PiService.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lib/service/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PiDatabase } from "pidatabase";
import { PiDatabase } from "@pomgui/database";
import { Request, Response } from "express";
import { PiDescriptor } from 'pirest-lib';
import { PiDescriptor } from '@pomgui/rest-lib';
/**
* Signature of the database factory function
*/
Expand Down
1 change: 1 addition & 0 deletions dist/spec/PiMysqlMock.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/spec/PiMysqlMock.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions dist/spec/service/PiService.spec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8d84825

Please sign in to comment.