@ethernauta/erc
Advanced tools
| export * from "./this-directory" |
| import { dirname } from "node:path" | ||
| import { fileURLToPath } from "node:url" | ||
| export function this_directory(meta_url: string) { | ||
| return dirname(fileURLToPath(meta_url)) | ||
| } |
+4
-5
@@ -5,3 +5,3 @@ { | ||
| "type": "module", | ||
| "version": "0.0.32", | ||
| "version": "0.0.37", | ||
| "publishConfig": { | ||
@@ -26,6 +26,5 @@ "access": "public" | ||
| "dependencies": { | ||
| "@ethernauta/abi": "0.0.31", | ||
| "@ethernauta/testing": "0.0.32", | ||
| "@ethernauta/transport": "0.0.31", | ||
| "@ethernauta/eth": "0.0.31" | ||
| "@ethernauta/eth": "0.0.37", | ||
| "@ethernauta/abi": "0.0.37", | ||
| "@ethernauta/transport": "0.0.37" | ||
| }, | ||
@@ -32,0 +31,0 @@ "peerDependencies": { |
@@ -8,3 +8,3 @@ import { execSync } from "node:child_process" | ||
| } from "@ethernauta/abi" | ||
| import { this_directory } from "@ethernauta/testing" | ||
| import { this_directory } from "../utils" | ||
| import { camel_to_kebab } from "@ethernauta/utils" | ||
@@ -11,0 +11,0 @@ import { array, parse } from "valibot" |
@@ -8,3 +8,2 @@ import { execSync } from "node:child_process" | ||
| } from "@ethernauta/abi" | ||
| import { this_directory } from "@ethernauta/testing" | ||
| import { camel_to_kebab } from "@ethernauta/utils" | ||
@@ -14,2 +13,3 @@ import { array, parse } from "valibot" | ||
| import ERC20_ABI from "./IERC20.abi.json" | ||
| import { this_directory } from "../utils" | ||
@@ -16,0 +16,0 @@ describe("ERC20", () => { |
@@ -8,3 +8,3 @@ import { execSync } from "node:child_process" | ||
| } from "@ethernauta/abi" | ||
| import { this_directory } from "@ethernauta/testing" | ||
| import { this_directory } from "../utils" | ||
| import { camel_to_kebab } from "@ethernauta/utils" | ||
@@ -11,0 +11,0 @@ import { array, parse } from "valibot" |
113737
0.12%4
-20%105
1.94%2335
0.26%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated