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/box@2.1.63
 - @truffle/compile-solidity-tests@0.1.8
 - @truffle/compile-solidity@6.0.49
 - @truffle/compile-vyper@3.1.84
 - @truffle/config@1.3.43
 - @truffle/contract-tests@0.1.112
 - @truffle/core@5.6.5
 - @truffle/db-kit@0.2.5
 - @truffle/db-loader@0.2.5
 - @truffle/db@2.0.5
 - @truffle/debugger@11.0.16
 - @truffle/decoder@5.2.36
 - @truffle/deployer@3.2.103
 - @truffle/encoder@0.2.12
 - @truffle/environment@0.2.129
 - @truffle/events@0.1.17
 - @truffle/external-compile@2.0.62
 - @truffle/fetch-and-compile@0.5.25
 - @truffle/from-hardhat@0.1.10
 - @truffle/migrate@3.3.17
 - @truffle/profiler@0.1.35
 - @truffle/provisioner@0.2.66
 - @truffle/require@2.1.12
 - @truffle/resolver@9.0.22
 - @truffle/source-fetcher@1.0.22
 - @truffle/test@0.1.1
 - truffle@5.6.5
 - @truffle/workflow-compile@4.0.40
  • Loading branch information
eggplantzzz committed Nov 9, 2022
1 parent d1d82de commit 275115e
Show file tree
Hide file tree
Showing 28 changed files with 120 additions and 120 deletions.
4 changes: 2 additions & 2 deletions packages/box/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "2.1.62",
"version": "2.1.63",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.42",
"@truffle/config": "^1.3.43",
"axios": "0.27.2",
"debug": "^4.3.1",
"download-git-repo": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/compile-solidity-tests/package.json
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/trufflesuite/truffle/issues"
},
"private": true,
"version": "0.1.7",
"version": "0.1.8",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
Expand All @@ -22,9 +22,9 @@
},
"devDependencies": {
"@truffle/artifactor": "^4.0.174",
"@truffle/compile-solidity": "^6.0.48",
"@truffle/config": "^1.3.42",
"@truffle/resolver": "^9.0.21",
"@truffle/compile-solidity": "^6.0.49",
"@truffle/config": "^1.3.43",
"@truffle/resolver": "^9.0.22",
"@types/node": "12.12.21",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/compile-solidity/package.json
Expand Up @@ -12,18 +12,18 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "6.0.48",
"version": "6.0.49",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build"
},
"dependencies": {
"@truffle/compile-common": "^0.9.0",
"@truffle/config": "^1.3.42",
"@truffle/config": "^1.3.43",
"@truffle/contract-sources": "^0.2.0",
"@truffle/expect": "^0.1.3",
"@truffle/profiler": "^0.1.34",
"@truffle/profiler": "^0.1.35",
"axios": "0.27.2",
"axios-retry": "^3.1.9",
"debug": "^4.3.1",
Expand All @@ -38,7 +38,7 @@
},
"devDependencies": {
"@truffle/artifactor": "^4.0.174",
"@truffle/box": "^2.1.62",
"@truffle/box": "^2.1.63",
"@types/node": "~12.12.0",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/compile-vyper/package.json
Expand Up @@ -12,18 +12,18 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.1.83",
"version": "3.1.84",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.9.0",
"@truffle/config": "^1.3.42",
"@truffle/config": "^1.3.43",
"@truffle/contract-sources": "^0.2.0",
"@truffle/profiler": "^0.1.34",
"@truffle/resolver": "^9.0.21",
"@truffle/profiler": "^0.1.35",
"@truffle/resolver": "^9.0.22",
"colors": "1.4.0",
"debug": "^4.3.1",
"lodash": "^4.17.21",
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.3.42",
"version": "1.3.43",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -22,7 +22,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/error": "^0.1.1",
"@truffle/events": "^0.1.16",
"@truffle/events": "^0.1.17",
"@truffle/provider": "^0.2.63",
"conf": "^10.1.2",
"find-up": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/contract-tests/package.json
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.111",
"version": "0.1.112",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.4",
"@truffle/compile-solidity": "^6.0.48",
"@truffle/compile-solidity": "^6.0.49",
"@truffle/contract": "^4.6.6",
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
Expand Down
34 changes: 17 additions & 17 deletions packages/core/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.6.4",
"version": "5.6.5",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -23,37 +23,37 @@
},
"dependencies": {
"@truffle/artifactor": "^4.0.174",
"@truffle/box": "^2.1.62",
"@truffle/box": "^2.1.63",
"@truffle/code-utils": "^3.0.0",
"@truffle/codec": "^0.14.8",
"@truffle/compile-common": "^0.9.0",
"@truffle/compile-solidity": "^6.0.48",
"@truffle/config": "^1.3.42",
"@truffle/compile-solidity": "^6.0.49",
"@truffle/config": "^1.3.43",
"@truffle/contract": "^4.6.6",
"@truffle/dashboard": "^0.2.3",
"@truffle/debug-utils": "^6.0.39",
"@truffle/debugger": "^11.0.15",
"@truffle/decoder": "^5.2.35",
"@truffle/deployer": "^3.2.102",
"@truffle/environment": "^0.2.128",
"@truffle/debugger": "^11.0.16",
"@truffle/decoder": "^5.2.36",
"@truffle/deployer": "^3.2.103",
"@truffle/environment": "^0.2.129",
"@truffle/error": "^0.1.1",
"@truffle/expect": "^0.1.3",
"@truffle/fetch-and-compile": "^0.5.24",
"@truffle/from-hardhat": "^0.1.9",
"@truffle/fetch-and-compile": "^0.5.25",
"@truffle/from-hardhat": "^0.1.10",
"@truffle/hdwallet": "^0.1.0",
"@truffle/interface-adapter": "^0.5.24",
"@truffle/migrate": "^3.3.16",
"@truffle/migrate": "^3.3.17",
"@truffle/plugins": "^0.2.12",
"@truffle/preserve": "^0.2.13",
"@truffle/promise-tracker": "^0.1.5",
"@truffle/provider": "^0.2.63",
"@truffle/provisioner": "^0.2.65",
"@truffle/require": "^2.1.11",
"@truffle/resolver": "^9.0.21",
"@truffle/source-fetcher": "^1.0.21",
"@truffle/provisioner": "^0.2.66",
"@truffle/require": "^2.1.12",
"@truffle/resolver": "^9.0.22",
"@truffle/source-fetcher": "^1.0.22",
"@truffle/spinners": "^0.2.2",
"@truffle/test": "^0.1.0",
"@truffle/workflow-compile": "^4.0.39",
"@truffle/test": "^0.1.1",
"@truffle/workflow-compile": "^4.0.40",
"address": "^1.1.2",
"chai": "^4.2.0",
"colors": "1.4.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/db-kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@truffle/db-kit",
"version": "0.2.4",
"version": "0.2.5",
"description": "Utility belt for Truffle and @truffle/db",
"license": "MIT",
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
Expand Down Expand Up @@ -35,12 +35,12 @@
"dependencies": {
"@truffle/codec": "^0.14.8",
"@truffle/compile-common": "^0.9.0",
"@truffle/compile-solidity": "^6.0.48",
"@truffle/config": "^1.3.42",
"@truffle/db": "^2.0.4",
"@truffle/decoder": "^5.2.35",
"@truffle/environment": "^0.2.128",
"@truffle/fetch-and-compile": "^0.5.24",
"@truffle/compile-solidity": "^6.0.49",
"@truffle/config": "^1.3.43",
"@truffle/db": "^2.0.5",
"@truffle/decoder": "^5.2.36",
"@truffle/environment": "^0.2.129",
"@truffle/fetch-and-compile": "^0.5.25",
"graphql": "^15.3.0",
"graphql-tag": "^2.12.6",
"ink": "^3.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/db-loader/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.2.4",
"version": "0.2.5",
"main": "dist/index.js",
"keywords": [
"ethereum",
Expand All @@ -31,7 +31,7 @@
"prepare": "yarn build"
},
"optionalDependencies": {
"@truffle/db": "^2.0.4"
"@truffle/db": "^2.0.5"
},
"devDependencies": {
"typescript": "^4.7.4"
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": "2.0.4",
"version": "2.0.5",
"main": "dist/src/index.js",
"files": [
"dist",
Expand All @@ -36,7 +36,7 @@
"@graphql-tools/schema": "^8.3.1",
"@truffle/abi-utils": "^0.3.4",
"@truffle/code-utils": "^3.0.0",
"@truffle/config": "^1.3.42",
"@truffle/config": "^1.3.43",
"abstract-leveldown": "^7.2.0",
"apollo-server": "^3.11.0",
"debug": "^4.3.1",
Expand All @@ -58,8 +58,8 @@
"@graphql-tools/utils": "^8.5.5",
"@truffle/compile-common": "^0.9.0",
"@truffle/contract-schema": "^3.4.10",
"@truffle/environment": "^0.2.128",
"@truffle/resolver": "^9.0.21",
"@truffle/environment": "^0.2.129",
"@truffle/resolver": "^9.0.22",
"@types/debug": "^4.1.5",
"@types/express": "^4.16.0",
"@types/graphql": "^14.5.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/debugger/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "11.0.15",
"version": "11.0.16",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand Down Expand Up @@ -43,10 +43,10 @@
"@babel/preset-env": "^7.16.4",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@truffle/artifactor": "^4.0.174",
"@truffle/config": "^1.3.42",
"@truffle/migrate": "^3.3.16",
"@truffle/resolver": "^9.0.21",
"@truffle/workflow-compile": "^4.0.39",
"@truffle/config": "^1.3.43",
"@truffle/migrate": "^3.3.17",
"@truffle/resolver": "^9.0.22",
"@truffle/workflow-compile": "^4.0.40",
"babel-loader": "^9.1.0",
"babel-runtime": "^6.26.0",
"chai": "^4.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/decoder/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.2.35",
"version": "5.2.36",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -28,18 +28,18 @@
"@truffle/abi-utils": "^0.3.4",
"@truffle/codec": "^0.14.8",
"@truffle/compile-common": "^0.9.0",
"@truffle/encoder": "^0.2.11",
"@truffle/encoder": "^0.2.12",
"@truffle/source-map-utils": "^1.3.100",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"web3-utils": "1.7.4"
},
"devDependencies": {
"@truffle/config": "^1.3.42",
"@truffle/config": "^1.3.43",
"@truffle/contract-schema": "^3.4.10",
"@truffle/migrate": "^3.3.16",
"@truffle/migrate": "^3.3.17",
"@truffle/provider": "^0.2.63",
"@truffle/workflow-compile": "^4.0.39",
"@truffle/workflow-compile": "^4.0.40",
"@types/big.js": "^6.0.2",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/deployer/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.2.102",
"version": "3.2.103",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -27,9 +27,9 @@
"web3-utils": "1.7.4"
},
"devDependencies": {
"@truffle/config": "^1.3.42",
"@truffle/environment": "^0.2.128",
"@truffle/workflow-compile": "^4.0.39",
"@truffle/config": "^1.3.43",
"@truffle/environment": "^0.2.129",
"@truffle/workflow-compile": "^4.0.40",
"ganache": "7.5.0",
"mocha": "9.2.2",
"sinon": "^9.0.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/encoder/package.json
@@ -1,6 +1,6 @@
{
"name": "@truffle/encoder",
"version": "0.2.11",
"version": "0.2.12",
"description": "Recognizes user input for Soldiity values, resolves overloads, and encodes to binary",
"license": "MIT",
"author": "Harry Altman",
Expand Down Expand Up @@ -40,12 +40,12 @@
"devDependencies": {
"@fast-check/jest": "^1.0.1",
"@truffle/abi-utils": "^0.3.4",
"@truffle/box": "^2.1.62",
"@truffle/config": "^1.3.42",
"@truffle/box": "^2.1.63",
"@truffle/config": "^1.3.43",
"@truffle/contract-schema": "^3.4.10",
"@truffle/deployer": "^3.2.102",
"@truffle/resolver": "^9.0.21",
"@truffle/workflow-compile": "^4.0.39",
"@truffle/deployer": "^3.2.103",
"@truffle/resolver": "^9.0.22",
"@truffle/workflow-compile": "^4.0.40",
"@types/big.js": "^6.0.2",
"@types/bignumber.js": "^5.0.0",
"@types/bn.js": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/environment/package.json
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.2.128",
"version": "0.2.129",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -25,7 +25,7 @@
"@truffle/expect": "^0.1.3",
"@truffle/interface-adapter": "^0.5.24",
"@truffle/provider": "^0.2.63",
"@truffle/resolver": "^9.0.21",
"@truffle/resolver": "^9.0.22",
"ganache": "7.5.0",
"node-ipc": "9.2.1",
"source-map-support": "^0.5.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
@@ -1,6 +1,6 @@
{
"name": "@truffle/events",
"version": "0.1.16",
"version": "0.1.17",
"description": "Event system for Truffle",
"main": "index.js",
"keywords": [],
Expand Down

0 comments on commit 275115e

Please sign in to comment.