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

Commit bf91e46

Browse files
committed
1 parent 9bd05b5 commit bf91e46

File tree

39 files changed

+178
-178
lines changed

39 files changed

+178
-178
lines changed

packages/abi-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truffle/abi-utils",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Utilities for working with ABIs",
55
"license": "MIT",
66
"author": "g. nicholas d'andrea <[email protected]>",

packages/artifactor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bugs": {
1414
"url": "https://github.com/trufflesuite/truffle/issues"
1515
},
16-
"version": "4.0.177",
16+
"version": "4.0.178",
1717
"main": "dist/index.js",
1818
"scripts": {
1919
"build": "tsc",
@@ -27,7 +27,7 @@
2727
"lodash": "^4.17.21"
2828
},
2929
"devDependencies": {
30-
"@truffle/contract": "^4.6.9",
30+
"@truffle/contract": "^4.6.10",
3131
"@types/fs-extra": "^8.1.0",
3232
"@types/lodash": "^4.14.179",
3333
"@types/node": "~12.12.0",

packages/box/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "2.1.66",
15+
"version": "2.1.67",
1616
"main": "dist/box.js",
1717
"scripts": {
1818
"build": "tsc",
@@ -21,7 +21,7 @@
2121
},
2222
"types": "./typings/index.d.ts",
2323
"dependencies": {
24-
"@truffle/config": "^1.3.46",
24+
"@truffle/config": "^1.3.47",
2525
"axios": "0.27.2",
2626
"debug": "^4.3.1",
2727
"download-git-repo": "^3.0.2",

packages/codec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "0.14.10",
15+
"version": "0.14.11",
1616
"main": "dist/lib/index.js",
1717
"files": [
1818
"dist"
@@ -25,7 +25,7 @@
2525
},
2626
"types": "dist/lib/index.d.ts",
2727
"dependencies": {
28-
"@truffle/abi-utils": "^0.3.5",
28+
"@truffle/abi-utils": "^0.3.6",
2929
"@truffle/compile-common": "^0.9.1",
3030
"big.js": "^6.0.3",
3131
"bn.js": "^5.1.3",

packages/compile-solidity-tests/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
1515
"private": true,
16-
"version": "0.1.12",
16+
"version": "0.1.13",
1717
"main": "dist/index.js",
1818
"scripts": {
1919
"build": "ttsc",
2020
"prepare": "yarn build",
2121
"test": "./scripts/test.sh"
2222
},
2323
"devDependencies": {
24-
"@truffle/artifactor": "^4.0.177",
25-
"@truffle/compile-solidity": "^6.0.53",
26-
"@truffle/config": "^1.3.46",
27-
"@truffle/resolver": "^9.0.26",
24+
"@truffle/artifactor": "^4.0.178",
25+
"@truffle/compile-solidity": "^6.0.54",
26+
"@truffle/config": "^1.3.47",
27+
"@truffle/resolver": "^9.0.27",
2828
"@types/node": "12.12.21",
2929
"@types/sinon": "^9.0.10",
3030
"babel-core": "^6.26.0",

packages/compile-solidity/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "6.0.53",
15+
"version": "6.0.54",
1616
"main": "dist/index.js",
1717
"scripts": {
1818
"build": "ttsc",
1919
"prepare": "yarn build"
2020
},
2121
"dependencies": {
2222
"@truffle/compile-common": "^0.9.1",
23-
"@truffle/config": "^1.3.46",
23+
"@truffle/config": "^1.3.47",
2424
"@truffle/contract-sources": "^0.2.0",
2525
"@truffle/expect": "^0.1.4",
26-
"@truffle/profiler": "^0.1.38",
26+
"@truffle/profiler": "^0.1.39",
2727
"axios": "0.27.2",
2828
"axios-retry": "^3.1.9",
2929
"debug": "^4.3.1",
@@ -37,8 +37,8 @@
3737
"solc": "0.8.17"
3838
},
3939
"devDependencies": {
40-
"@truffle/artifactor": "^4.0.177",
41-
"@truffle/box": "^2.1.66",
40+
"@truffle/artifactor": "^4.0.178",
41+
"@truffle/box": "^2.1.67",
4242
"@types/node": "~12.12.0",
4343
"@types/sinon": "^9.0.10",
4444
"babel-core": "^6.26.0",

packages/compile-vyper/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "3.1.88",
15+
"version": "3.1.89",
1616
"main": "index.js",
1717
"scripts": {
1818
"prepare": "exit 0",
1919
"test": "mocha"
2020
},
2121
"dependencies": {
2222
"@truffle/compile-common": "^0.9.1",
23-
"@truffle/config": "^1.3.46",
23+
"@truffle/config": "^1.3.47",
2424
"@truffle/contract-sources": "^0.2.0",
25-
"@truffle/profiler": "^0.1.38",
26-
"@truffle/resolver": "^9.0.26",
25+
"@truffle/profiler": "^0.1.39",
26+
"@truffle/resolver": "^9.0.27",
2727
"colors": "1.4.0",
2828
"debug": "^4.3.1",
2929
"lodash": "^4.17.21",

packages/config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "1.3.46",
15+
"version": "1.3.47",
1616
"main": "dist/index.js",
1717
"scripts": {
1818
"build": "tsc",
@@ -22,8 +22,8 @@
2222
"types": "dist/index.d.ts",
2323
"dependencies": {
2424
"@truffle/error": "^0.1.1",
25-
"@truffle/events": "^0.1.19",
26-
"@truffle/provider": "^0.3.0",
25+
"@truffle/events": "^0.1.20",
26+
"@truffle/provider": "^0.3.1",
2727
"conf": "^10.1.2",
2828
"debug": "^4.3.1",
2929
"find-up": "^2.1.0",

packages/contract-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bugs": {
1414
"url": "https://github.com/trufflesuite/truffle/issues"
1515
},
16-
"version": "0.1.116",
16+
"version": "0.1.117",
1717
"scripts": {
1818
"prepare": "exit 0",
1919
"test": "./scripts/test.sh",
@@ -22,8 +22,8 @@
2222
},
2323
"devDependencies": {
2424
"@truffle/blockchain-utils": "^0.1.6",
25-
"@truffle/compile-solidity": "^6.0.53",
26-
"@truffle/contract": "^4.6.9",
25+
"@truffle/compile-solidity": "^6.0.54",
26+
"@truffle/contract": "^4.6.10",
2727
"bignumber.js": "^7.2.1",
2828
"chai": "^4.2.0",
2929
"debug": "^4.3.1",

packages/contract/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "4.6.9",
15+
"version": "4.6.10",
1616
"main": "index.js",
1717
"scripts": {
1818
"build": "yarn compile",
@@ -24,9 +24,9 @@
2424
"@ensdomains/ensjs": "^2.1.0",
2525
"@truffle/blockchain-utils": "^0.1.6",
2626
"@truffle/contract-schema": "^3.4.11",
27-
"@truffle/debug-utils": "^6.0.41",
27+
"@truffle/debug-utils": "^6.0.42",
2828
"@truffle/error": "^0.1.1",
29-
"@truffle/interface-adapter": "^0.5.25",
29+
"@truffle/interface-adapter": "^0.5.26",
3030
"bignumber.js": "^7.2.1",
3131
"debug": "^4.3.1",
3232
"ethers": "^4.0.32",

0 commit comments

Comments
 (0)