Skip to content

Commit ec855f8

Browse files
committed
chore: update repo links
1 parent 46ada72 commit ec855f8

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

.github/ISSUE_TEMPLATE/---bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
required: true
1414
attributes:
1515
label: 🛠️ To reproduce
16-
description: A reproduction of the bug via https://stackblitz.com/github/danielroe/errx/tree/main/playground
16+
description: A reproduction of the bug via https://stackblitz.com/github/unjs/errx/tree/main/playground
1717
placeholder: https://stackblitz.com/[...]
1818
- type: textarea
1919
validations:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ captureStackTrace()
3030
console.log(captureStackTrace())
3131
// [{
3232
// function: undefined,
33-
// source: 'file:///code/danielroe/errx/playground/index.js',
33+
// source: 'file:///code/unjs/errx/playground/index.js',
3434
// line: '5',
3535
// column: '13'
3636
// }]
@@ -55,7 +55,7 @@ Published under [MIT License](./LICENCE).
5555
[npm-version-href]: https://npmjs.com/package/errx
5656
[npm-downloads-src]: https://img.shields.io/npm/dm/errx?style=flat-square
5757
[npm-downloads-href]: https://npmjs.com/package/errx
58-
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/danielroe/errx/ci.yml?branch=main&style=flat-square
59-
[github-actions-href]: https://github.com/danielroe/errx/actions?query=workflow%3Aci
60-
[codecov-src]: https://img.shields.io/codecov/c/gh/danielroe/errx/main?style=flat-square
61-
[codecov-href]: https://codecov.io/gh/danielroe/errx
58+
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/unjs/errx/ci.yml?branch=main&style=flat-square
59+
[github-actions-href]: https://github.com/unjs/errx/actions?query=workflow%3Aci
60+
[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/errx/main?style=flat-square
61+
[codecov-href]: https://codecov.io/gh/unjs/errx

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packageManager": "[email protected]",
66
"description": "Zero dependency library to capture and parse stack traces in Node, Bun and Deno",
77
"license": "MIT",
8-
"repository": "danielroe/errx",
8+
"repository": "unjs/errx",
99
"sideEffects": false,
1010
"exports": {
1111
".": "./dist/index.js"

test/__snapshots__/vitest.json5

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,54 +3,54 @@
33
"column": 12,
44
"function": undefined,
55
"line": 6,
6-
"source": "file:///Users/daniel/code/danielroe/errx/test/index.test.ts",
6+
"source": "file:///Users/daniel/code/unjs/errx/test/index.test.ts",
77
},
88
{
99
"column": 14,
1010
"function": undefined,
1111
"line": 135,
12-
"source": "file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
12+
"source": "file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
1313
},
1414
{
1515
"column": 26,
1616
"function": undefined,
1717
"line": 60,
18-
"source": "file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
18+
"source": "file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
1919
},
2020
{
2121
"column": 17,
2222
"function": "runTest",
2323
"line": 781,
24-
"source": "file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
24+
"source": "file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
2525
},
2626
{
2727
"column": 15,
2828
"function": "runSuite",
2929
"line": 909,
30-
"source": "file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
30+
"source": "file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
3131
},
3232
{
3333
"column": 15,
3434
"function": "runSuite",
3535
"line": 909,
36-
"source": "file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
36+
"source": "file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
3737
},
3838
{
3939
"column": 5,
4040
"function": "runFiles",
4141
"line": 958,
42-
"source": "file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
42+
"source": "file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
4343
},
4444
{
4545
"column": 3,
4646
"function": "startTests",
4747
"line": 967,
48-
"source": "file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
48+
"source": "file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js",
4949
},
5050
{
5151
"column": 7,
5252
"function": undefined,
5353
"line": 116,
54-
"source": "file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vitest/dist/chunks/runtime-runBaseTests.oAvMKtQC.js",
54+
"source": "file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vitest/dist/chunks/runtime-runBaseTests.oAvMKtQC.js",
5555
},
56-
]
56+
]

test/index.test.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ const sourcePath = fileURLToPath(new URL('../src/index.ts', import.meta.url))
7070
const vitestTrace = `
7171
Error:
7272
at Module.getTrace (${sourcePath}:10:9)
73-
at /Users/daniel/code/danielroe/errx/test/index.test.ts:6:12
74-
at file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:135:14
75-
at file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:60:26
76-
at runTest (file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:781:17)
77-
at runSuite (file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:909:15)
78-
at runSuite (file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:909:15)
79-
at runFiles (file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:958:5)
80-
at startTests (file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:967:3)
81-
at file:///Users/daniel/code/danielroe/errx/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vitest/dist/chunks/runtime-runBaseTests.oAvMKtQC.js:116:7`
73+
at /Users/daniel/code/unjs/errx/test/index.test.ts:6:12
74+
at file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:135:14
75+
at file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:60:26
76+
at runTest (file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:781:17)
77+
at runSuite (file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:909:15)
78+
at runSuite (file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:909:15)
79+
at runFiles (file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:958:5)
80+
at startTests (file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/@[email protected]/node_modules/@vitest/runner/dist/index.js:967:3)
81+
at file:///Users/daniel/code/unjs/errx/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vitest/dist/chunks/runtime-runBaseTests.oAvMKtQC.js:116:7`
8282

8383
const jitiTrace = `
8484
Error

0 commit comments

Comments
 (0)