web3-plugin-example
Advanced tools
Comparing version 1.0.3 to 1.0.4-dev.1cdc86c.0
@@ -36,2 +36,3 @@ "use strict"; | ||
const web3_utils_1 = require("web3-utils"); | ||
// eslint-disable-next-line require-extensions/require-extensions | ||
const reexported_web3_context_1 = require("./reexported_web3_context"); | ||
@@ -38,0 +39,0 @@ Object.defineProperty(exports, "Web3Context", { enumerable: true, get: function () { return reexported_web3_context_1.Web3Context; } }); |
@@ -30,2 +30,3 @@ "use strict"; | ||
const web3_core_1 = require("web3-core"); | ||
// eslint-disable-next-line require-extensions/require-extensions | ||
const reexported_web3_context_1 = require("./reexported_web3_context"); | ||
@@ -32,0 +33,0 @@ Object.defineProperty(exports, "Web3Context", { enumerable: true, get: function () { return reexported_web3_context_1.Web3Context; } }); |
{ | ||
"name": "web3-plugin-example", | ||
"version": "1.0.3", | ||
"version": "1.0.4-dev.1cdc86c.0+1cdc86c", | ||
"description": "Example implementations of Web3.js' 4.x plugin system", | ||
@@ -48,8 +48,8 @@ "repository": "https://github.com/ChainSafe/web3.js", | ||
"typescript": "^4.7.4", | ||
"web3": "^4.1.0", | ||
"web3-core": "^4.1.0", | ||
"web3-eth-abi": "^4.1.0", | ||
"web3-eth-contract": "^4.0.4", | ||
"web3-types": "^1.1.0", | ||
"web3-utils": "^4.0.4" | ||
"web3": "4.1.1-dev.1cdc86c.0+1cdc86c", | ||
"web3-core": "4.1.1-dev.1cdc86c.0+1cdc86c", | ||
"web3-eth-abi": "4.1.1-dev.1cdc86c.0+1cdc86c", | ||
"web3-eth-contract": "4.0.5-dev.1cdc86c.0+1cdc86c", | ||
"web3-types": "1.1.1-dev.1cdc86c.0+1cdc86c", | ||
"web3-utils": "4.0.5-dev.1cdc86c.0+1cdc86c" | ||
}, | ||
@@ -63,3 +63,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "af3bad15061c7615f7e2ce75509acf624c9d567b" | ||
"gitHead": "1cdc86cd1543615cc30279199ed890d8abd285b1" | ||
} |
@@ -21,4 +21,5 @@ /* | ||
import { format, numberToHex } from 'web3-utils'; | ||
// eslint-disable-next-line require-extensions/require-extensions | ||
import { ERC20TokenAbi } from './ERC20Token'; | ||
// eslint-disable-next-line require-extensions/require-extensions | ||
import { Web3Context } from './reexported_web3_context'; | ||
@@ -25,0 +26,0 @@ |
@@ -18,3 +18,3 @@ /* | ||
import { Web3PluginBase } from 'web3-core'; | ||
// eslint-disable-next-line require-extensions/require-extensions | ||
import { Web3Context } from './reexported_web3_context'; | ||
@@ -21,0 +21,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
81059
16
986
2
1
175