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

Commit d30ce8f

Browse files
committed
1 parent 6885f47 commit d30ce8f

File tree

42 files changed

+191
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+191
-191
lines changed

packages/abi-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truffle/abi-utils",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "Utilities for working with ABIs",
55
"license": "MIT",
66
"author": "g. nicholas d'andrea <[email protected]>",
@@ -29,7 +29,7 @@
2929
"fast-check": "^2.12.1"
3030
},
3131
"devDependencies": {
32-
"@truffle/contract-schema": "^3.4.7",
32+
"@truffle/contract-schema": "^3.4.8",
3333
"@types/faker": "^5.1.2",
3434
"@types/jest": "27.4.1",
3535
"@types/jest-json-schema": "^2.1.2",

packages/artifactor/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": "4.0.158",
16+
"version": "4.0.159",
1717
"main": "dist/index.js",
1818
"scripts": {
1919
"build": "tsc",
@@ -22,12 +22,12 @@
2222
},
2323
"types": "dist/index.d.ts",
2424
"dependencies": {
25-
"@truffle/contract-schema": "^3.4.7",
25+
"@truffle/contract-schema": "^3.4.8",
2626
"fs-extra": "^9.1.0",
2727
"lodash": "^4.17.21"
2828
},
2929
"devDependencies": {
30-
"@truffle/contract": "^4.5.14",
30+
"@truffle/contract": "^4.5.15",
3131
"@types/fs-extra": "^8.1.0",
3232
"@types/lodash": "^4.14.179",
3333
"@types/node": "12.12.21",

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.50",
15+
"version": "2.1.51",
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.30",
24+
"@truffle/config": "^1.3.31",
2525
"axios": "0.26.1",
2626
"debug": "^4.3.1",
2727
"download-git-repo": "^3.0.2",

packages/codec/package.json

Lines changed: 4 additions & 4 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.13.1",
15+
"version": "0.13.2",
1616
"main": "dist/lib/index.js",
1717
"files": [
1818
"dist"
@@ -25,8 +25,8 @@
2525
},
2626
"types": "dist/lib/index.d.ts",
2727
"dependencies": {
28-
"@truffle/abi-utils": "^0.2.13",
29-
"@truffle/compile-common": "^0.7.31",
28+
"@truffle/abi-utils": "^0.2.14",
29+
"@truffle/compile-common": "^0.7.32",
3030
"big.js": "^6.0.3",
3131
"bn.js": "^5.1.3",
3232
"cbor": "^5.1.0",
@@ -37,7 +37,7 @@
3737
"web3-utils": "1.7.4"
3838
},
3939
"devDependencies": {
40-
"@truffle/contract-schema": "^3.4.7",
40+
"@truffle/contract-schema": "^3.4.8",
4141
"@trufflesuite/typedoc-default-themes": "^0.6.1",
4242
"@types/big.js": "^6.0.2",
4343
"@types/bn.js": "^5.1.0",

packages/compile-common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/trufflesuite/truffle/issues"
1313
},
14-
"version": "0.7.31",
14+
"version": "0.7.32",
1515
"main": "dist/src/index.js",
1616
"scripts": {
1717
"build": "tsc",
@@ -25,7 +25,7 @@
2525
"colors": "1.4.0"
2626
},
2727
"devDependencies": {
28-
"@truffle/contract-schema": "^3.4.7",
28+
"@truffle/contract-schema": "^3.4.8",
2929
"@types/mocha": "^5.2.7",
3030
"@types/node": "12.12.21",
3131
"mocha": "9.2.2",

packages/compile-solidity/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"bugs": {
1313
"url": "https://github.com/trufflesuite/truffle/issues"
1414
},
15-
"version": "6.0.32",
15+
"version": "6.0.33",
1616
"main": "dist/index.js",
1717
"scripts": {
1818
"build": "ttsc",
1919
"prepare": "yarn build",
2020
"test": "./scripts/test.sh"
2121
},
2222
"dependencies": {
23-
"@truffle/compile-common": "^0.7.31",
24-
"@truffle/config": "^1.3.30",
25-
"@truffle/contract-sources": "^0.1.12",
23+
"@truffle/compile-common": "^0.7.32",
24+
"@truffle/config": "^1.3.31",
25+
"@truffle/contract-sources": "^0.2.0",
2626
"@truffle/expect": "^0.1.1",
27-
"@truffle/profiler": "^0.1.22",
27+
"@truffle/profiler": "^0.1.23",
2828
"@truffle/spinners": "^0.2.0",
2929
"axios": "0.26.1",
3030
"axios-retry": "^3.1.9",
@@ -38,9 +38,9 @@
3838
"solc": "0.8.15"
3939
},
4040
"devDependencies": {
41-
"@truffle/artifactor": "^4.0.158",
42-
"@truffle/box": "^2.1.50",
43-
"@truffle/resolver": "^9.0.5",
41+
"@truffle/artifactor": "^4.0.159",
42+
"@truffle/box": "^2.1.51",
43+
"@truffle/resolver": "^9.0.6",
4444
"babel-core": "^6.26.0",
4545
"babel-polyfill": "^6.26.0",
4646
"babel-preset-env": "^1.6.1",

packages/compile-vyper/package.json

Lines changed: 6 additions & 6 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.67",
15+
"version": "3.1.68",
1616
"main": "index.js",
1717
"scripts": {
1818
"prepare": "exit 0",
1919
"test": "mocha"
2020
},
2121
"dependencies": {
22-
"@truffle/compile-common": "^0.7.31",
23-
"@truffle/config": "^1.3.30",
24-
"@truffle/contract-sources": "^0.1.12",
25-
"@truffle/profiler": "^0.1.22",
26-
"@truffle/resolver": "^9.0.5",
22+
"@truffle/compile-common": "^0.7.32",
23+
"@truffle/config": "^1.3.31",
24+
"@truffle/contract-sources": "^0.2.0",
25+
"@truffle/profiler": "^0.1.23",
26+
"@truffle/resolver": "^9.0.6",
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.30",
15+
"version": "1.3.31",
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.0",
25-
"@truffle/events": "^0.1.7",
26-
"@truffle/provider": "^0.2.55",
25+
"@truffle/events": "^0.1.8",
26+
"@truffle/provider": "^0.2.56",
2727
"conf": "^10.0.2",
2828
"find-up": "^2.1.0",
2929
"lodash": "^4.17.21",

packages/contract-schema/package.json

Lines changed: 1 addition & 1 deletion
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": "3.4.7",
15+
"version": "3.4.8",
1616
"main": "index.js",
1717
"directories": {
1818
"spec": "./spec"

packages/contract-sources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@truffle/contract-sources",
3-
"version": "0.1.12",
3+
"version": "0.2.0",
44
"description": "Utility for finding all contracts within a directory",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)