anchor-idl-converter
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "anchor-idl-converter", | ||
"description": "Converter for Anchor IDL, convert your IDL from anchor new version to old version", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"keywords": [ | ||
@@ -33,2 +33,8 @@ "anchor", | ||
}, | ||
"exports": { | ||
"bun": "./src/index.ts" | ||
}, | ||
"engines": { | ||
"bun": ">=1" | ||
}, | ||
"homepage": "https://github.com/viandwi24/anchor-idl-converter", | ||
@@ -35,0 +41,0 @@ "license": "ISC", |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env bun | ||
import path from 'path' | ||
@@ -8,3 +9,3 @@ import fs from 'fs' | ||
const program = new Command() | ||
.version('0.0.2') | ||
.version('0.0.3') | ||
.description('converter anchor idl') | ||
@@ -11,0 +12,0 @@ |
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
8724
259