@dainprotocol/service-sdk 1.0.63 → 1.0.64

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.
@@ -146,6 +146,7 @@ export interface ServiceManager {
146
146
  address: () => {
147
147
  port: number;
148
148
  };
149
+ app: DAINHono;
149
150
  }
150
151
  export interface DAINPlugin {
151
152
  initialize: (service: DAINService) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dainprotocol/service-sdk",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "DAIN Service SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",