@nosana/sdk
Advanced tools
Comparing version 0.1.38 to 0.1.39
import type { ClientConfig } from './types/index'; | ||
import { IPFS, SolanaManager, SecretManager } from './services'; | ||
import { IPFS, SolanaManager, SecretManager } from './services/index'; | ||
export * from './services/index'; | ||
@@ -4,0 +4,0 @@ export * from './types/index'; |
@@ -1,2 +0,2 @@ | ||
import { IPFS, SolanaManager, SecretManager } from './services'; | ||
import { IPFS, SolanaManager, SecretManager } from './services/index'; | ||
export * from './services/index'; | ||
@@ -3,0 +3,0 @@ export * from './types/index'; |
{ | ||
"name": "@nosana/sdk", | ||
"version": "0.1.38", | ||
"version": "0.1.39", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
3338209