Comparing version 0.1.1 to 0.2.0
import { JSONSchema7 } from 'json-schema'; | ||
export declare const SCHEMA_VERSION = "0.3.0"; | ||
export declare const SCHEMA_VERSION = "0.4.0"; | ||
/** Root model representing the entire contract ABI with all its functions and custom types. */ | ||
@@ -88,3 +88,3 @@ export interface AbiRoot { | ||
/** A list of function parameters sharing the same serialization type. */ | ||
export declare type AbiParameters = { | ||
export type AbiParameters = { | ||
args: AbiJsonParameter[]; | ||
@@ -91,0 +91,0 @@ serialization_type: AbiSerializationType.Json; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AbiSerializationType = exports.AbiFunctionModifier = exports.AbiFunctionKind = exports.SCHEMA_VERSION = void 0; | ||
exports.SCHEMA_VERSION = "0.3.0"; | ||
exports.SCHEMA_VERSION = "0.4.0"; | ||
/** | ||
@@ -6,0 +6,0 @@ * Function kind regulates whether this function's invocation requires a transaction (so-called |
{ | ||
"name": "near-abi", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Typescript library providing NEAR smart contract ABI primitives", | ||
@@ -15,2 +15,3 @@ "main": "lib/index.js", | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^20.12.12", | ||
"@typescript-eslint/eslint-plugin": "^5.30.1", | ||
@@ -56,2 +57,2 @@ "@typescript-eslint/parser": "^5.30.1", | ||
] | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
8371
15
1