@clockwork-xyz/sdk
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@clockwork-xyz/sdk", | ||
"author": "Clockwork", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Clockwork Typescript SDK", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
import ClockworkProvider from "./ClockworkProvider"; | ||
import { Worker, Thread } from "./accounts"; | ||
import { PAYER_PUBKEY } from "./constants"; | ||
import { | ||
@@ -36,2 +37,3 @@ ClockData, | ||
Thread, | ||
PAYER_PUBKEY, | ||
ThreadProgram, | ||
@@ -38,0 +40,0 @@ ThreadProgramIdl, |
@@ -8,3 +8,3 @@ { | ||
"lib": ["es2020"], | ||
"outDir": "dist/", | ||
"outDir": "lib/", | ||
"rootDir": "./src", | ||
@@ -11,0 +11,0 @@ "declaration": true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
183764
26
8120