File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import Inflight from "./util/inflight";
2525import logFormat from "./util/log-format" ;
2626import * as semverUtil from "./util/semver" ;
2727import longPending from "./long-pending" ;
28- import { LOCAL_VERSION_MAPS , PACKAGE_RAW_INFO , DEP_ITEM } from "./types" ;
28+ import { LOCAL_VERSION_MAPS , DEP_ITEM , getPackageRawInfo } from "./types" ;
2929import { LONG_WAIT_META , FETCH_META , FETCH_PACKAGE } from "./log-items" ;
3030import PkgPreper from "pkg-preper" ;
3131import { VisualExec } from "visual-exec" ;
@@ -529,7 +529,7 @@ class PkgSrcManager {
529529 localId : version ,
530530 name,
531531 json,
532- jsonStr : ( json as any ) [ PACKAGE_RAW_INFO ] . str ,
532+ jsonStr : getPackageRawInfo ( json ) ! . str ,
533533 versions : {
534534 [ version ] : json
535535 } ,
You can’t perform that action at this time.
0 commit comments