@nextjs-alias-test-lib/testpkg-internal
Advanced tools
Comparing version 1.1.0 to 1.2.0
const { foo } = require("@nextjs-alias-test-lib/testpkg-1"); | ||
module.exports.bar = () => { | ||
return `bar: ${foo()}`; | ||
return `Bar ${foo()}`; | ||
}; |
{ | ||
"name": "@nextjs-alias-test-lib/testpkg-internal", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"main": "index.js", | ||
@@ -12,4 +12,4 @@ "types": "index.d.ts", | ||
"dependencies": { | ||
"@nextjs-alias-test-lib/testpkg-1": "^1.1.0" | ||
"@nextjs-alias-test-lib/testpkg": "^1.1.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
461
+ Added@nextjs-alias-test-lib/testpkg@1.1.0(transitive)
- Removed@nextjs-alias-test-lib/testpkg-1@1.1.0(transitive)