Update npm packages (73 packages including @jqhtml 2.3.36)
Update npm registry domain from privatenpm.hanson.xyz to npm.internal.hanson.xyz 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
4
node_modules/enhanced-resolve/lib/PnpPlugin.js
generated
vendored
4
node_modules/enhanced-resolve/lib/PnpPlugin.js
generated
vendored
@@ -50,9 +50,9 @@ module.exports = class PnpPlugin {
|
||||
const [packageName] = packageMatch;
|
||||
const innerRequest = `.${req.slice(packageName.length)}`;
|
||||
|
||||
/** @type {string|undefined|null} */
|
||||
/** @type {string | undefined | null} */
|
||||
let resolution;
|
||||
/** @type {string|undefined|null} */
|
||||
/** @type {string | undefined | null} */
|
||||
let apiResolution;
|
||||
try {
|
||||
resolution = this.pnpApi.resolveToUnqualified(packageName, issuer, {
|
||||
|
||||
Reference in New Issue
Block a user