Skip to content

Commit

Permalink
minor: export the common functions
Browse files Browse the repository at this point in the history
  • Loading branch information
legion2002 committed Dec 16, 2024
1 parent 5c44ed8 commit d57b43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * from './orchestrator'
export * from './types'
export * from './constants'
export * from './utils'
export * from './common'

export { Orchestrator }

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhinestone/orchestrator-sdk",
"version": "0.1.0",
"version": "0.1.1",
"description": "A TypeScript library for using the Rhinestone Orchestrator",
"author": {
"name": "Rhinestone",
Expand Down

0 comments on commit d57b43a

Please sign in to comment.