@taicode/common-base 1.1.1 → 1.1.3

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,3 +1,2 @@
1
- export declare abstract class Service {
2
- }
1
+ export { Service } from './service';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/service/index.ts"],"names":[],"mappings":"AAAA,8BAAsB,OAAO;CAE5B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/service/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA"}
@@ -1,2 +1 @@
1
- export class Service {
2
- }
1
+ export { Service } from './service';
@@ -0,0 +1,6 @@
1
+ /** */
2
+ export declare abstract class Service {
3
+ abstract inited: boolean;
4
+ abstract init(): Promise<boolean>;
5
+ }
6
+ //# sourceMappingURL=service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../source/service/service.ts"],"names":[],"mappings":"AAAA,MAAM;AACN,8BAAsB,OAAO;IAC3B,SAAgB,MAAM,EAAE,OAAO,CAAA;aACf,IAAI,IAAI,OAAO,CAAC,OAAO,CAAC;CACzC"}
@@ -0,0 +1,3 @@
1
+ /** */
2
+ export class Service {
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taicode/common-base",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "author": "Alain",
5
5
  "license": "ISC",
6
6
  "description": "",