openchain-nodejs-ts-yxl 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/index.d.ts +0 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -993,10 +993,8 @@ export interface ContractInvokeResult {
993
993
  }
994
994
 
995
995
  export interface OperationResult {
996
- operation: {
997
996
  type: string;
998
997
  data: Record<string, any>;
999
- };
1000
998
  }
1001
999
 
1002
1000
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openchain-nodejs-ts-yxl",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "openchain sdk",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",