Comparing version 1.2.6 to 1.2.9
{ | ||
"name": "zkt-sdk", | ||
"version": "1.2.6", | ||
"version": "1.2.9", | ||
"description": "zkToken | JS SDK", | ||
@@ -5,0 +5,0 @@ "main": "src/index.ts", |
// Example usage | ||
/** | ||
* import ZkEth from "zkt-sdk"; | ||
* import {ZkEth} from "zkt-sdk"; | ||
* | ||
@@ -6,0 +6,0 @@ * const zkEth = new ZkEth("<ETHERJS_BROWSER_PROVIDER>", 137); |
@@ -1,3 +0,3 @@ | ||
import ZkEth from "./zketh/zketh"; | ||
import ZkEth from "./zketh/zketh.js"; | ||
export { ZkEth }; |
@@ -10,5 +10,5 @@ import { ethers } from "ethers"; | ||
supportedChains, | ||
} from "../config/utils"; | ||
import { ERC20ABI, zkETHABI } from "../config/abi"; | ||
import Authentication from "../authentication/auth"; | ||
} from "../config/utils.js"; | ||
import { ERC20ABI, zkETHABI } from "../config/abi.js"; | ||
import Authentication from "../authentication/auth.js"; | ||
@@ -15,0 +15,0 @@ /** |
{ | ||
"compilerOptions": { | ||
"rootDirs": [ | ||
"src" | ||
], | ||
"rootDirs": ["src"], | ||
"outDir": "dist/node", | ||
"lib": [ | ||
"es2020" | ||
], | ||
"lib": ["es2020"], | ||
"target": "es2020", | ||
@@ -14,6 +10,5 @@ "module": "esnext", | ||
"esModuleInterop": true, | ||
"types": [ | ||
"node" | ||
] | ||
}, | ||
} | ||
"types": ["node"], | ||
"allowJs": 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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
121901
33
3002
1