@greymass/eosio
Advanced tools
Comparing version 0.5.4 to 0.5.5
{ | ||
"name": "@greymass/eosio", | ||
"description": "Library for working with EOSIO blockchains", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"homepage": "https://github.com/greymass/eosio-core", | ||
@@ -34,3 +34,3 @@ "license": "BSD-3-Clause-No-Military-License", | ||
"@rollup/plugin-node-resolve": "^13.0.2", | ||
"@rollup/plugin-replace": "^3.0.0", | ||
"@rollup/plugin-replace": "^4.0.0", | ||
"@rollup/plugin-typescript": "^8.1.1", | ||
@@ -41,3 +41,3 @@ "@rollup/plugin-virtual": "^2.0.3", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.4.0", | ||
"@types/node": "^17.0.23", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
@@ -44,0 +44,0 @@ "@typescript-eslint/parser": "^5.4.0", |
@@ -16,6 +16,6 @@ import { | ||
@TypeAlias('weight_type') | ||
class Weight extends UInt16 {} | ||
export class Weight extends UInt16 {} | ||
@Struct.type('key_weight') | ||
class KeyWeight extends Struct { | ||
export class KeyWeight extends Struct { | ||
@Struct.field(PublicKey) key!: PublicKey | ||
@@ -26,3 +26,3 @@ @Struct.field(Weight) weight!: Weight | ||
@Struct.type('permission_level_weight') | ||
class PermissionLevelWeight extends Struct { | ||
export class PermissionLevelWeight extends Struct { | ||
@Struct.field(PermissionLevel) permission!: PermissionLevel | ||
@@ -33,3 +33,3 @@ @Struct.field(Weight) weight!: Weight | ||
@Struct.type('wait_weight') | ||
class WaitWeight extends Struct { | ||
export class WaitWeight extends Struct { | ||
@Struct.field(UInt32) wait_sec!: UInt32 | ||
@@ -36,0 +36,0 @@ @Struct.field(Weight) weight!: Weight |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
910525
50
0
29