@sodax/types 2.0.0-rc.6 → 2.0.0-rc.7

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.
package/dist/index.d.ts CHANGED
@@ -17,4 +17,4 @@ export * from './sui/index.js';
17
17
  export * from './swap/index.js';
18
18
  export * from './utils/index.js';
19
19
  export * from './wallet/index.js';
20
- export declare const CONFIG_VERSION = 204;
20
+ export declare const CONFIG_VERSION = 205;
package/dist/index.js CHANGED
@@ -17,4 +17,4 @@ export * from './sui/index.js';
17
17
  export * from './swap/index.js';
18
18
  export * from './utils/index.js';
19
19
  export * from './wallet/index.js';
20
- export const CONFIG_VERSION = 204; // this value should be incremented (inside release/sdk branch) each time @sodax/types package is updated
20
+ export const CONFIG_VERSION = 205; // this value should be incremented (inside release/sdk branch) each time @sodax/types package is updated
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "2.0.0-rc.6",
7
+ "version": "2.0.0-rc.7",
8
8
  "description": "Sodax Common Types",
9
9
  "main": "dist/index.js",
10
10
  "homepage": "https://github.com/icon-project/sodax-sdks/tree/main/packages/types",