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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @truffle/artifactor@4.0.105
 - @truffle/box@2.1.13
 - @truffle/codec@0.10.7
 - @truffle/compile-common@0.7.5
 - @truffle/compile-solidity@5.3.3
 - @truffle/compile-vyper@3.1.8
 - @truffle/config@1.2.40
 - @truffle/contract-tests@0.1.35
 - @truffle/contract@4.3.17
 - @truffle/core@5.3.7
 - @truffle/db-kit@0.1.13
 - @truffle/db@0.5.12
 - @truffle/debug-utils@5.0.17
 - @truffle/debugger@8.1.0
 - @truffle/decoder@4.5.13
 - @truffle/deployer@3.2.25
 - @truffle/environment@0.2.54
 - @truffle/external-compile@2.0.12
 - @truffle/interface-adapter@0.4.24
 - @truffle/migrate@3.2.25
 - @truffle/provider@0.2.31
 - @truffle/provisioner@0.2.18
 - @truffle/reporters@1.1.5
 - @truffle/require@2.0.63
 - @truffle/resolver@7.0.11
 - @truffle/source-fetcher@0.4.0
 - @truffle/source-map-utils@1.3.41
 - truffle@5.3.7
 - @truffle/workflow-compile@3.2.11
  • Loading branch information
eggplantzzz committed May 20, 2021
1 parent 8ccb562 commit 39e0c4e
Show file tree
Hide file tree
Showing 29 changed files with 124 additions and 124 deletions.
4 changes: 2 additions & 2 deletions packages/artifactor/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "A contract packager for Ethereum and Javascript",
"license": "MIT",
"author": "Tim Coulter",
"version": "4.0.104",
"version": "4.0.105",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -24,7 +24,7 @@
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@truffle/contract": "^4.3.16",
"@truffle/contract": "^4.3.17",
"@types/fs-extra": "^8.1.0",
"@types/lodash.assign": "^4.2.6",
"@types/lodash.merge": "^4.6.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/box/package.json
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/box"
},
"version": "2.1.12",
"version": "2.1.13",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -17,7 +17,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.2.39",
"@truffle/config": "^1.2.40",
"axios": "^0.21.1",
"download-git-repo": "^3.0.2",
"fs-extra": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/codec/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.10.6",
"version": "0.10.7",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand Down Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@gnd/typedoc": "0.15.0-0",
"@truffle/abi-utils": "^0.2.1",
"@truffle/compile-common": "^0.7.4",
"@truffle/compile-common": "^0.7.5",
"@truffle/contract-schema": "^3.4.1",
"@trufflesuite/typedoc-default-themes": "^0.6.1",
"@types/big.js": "^4.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/compile-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@truffle/compile-common",
"version": "0.7.4",
"version": "0.7.5",
"description": "Common compiler integration support infrastructure for Truffle",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"watch": "tsc -w"
},
"devDependencies": {
"@truffle/config": "^1.2.39",
"@truffle/config": "^1.2.40",
"@truffle/contract-schema": "^3.4.1",
"@types/fs-extra": "^8.1.0",
"@types/mocha": "^5.2.7",
Expand Down
12 changes: 6 additions & 6 deletions packages/compile-solidity/package.json
Expand Up @@ -12,15 +12,15 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.3.2",
"version": "5.3.3",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh"
},
"dependencies": {
"@truffle/compile-common": "^0.7.4",
"@truffle/config": "^1.2.39",
"@truffle/compile-common": "^0.7.5",
"@truffle/config": "^1.2.40",
"@truffle/contract-sources": "^0.1.12",
"@truffle/expect": "^0.0.16",
"axios": "^0.21.1",
Expand All @@ -35,9 +35,9 @@
"solc": "0.6.0"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.104",
"@truffle/box": "^2.1.12",
"@truffle/resolver": "^7.0.10",
"@truffle/artifactor": "^4.0.105",
"@truffle/box": "^2.1.13",
"@truffle/resolver": "^7.0.11",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/compile-vyper/package.json
Expand Up @@ -8,16 +8,16 @@
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/compile-vyper"
},
"version": "3.1.7",
"version": "3.1.8",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.7.4",
"@truffle/config": "^1.2.39",
"@truffle/resolver": "^7.0.10",
"@truffle/compile-common": "^0.7.5",
"@truffle/config": "^1.2.40",
"@truffle/resolver": "^7.0.11",
"colors": "^1.4.0",
"debug": "^4.3.1",
"lodash.partition": "^4.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "1.2.39",
"version": "1.2.40",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@truffle/error": "^0.0.14",
"@truffle/events": "^0.0.10",
"@truffle/provider": "^0.2.30",
"@truffle/provider": "^0.2.31",
"configstore": "^4.0.0",
"find-up": "^2.1.0",
"lodash.assignin": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/contract-tests/package.json
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.34",
"version": "0.1.35",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.0.30",
"@truffle/compile-solidity": "^5.3.2",
"@truffle/contract": "^4.3.16",
"@truffle/compile-solidity": "^5.3.3",
"@truffle/contract": "^4.3.17",
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
"debug": "^4.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/contract/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.3.16",
"version": "4.3.17",
"main": "index.js",
"scripts": {
"compile": "sh -c \"mkdir -p ./dist\" && browserify --debug ./index.js | exorcist ./dist/truffle-contract.js.map > ./dist/truffle-contract.js && uglifyjs ./dist/truffle-contract.js -o ./dist/truffle-contract.min.js",
Expand All @@ -23,9 +23,9 @@
"dependencies": {
"@truffle/blockchain-utils": "^0.0.30",
"@truffle/contract-schema": "^3.4.1",
"@truffle/debug-utils": "^5.0.16",
"@truffle/debug-utils": "^5.0.17",
"@truffle/error": "^0.0.14",
"@truffle/interface-adapter": "^0.4.23",
"@truffle/interface-adapter": "^0.4.24",
"bignumber.js": "^7.2.1",
"ethereum-ens": "^0.8.0",
"ethers": "^4.0.32",
Expand Down
40 changes: 20 additions & 20 deletions packages/core/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.3.6",
"version": "5.3.7",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -21,34 +21,34 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.104",
"@truffle/box": "^2.1.12",
"@truffle/codec": "^0.10.6",
"@truffle/compile-solidity": "^5.3.2",
"@truffle/config": "^1.2.39",
"@truffle/contract": "^4.3.16",
"@truffle/artifactor": "^4.0.105",
"@truffle/box": "^2.1.13",
"@truffle/codec": "^0.10.7",
"@truffle/compile-solidity": "^5.3.3",
"@truffle/config": "^1.2.40",
"@truffle/contract": "^4.3.17",
"@truffle/contract-sources": "^0.1.12",
"@truffle/debug-utils": "^5.0.16",
"@truffle/debugger": "^8.0.25",
"@truffle/decoder": "^4.5.12",
"@truffle/deployer": "^3.2.24",
"@truffle/environment": "^0.2.53",
"@truffle/debug-utils": "^5.0.17",
"@truffle/debugger": "^8.1.0",
"@truffle/decoder": "^4.5.13",
"@truffle/deployer": "^3.2.25",
"@truffle/environment": "^0.2.54",
"@truffle/error": "^0.0.14",
"@truffle/expect": "^0.0.16",
"@truffle/interface-adapter": "^0.4.23",
"@truffle/migrate": "^3.2.24",
"@truffle/interface-adapter": "^0.4.24",
"@truffle/migrate": "^3.2.25",
"@truffle/plugins": "^0.2.2",
"@truffle/preserve": "^0.2.2",
"@truffle/preserve-fs": "^0.2.2",
"@truffle/preserve-to-buckets": "^0.2.2",
"@truffle/preserve-to-filecoin": "^0.2.2",
"@truffle/preserve-to-ipfs": "^0.2.2",
"@truffle/provider": "^0.2.30",
"@truffle/provisioner": "^0.2.17",
"@truffle/require": "^2.0.62",
"@truffle/resolver": "^7.0.10",
"@truffle/source-fetcher": "^0.3.10",
"@truffle/workflow-compile": "^3.2.10",
"@truffle/provider": "^0.2.31",
"@truffle/provisioner": "^0.2.18",
"@truffle/require": "^2.0.63",
"@truffle/resolver": "^7.0.11",
"@truffle/source-fetcher": "^0.4.0",
"@truffle/workflow-compile": "^3.2.11",
"app-module-path": "^2.2.0",
"chai": "^4.2.0",
"colors": "^1.4.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/db-kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@truffle/db-kit",
"version": "0.1.12",
"version": "0.1.13",
"description": "Utility belt for Truffle and @truffle/db",
"keywords": [
"smart-contract",
Expand Down Expand Up @@ -55,14 +55,14 @@
"url": "https://github.com/trufflesuite/truffle/issues"
},
"dependencies": {
"@truffle/codec": "^0.10.6",
"@truffle/compile-common": "^0.7.4",
"@truffle/compile-solidity": "^5.3.2",
"@truffle/config": "^1.2.39",
"@truffle/db": "^0.5.11",
"@truffle/decoder": "^4.5.12",
"@truffle/environment": "^0.2.53",
"@truffle/source-fetcher": "^0.3.10",
"@truffle/codec": "^0.10.7",
"@truffle/compile-common": "^0.7.5",
"@truffle/compile-solidity": "^5.3.3",
"@truffle/config": "^1.2.40",
"@truffle/db": "^0.5.12",
"@truffle/decoder": "^4.5.13",
"@truffle/environment": "^0.2.54",
"@truffle/source-fetcher": "^0.4.0",
"ink": "^3.0.8",
"ink-big-text": "^1.2.0",
"ink-divider": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.5.11",
"version": "0.5.12",
"main": "dist/src/index.js",
"files": [
"dist",
Expand All @@ -38,7 +38,7 @@
"dependencies": {
"@truffle/abi-utils": "^0.2.1",
"@truffle/code-utils": "^1.2.27",
"@truffle/config": "^1.2.39",
"@truffle/config": "^1.2.40",
"apollo-server": "^2.18.2",
"debug": "^4.3.1",
"fs-extra": "^9.1.0",
Expand All @@ -58,9 +58,9 @@
},
"devDependencies": {
"@gql2ts/from-schema": "^2.0.0-4",
"@truffle/compile-common": "^0.7.4",
"@truffle/compile-common": "^0.7.5",
"@truffle/contract-schema": "^3.4.1",
"@truffle/workflow-compile": "^3.2.10",
"@truffle/workflow-compile": "^3.2.11",
"@types/debug": "^4.1.5",
"@types/express": "^4.16.0",
"@types/graphql": "^14.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/debug-utils/package.json
Expand Up @@ -12,13 +12,13 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.0.16",
"version": "5.0.17",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/codec": "^0.10.6",
"@truffle/codec": "^0.10.7",
"@trufflesuite/chromafi": "^2.2.2",
"bn.js": "^5.1.3",
"chalk": "^2.4.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/debugger/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "8.0.25",
"version": "8.1.0",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@truffle/abi-utils": "^0.2.1",
"@truffle/codec": "^0.10.6",
"@truffle/source-map-utils": "^1.3.40",
"@truffle/codec": "^0.10.7",
"@truffle/source-map-utils": "^1.3.41",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"json-pointer": "^0.6.0",
Expand All @@ -45,11 +45,11 @@
"web3-eth-abi": "1.3.6"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.104",
"@truffle/box": "^2.1.12",
"@truffle/migrate": "^3.2.24",
"@truffle/resolver": "^7.0.10",
"@truffle/workflow-compile": "^3.2.10",
"@truffle/artifactor": "^4.0.105",
"@truffle/box": "^2.1.13",
"@truffle/migrate": "^3.2.25",
"@truffle/resolver": "^7.0.11",
"@truffle/workflow-compile": "^3.2.11",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/decoder/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.5.12",
"version": "4.5.13",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -26,19 +26,19 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/abi-utils": "^0.2.1",
"@truffle/codec": "^0.10.6",
"@truffle/compile-common": "^0.7.4",
"@truffle/source-map-utils": "^1.3.40",
"@truffle/codec": "^0.10.7",
"@truffle/compile-common": "^0.7.5",
"@truffle/source-map-utils": "^1.3.41",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"web3": "1.3.6"
},
"devDependencies": {
"@truffle/config": "^1.2.39",
"@truffle/config": "^1.2.40",
"@truffle/contract-schema": "^3.4.1",
"@truffle/migrate": "^3.2.24",
"@truffle/provider": "^0.2.30",
"@truffle/workflow-compile": "^3.2.10",
"@truffle/migrate": "^3.2.25",
"@truffle/provider": "^0.2.31",
"@truffle/workflow-compile": "^3.2.11",
"@types/big.js": "^4.0.5",
"@types/bn.js": "^4.11.4",
"@types/debug": "^4.1.5",
Expand Down

0 comments on commit 39e0c4e

Please sign in to comment.