Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tscircuit/prompt-benchmarks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.35
Choose a base ref
...
head repository: tscircuit/prompt-benchmarks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.36
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 8, 2025

  1. v0.0.35

    actions-user committed Feb 8, 2025
    Copy the full SHA
    1bb440d View commit details
  2. fixed aicoder export

    ShiboSoftwareDev committed Feb 8, 2025
    Copy the full SHA
    043db55 View commit details
  3. Merge pull request #29 from ShiboSoftwareDev/main

    fixed aicoder export
    ShiboSoftwareDev authored Feb 8, 2025
    Copy the full SHA
    bd92120 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 lib/index.ts
  2. +1 −1 package.json
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { createCircuitBoard1Template } from "lib/prompt-templates/create-circuit-board1"
export { createCircuitBoard2Template } from "lib/prompt-templates/create-circuit-board2"
export { CodeRunner } from "./code-runner/CodeRunner"
export * from "./ai"
export * from "./ai/index"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tscircuit/prompt-benchmarks",
"version": "0.0.34",
"version": "0.0.35",
"main": "dist/index.js",
"repository": "github:tscircuit/prompt-benchmarks",
"homepage": "https://github.com/tscircuit/prompt-benchmarks#readme",