onchain-sdk
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -0,3 +1,3 @@ | ||
import CommonUtils from './CommonUtils'; | ||
import InstanceUtils from './InstanceUtils'; | ||
import ICommonManager from '../ICommonManager'; | ||
export { InstanceUtils, ICommonManager }; | ||
export { InstanceUtils, CommonUtils }; |
{ | ||
"name": "onchain-sdk", | ||
"private": false, | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"scripts": { | ||
@@ -12,3 +12,4 @@ "start": "umi dev", | ||
"test:coverage": "umi-test --coverage", | ||
"analyse": "ANALYZE=1 umi build" | ||
"analyse": "ANALYZE=1 umi build", | ||
"utils:publish":"yarn vite build && npm publish --registry=https://registry.npmjs.org" | ||
}, | ||
@@ -15,0 +16,0 @@ "files": ["lib"], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
478107
12855