Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
publish a beta version for ganache to use
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseese committed Dec 19, 2018
1 parent dd122f5 commit 917ea2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/truffle-debugger/package.json
Expand Up @@ -32,7 +32,7 @@
"reselect-tree": "^1.2.0",
"truffle-code-utils": "^1.1.2",
"truffle-decode-utils": "^1.0.0",
"truffle-decoder": "^1.0.0",
"truffle-decoder": "^1.0.1-beta.0",
"truffle-expect": "^0.0.5",
"truffle-solidity-utils": "^1.2.0",
"web3": "^1.0.0-beta.37",
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle-decoder/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-decoder",
"version": "1.0.0",
"version": "1.0.1-beta.0",
"description": "A library that provides both high and low level decoding of Ethereum contract variables",
"main": "dist/interface/index.js",
"types": "lib/interface/index.ts",
Expand Down
20 changes: 0 additions & 20 deletions yarn.lock
Expand Up @@ -11795,18 +11795,6 @@ truffle-blockchain-utils@^0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/truffle-blockchain-utils/-/truffle-blockchain-utils-0.0.5.tgz#a4e5c064dadd69f782a137f3d276d21095da7a47"

truffle-config@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/truffle-config/-/truffle-config-1.1.0.tgz#0f607116b9904fa07825c31beb83bec29bee1732"
integrity sha512-KKCfDitKwSyHbB88K/usnV/mMawgFeKG/oVGv6bu0+CS2afwk9+Lgk0zPe8IityjcRQNPUH1wxvU7XN06q3N2Q==
dependencies:
configstore "^4.0.0"
find-up "^2.1.0"
lodash "4.17.10"
original-require "1.0.1"
truffle-error "^0.0.3"
truffle-provider "^0.1.0"

truffle-contract-schema@^0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/truffle-contract-schema/-/truffle-contract-schema-0.0.5.tgz#5e9d20bd0bf2a27fe94310748249d484eee49961"
Expand Down Expand Up @@ -11856,14 +11844,6 @@ truffle-init@^1.0.7:
temp "^0.8.3"
truffle-config "^1.0.1"

truffle-provider@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/truffle-provider/-/truffle-provider-0.1.0.tgz#2de3f8b8daf8cb4bfd50ce7fd9eb6547dd783175"
integrity sha512-3jphFU3WmgIj9/Na83pvDcR+kv1pytD2HbhK6L9ImJrzUQUHTFMZeF02NfahrdEe/ptbiwGo+OXgE0akTCPc5Q==
dependencies:
truffle-error "^0.0.3"
web3 "^1.0.0-beta.37"

tslib@^1.9.0:
version "1.9.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
Expand Down

0 comments on commit 917ea2a

Please sign in to comment.