mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
moves ofac and protocol store (#1012)
* move ofact tree fetch to common * move protocol store to the msdk, fix some dependencies on msdk
This commit is contained in:
@@ -41,6 +41,7 @@ const distPackageJson = {
|
||||
'.': './esm/index.js',
|
||||
'./browser': './esm/browser.js',
|
||||
'./constants/analytics': './esm/constants/analytics.js',
|
||||
'./stores': './esm/stores.js',
|
||||
},
|
||||
};
|
||||
try {
|
||||
|
||||
@@ -6,4 +6,5 @@
|
||||
export const shimConfigs = [
|
||||
{ shimPath: 'browser', targetPath: '../esm/browser.js', name: 'browser' },
|
||||
{ shimPath: 'constants/analytics', targetPath: '../../esm/constants/analytics.js', name: 'constants/analytics' },
|
||||
{ shimPath: 'stores', targetPath: '../esm/stores.js', name: 'stores' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user