Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working correctly with npm specifier #96

Open
Endy3032 opened this issue Nov 20, 2022 · 0 comments · May be fixed by #106
Open

Not working correctly with npm specifier #96

Endy3032 opened this issue Nov 20, 2022 · 0 comments · May be fixed by #106
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Endy3032
Copy link

I tried updating npm imports with udd using an old version of fuse.js

Expected Behaviour: update fuse.js from 6.6.0 to 6.6.2

Import map

{
  "imports": {
    "fuse": "npm:fuse.js@~6.6.0"
  }
}

udd output

/Path/to/imports.json
[1/1] Looking for releases: npm:fuse.js@~6.6.0"
        }
}
[1/1] Skip updating: npm:[email protected]"
        }
}
#~
Already latest version:
npm:fuse.js@~6.6.0"
        }
}
 == ~6.6.0"
        }
}

mod.ts

import Fuse from "npm:fuse.js@~6.6.0"

console.log(Fuse)

udd output

/Path/to/mod.ts
[1/1] Looking for releases: npm:fuse.js@~6.6.0"

console.log(Fuse)
[1/1] Skip updating: npm:[email protected]"

console.log(Fuse)
#~
Already latest version:
npm:fuse.js@~6.6.0"

console.log(Fuse)
 == ~6.6.0"

console.log(Fuse)
@hayd hayd added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Nov 20, 2022
@pixeleet pixeleet linked a pull request Apr 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
2 participants