Skip to content

Commit 977db5c

Browse files
committed
src -> lib
1 parent c6cc76f commit 977db5c

19 files changed

Lines changed: 9 additions & 7 deletions

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Middleware, catchException } from "./src/node/middlewares";
2-
import * as Traceo from "./src/node/sdk";
1+
import { Middleware, catchException } from "./lib/node/middlewares";
2+
import * as Traceo from "./lib/node/sdk";
33

44
export { Middleware, Traceo, catchException };
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Middleware } from "../..";
1+
import { Middleware } from "./middlewares";
22
import * as Traceo from "./sdk";
33

44
export { Middleware, Traceo };

0 commit comments

Comments
 (0)