Skip to content

ci: merge staging to master #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
438 changes: 51 additions & 387 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@
"bench": "tsc -p ./tsconfig.build.json && shx rm -rf ./benches/results && tsx ./benches/index.ts"
},
"devDependencies": {
"@matrixai/id": "^4.0.0",
"@swc/core": "1.3.82",
"@swc/jest": "^0.2.29",
"@types/ink": "^0.5.2",
"@types/jest": "^29.5.14",
"@types/node": "^20.5.7",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"benny": "^3.7.1",
Expand All @@ -52,6 +50,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"fast-check": "^4.1.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.0",
"jest-junit": "^16.0.0",
Expand All @@ -62,11 +61,5 @@
"tsx": "^3.12.7",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
},
"dependencies": {
"fast-check": "^4.1.1",
"ink": "^3.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}
113 changes: 0 additions & 113 deletions src/bin/SpanTree.tsx

This file was deleted.

115 changes: 0 additions & 115 deletions src/bin/TimeLineView.tsx

This file was deleted.

67 changes: 0 additions & 67 deletions src/bin/cli.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
export { default } from './Logger.js';
export { default as Handler } from './Handler.js';
export { openSpan, closeSpan, getTraceJSON } from './lib/TracingManager.js';
export { default as Span } from './lib/Span.js';
export * as formatting from './formatting.js';
export * from './handlers/index.js';
export * from './tracer/index.js';
export * from './utils.js';
export * from './types.js';
39 changes: 0 additions & 39 deletions src/lib/Span.ts

This file was deleted.

Loading
Loading