@rhinestone/orchestrator-sdk
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -26,2 +26,3 @@ "use strict"; | ||
__exportStar(require("./utils"), exports); | ||
__exportStar(require("./common"), exports); | ||
function getOrchestrator(apiKey) { | ||
@@ -28,0 +29,0 @@ return new orchestrator_1.Orchestrator(constants_1.ORCHESTRATOR_URL, apiKey); |
@@ -7,2 +7,3 @@ import { ORCHESTRATOR_URL } from './constants'; | ||
export * from './utils'; | ||
export * from './common'; | ||
export { Orchestrator }; | ||
@@ -9,0 +10,0 @@ export function getOrchestrator(apiKey) { |
@@ -6,4 +6,5 @@ import { Orchestrator } from './orchestrator'; | ||
export * from './utils'; | ||
export * from './common'; | ||
export { Orchestrator }; | ||
export declare function getOrchestrator(apiKey: string): Orchestrator; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,2 +8,3 @@ import { ORCHESTRATOR_URL } from './constants' | ||
export * from './utils' | ||
export * from './common' | ||
@@ -10,0 +11,0 @@ export { Orchestrator } |
{ | ||
"name": "@rhinestone/orchestrator-sdk", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A TypeScript library for using the Rhinestone Orchestrator", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
164024
3085