@nextjs-alias-test-lib/testpkg-internal
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -1,2 +0,2 @@ | ||
const { foo } = require("@nextjs-alias-test-lib/testpkg-1"); | ||
const { foo } = require("@nextjs-alias-test-lib/testpkg"); | ||
@@ -3,0 +3,0 @@ module.exports.bar = () => { |
{ | ||
"name": "@nextjs-alias-test-lib/testpkg-internal", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
459