@simon_he/pi 0.0.92 → 0.0.94

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
@@ -1,5 +1,5 @@
1
- import * as lazy_js_utils_dist_types from 'lazy-js-utils/dist/types';
1
+ import * as lazy_js_utils_dist_types_82873c18 from 'lazy-js-utils/dist/types-82873c18';
2
2
 
3
- declare function setup(): Promise<void | lazy_js_utils_dist_types.IShellMessage>;
3
+ declare function setup(): Promise<void | lazy_js_utils_dist_types_82873c18.I>;
4
4
 
5
5
  export { setup };