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/abi-utils@0.2.3
 - @truffle/artifactor@4.0.114
 - @truffle/box@2.1.21
 - @truffle/codec@0.11.6
 - @truffle/compile-common@0.7.13
 - @truffle/compile-solidity@5.3.13
 - @truffle/compile-vyper@3.1.17
 - @truffle/config@1.3.1
 - @truffle/contract-schema@3.4.2
 - @truffle/contract-tests@0.1.45
 - @truffle/contract@4.3.26
 - @truffle/core@5.4.2
 - @truffle/db-kit@0.1.23
 - @truffle/db@0.5.22
 - @truffle/debug-utils@5.1.6
 - @truffle/debugger@9.1.7
 - @truffle/decoder@4.6.7
 - @truffle/deployer@3.2.35
 - @truffle/environment@0.2.63
 - @truffle/external-compile@2.0.18
 - @truffle/hdwallet-provider@1.4.2
 - @truffle/migrate@3.2.35
 - @truffle/preserve-fs@0.2.4
 - @truffle/preserve-to-buckets@0.2.4
 - @truffle/preserve-to-filecoin@0.2.4
 - @truffle/preserve-to-ipfs@0.2.4
 - @truffle/preserve@0.2.4
 - @truffle/provisioner@0.2.24
 - @truffle/reporters@2.0.2
 - @truffle/require@2.0.69
 - @truffle/resolver@7.0.20
 - @truffle/source-fetcher@0.5.3
 - @truffle/source-map-utils@1.3.50
 - truffle@5.4.2
 - @truffle/workflow-compile@3.2.21
  • Loading branch information
