Skip to content

Commit cbaac7e

Browse files
committed
use file protocol
1 parent cd52b85 commit cbaac7e

File tree

4 files changed

+23
-15
lines changed

4 files changed

+23
-15
lines changed

test/projects/extras/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "@tests/extras",
44
"version": "0.0.0",
55
"dependencies": {
6-
"typescript-transform-paths": "link:../../../"
6+
"typescript-transform-paths": "file:../../../"
77
}
88
}

test/projects/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"private": true,
88
"dependencies": {},
99
"devDependencies": {
10-
"typescript-transform-paths": "link:../../../"
10+
"typescript-transform-paths": "file:../../../"
1111
}
1212
}

test/projects/project-ref/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"name": "@tests/project-ref",
44
"version": "0.0.0",
55
"dependencies": {
6-
"typescript-transform-paths": "link:../../../"
6+
"typescript-transform-paths": "file:../../../"
77
}
88
}

test/yarn.lock

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,12 @@
12331233
"@jridgewell/gen-mapping" "^0.3.0"
12341234
"@jridgewell/trace-mapping" "^0.3.9"
12351235

1236-
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
1236+
"@jridgewell/sourcemap-codec@^1.4.10":
1237+
version "1.5.0"
1238+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
1239+
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
1240+
1241+
"@jridgewell/sourcemap-codec@^1.4.14":
12371242
version "1.4.15"
12381243
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
12391244
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
@@ -1591,9 +1596,9 @@
15911596
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
15921597

15931598
"@tsconfig/node10@^1.0.7":
1594-
version "1.0.9"
1595-
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.9.tgz#df4907fc07a886922637b15e02d4cebc4c0021b2"
1596-
integrity sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==
1599+
version "1.0.11"
1600+
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.11.tgz#6ee46400685f130e278128c7b38b7e031ff5b2f2"
1601+
integrity sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==
15971602

15981603
"@tsconfig/node12@^1.0.7":
15991604
version "1.0.11"
@@ -2034,11 +2039,18 @@ acorn-import-assertions@^1.9.0:
20342039
integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==
20352040

20362041
acorn-walk@^8.1.1:
2037-
version "8.3.2"
2038-
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.2.tgz#7703af9415f1b6db9315d6895503862e231d34aa"
2039-
integrity sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==
2042+
version "8.3.3"
2043+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.3.tgz#9caeac29eefaa0c41e3d4c65137de4d6f34df43e"
2044+
integrity sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==
2045+
dependencies:
2046+
acorn "^8.11.0"
20402047

2041-
acorn@^8.4.1, acorn@^8.7.1, acorn@^8.8.2:
2048+
acorn@^8.11.0, acorn@^8.4.1:
2049+
version "8.12.1"
2050+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
2051+
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
2052+
2053+
acorn@^8.7.1, acorn@^8.8.2:
20422054
version "8.11.3"
20432055
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
20442056
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
@@ -6267,10 +6279,6 @@ typed-assert@^1.0.8:
62676279
dependencies:
62686280
minimatch "^3.0.4"
62696281

6270-
"typescript-transform-paths@link:..":
6271-
version "0.0.0"
6272-
uid ""
6273-
62746282
typescript@latest:
62756283
version "5.3.3"
62766284
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"

0 commit comments

Comments
 (0)