@lidofinance/lsv-cli 1.0.0-alpha.32 → 1.0.0-alpha.33

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,4 +1,3 @@
1
- export * from './advanced-config.js';
2
1
  export * from './vault-factory.js';
3
2
  export * from './voting.js';
4
3
  export * from './dashboard.js';
@@ -1,4 +1,3 @@
1
- export * from './advanced-config.js';
2
1
  export * from './vault-factory.js';
3
2
  export * from './voting.js';
4
3
  export * from './dashboard.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../features/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../features/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC"}
@@ -1 +1 @@
1
- export const version = 'v1.0.0-alpha.32'
1
+ export const version = 'v1.0.0-alpha.33'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lidofinance/lsv-cli",
3
- "version": "1.0.0-alpha.32",
3
+ "version": "1.0.0-alpha.33",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"
@@ -1,5 +0,0 @@
1
- import { Config } from '../types/index.js';
2
- export declare const getAdvancedConfig: () => {
3
- config: Config | null;
4
- } | undefined;
5
- export declare const setAdvancedConfig: (payload: Config) => Promise<void>;
@@ -1,17 +0,0 @@
1
- import { AsyncLocalStorage } from 'async_hooks';
2
- import { logInfo } from '../utils/index.js';
3
- const advancedConfigStore = new AsyncLocalStorage();
4
- advancedConfigStore.enterWith({ config: null });
5
- export const getAdvancedConfig = () => {
6
- const store = advancedConfigStore.getStore();
7
- logInfo('getAdvancedConfig::store', store);
8
- return store;
9
- };
10
- export const setAdvancedConfig = async (payload) => {
11
- const store = getAdvancedConfig();
12
- if (store) {
13
- store.config = payload;
14
- }
15
- logInfo('setAdvancedConfig::store', store);
16
- };
17
- //# sourceMappingURL=advanced-config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"advanced-config.js","sourceRoot":"","sources":["../../features/advanced-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGhD,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhC,MAAM,mBAAmB,GAAG,IAAI,iBAAiB,EAE7C,CAAC;AACL,mBAAmB,CAAC,SAAS,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;AAEhD,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,EAAE;IACpC,MAAM,KAAK,GAAG,mBAAmB,CAAC,QAAQ,EAAE,CAAC;IAC7C,OAAO,CAAC,0BAA0B,EAAE,KAAK,CAAC,CAAC;IAC3C,OAAO,KAAK,CAAC;AACf,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,KAAK,EAAE,OAAe,EAAE,EAAE;IACzD,MAAM,KAAK,GAAG,iBAAiB,EAAE,CAAC;IAClC,IAAI,KAAK,EAAE,CAAC;QACV,KAAK,CAAC,MAAM,GAAG,OAAO,CAAC;IACzB,CAAC;IAED,OAAO,CAAC,0BAA0B,EAAE,KAAK,CAAC,CAAC;AAC7C,CAAC,CAAC"}