g. nicholas d'andrea committed Jul 24, 2021
1 parent 7b17c78 commit 4a67c2b
Show file tree
Hide file tree
Showing 35 changed files with 146 additions and 146 deletions.
4 changes: 2 additions & 2 deletions packages/abi-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/abi-utils",
"version": "0.2.2",
"version": "0.2.3",
"description": "Utilities for working with ABIs",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/trufflesuite/truffle/issues"
},
"devDependencies": {
"@truffle/contract-schema": "^3.4.1",
"@truffle/contract-schema": "^3.4.2",
"@types/faker": "^5.1.2",
"@types/jest": "^26.0.20",
"@types/jest-json-schema": "^2.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/artifactor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A contract packager for Ethereum and Javascript",
"license": "MIT",
"author": "Tim Coulter",
"version": "4.0.113",
"version": "4.0.114",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -18,13 +18,13 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/contract-schema": "^3.4.1",
"@truffle/contract-schema": "^3.4.2",
"fs-extra": "^9.1.0",
"lodash.assign": "^4.2.0",
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@truffle/contract": "^4.3.25",
"@truffle/contract": "^4.3.26",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/box"
},
"version": "2.1.20",
"version": "2.1.21",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -17,7 +17,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.0",
"@truffle/config": "^1.3.1",
"axios": "^0.21.1",
"download-git-repo": "^3.0.2",
"fs-extra": "^9.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.11.5",
"version": "0.11.6",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand All @@ -38,9 +38,9 @@
"web3-utils": "1.4.0"
},
"devDependencies": {
"@truffle/abi-utils": "^0.2.2",
"@truffle/compile-common": "^0.7.12",
"@truffle/contract-schema": "^3.4.1",
"@truffle/abi-utils": "^0.2.3",
"@truffle/compile-common": "^0.7.13",
"@truffle/contract-schema": "^3.4.2",
"@trufflesuite/typedoc-default-themes": "^0.6.1",
"@types/big.js": "^4.0.5",
"@types/bn.js": "^4.11.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/compile-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/compile-common",
"version": "0.7.12",
"version": "0.7.13",
"description": "Common compiler integration support infrastructure for Truffle",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -17,8 +17,8 @@
"watch": "tsc -w"
},
"devDependencies": {
"@truffle/config": "^1.3.0",
"@truffle/contract-schema": "^3.4.1",
"@truffle/config": "^1.3.1",
"@truffle/contract-schema": "^3.4.2",
"@types/fs-extra": "^8.1.0",
"@types/mocha": "^5.2.7",
"mocha": "8.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.3.12",
"version": "5.3.13",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh"
},
"dependencies": {
"@truffle/compile-common": "^0.7.12",
"@truffle/config": "^1.3.0",
"@truffle/compile-common": "^0.7.13",
"@truffle/config": "^1.3.1",
"@truffle/contract-sources": "^0.1.12",
"@truffle/expect": "^0.0.17",
"axios": "^0.21.1",
Expand All @@ -35,9 +35,9 @@
"solc": "0.6.9"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.113",
"@truffle/box": "^2.1.20",
"@truffle/resolver": "^7.0.19",
"@truffle/artifactor": "^4.0.114",
"@truffle/box": "^2.1.21",
"@truffle/resolver": "^7.0.20",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/compile-vyper"
},
"version": "3.1.16",
"version": "3.1.17",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.7.12",
"@truffle/config": "^1.3.0",
"@truffle/resolver": "^7.0.19",
"@truffle/compile-common": "^0.7.13",
"@truffle/config": "^1.3.1",
"@truffle/resolver": "^7.0.20",
"colors": "^1.4.0",
"debug": "^4.3.1",
"lodash.partition": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.4.1",
"version": "3.4.2",
"main": "index.js",
"directories": {
"spec": "./spec"
Expand Down
6 changes: 3 additions & 3 deletions packages/contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.44",
"version": "0.1.45",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.0.31",
"@truffle/compile-solidity": "^5.3.12",
"@truffle/contract": "^4.3.25",
"@truffle/compile-solidity": "^5.3.13",
"@truffle/contract": "^4.3.26",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.3.25",
"version": "4.3.26",
"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,8 +23,8 @@
"dependencies": {
"@ensdomains/ensjs": "^2.0.1",
"@truffle/blockchain-utils": "^0.0.31",
"@truffle/contract-schema": "^3.4.1",
"@truffle/debug-utils": "^5.1.5",
"@truffle/contract-schema": "^3.4.2",
"@truffle/debug-utils": "^5.1.6",
"@truffle/error": "^0.0.14",
"@truffle/interface-adapter": "^0.5.2",
"bignumber.js": "^7.2.1",
Expand Down
46 changes: 23 additions & 23 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.4.1",
"version": "5.4.2",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -21,33 +21,33 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.113",
"@truffle/box": "^2.1.20",
"@truffle/codec": "^0.11.5",
"@truffle/compile-solidity": "^5.3.12",
"@truffle/config": "^1.3.0",
"@truffle/contract": "^4.3.25",
"@truffle/debug-utils": "^5.1.5",
"@truffle/debugger": "^9.1.6",
"@truffle/decoder": "^4.6.6",
"@truffle/deployer": "^3.2.34",
"@truffle/environment": "^0.2.62",
"@truffle/artifactor": "^4.0.114",
"@truffle/box": "^2.1.21",
"@truffle/codec": "^0.11.6",
"@truffle/compile-solidity": "^5.3.13",
"@truffle/config": "^1.3.1",
"@truffle/contract": "^4.3.26",
"@truffle/debug-utils": "^5.1.6",
"@truffle/debugger": "^9.1.7",
"@truffle/decoder": "^4.6.7",
"@truffle/deployer": "^3.2.35",
"@truffle/environment": "^0.2.63",
"@truffle/error": "^0.0.14",
"@truffle/expect": "^0.0.17",
"@truffle/interface-adapter": "^0.5.2",
"@truffle/migrate": "^3.2.34",
"@truffle/migrate": "^3.2.35",
"@truffle/plugins": "^0.2.3",
"@truffle/preserve": "^0.2.3",
"@truffle/preserve-fs": "^0.2.3",
"@truffle/preserve-to-buckets": "^0.2.3",
"@truffle/preserve-to-filecoin": "^0.2.3",
"@truffle/preserve-to-ipfs": "^0.2.3",
"@truffle/preserve": "^0.2.4",
"@truffle/preserve-fs": "^0.2.4",
"@truffle/preserve-to-buckets": "^0.2.4",
"@truffle/preserve-to-filecoin": "^0.2.4",
"@truffle/preserve-to-ipfs": "^0.2.4",
"@truffle/provider": "^0.2.34",
"@truffle/provisioner": "^0.2.23",
"@truffle/require": "^2.0.68",
"@truffle/resolver": "^7.0.19",
"@truffle/source-fetcher": "^0.5.2",
"@truffle/workflow-compile": "^3.2.20",
"@truffle/provisioner": "^0.2.24",
"@truffle/require": "^2.0.69",
"@truffle/resolver": "^7.0.20",
"@truffle/source-fetcher": "^0.5.3",
"@truffle/workflow-compile": "^3.2.21",
"chai": "^4.2.0",
"colors": "^1.4.0",
"command-exists": "^1.2.8",
Expand Down
18 changes: 9 additions & 9 deletions packages/db-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/db-kit",
"version": "0.1.22",
"version": "0.1.23",
"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.11.5",
"@truffle/compile-common": "^0.7.12",
"@truffle/compile-solidity": "^5.3.12",
"@truffle/config": "^1.3.0",
"@truffle/db": "^0.5.21",
"@truffle/decoder": "^4.6.6",
"@truffle/environment": "^0.2.62",
"@truffle/source-fetcher": "^0.5.2",
"@truffle/codec": "^0.11.6",
"@truffle/compile-common": "^0.7.13",
"@truffle/compile-solidity": "^5.3.13",
"@truffle/config": "^1.3.1",
"@truffle/db": "^0.5.22",
"@truffle/decoder": "^4.6.7",
"@truffle/environment": "^0.2.63",
"@truffle/source-fetcher": "^0.5.3",
"ink": "^3.0.8",
"ink-big-text": "^1.2.0",
"ink-divider": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.5.21",
"version": "0.5.22",
"main": "dist/src/index.js",
"files": [
"dist",
Expand All @@ -36,9 +36,9 @@
"test": "jest --verbose --detectOpenHandles --forceExit"
},
"dependencies": {
"@truffle/abi-utils": "^0.2.2",
"@truffle/abi-utils": "^0.2.3",
"@truffle/code-utils": "^1.2.29",
"@truffle/config": "^1.3.0",
"@truffle/config": "^1.3.1",
"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.12",
"@truffle/contract-schema": "^3.4.1",
"@truffle/workflow-compile": "^3.2.20",
"@truffle/compile-common": "^0.7.13",
"@truffle/contract-schema": "^3.4.2",
"@truffle/workflow-compile": "^3.2.21",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.1.5",
"version": "5.1.6",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/codec": "^0.11.5",
"@truffle/codec": "^0.11.6",
"@trufflesuite/chromafi": "^2.2.2",
"bn.js": "^5.1.3",
"chalk": "^2.4.2",
Expand Down
18 changes: 9 additions & 9 deletions packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "9.1.6",
"version": "9.1.7",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -24,9 +24,9 @@
"test:debug": "NODE_ENV=testing node --inspect ./node_modules/.bin/mocha-webpack --webpack-config webpack/webpack.config-test.js --recursive"
},
"dependencies": {
"@truffle/abi-utils": "^0.2.2",
"@truffle/codec": "^0.11.5",
"@truffle/source-map-utils": "^1.3.49",
"@truffle/abi-utils": "^0.2.3",
"@truffle/codec": "^0.11.6",
"@truffle/source-map-utils": "^1.3.50",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"json-pointer": "^0.6.0",
Expand All @@ -44,11 +44,11 @@
"web3-eth-abi": "1.4.0"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.113",
"@truffle/box": "^2.1.20",
"@truffle/migrate": "^3.2.34",
"@truffle/resolver": "^7.0.19",
"@truffle/workflow-compile": "^3.2.20",
"@truffle/artifactor": "^4.0.114",
"@truffle/box": "^2.1.21",
"@truffle/migrate": "^3.2.35",
"@truffle/resolver": "^7.0.20",
"@truffle/workflow-compile": "^3.2.21",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
Loading

0 comments on commit 4a67c2b

Please sign in to comment.