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@1.0.1
 - @truffle/artifactor@4.0.191
 - @truffle/blockchain-utils@0.1.8
 - @truffle/box@2.1.77
 - @truffle/code-utils@3.0.3
 - @truffle/codec@0.15.2
 - @truffle/compile-common@0.9.6
 - @truffle/compile-solidity-tests@0.1.31
 - @truffle/compile-solidity@6.0.71
 - @truffle/compile-vyper@3.1.107
 - @truffle/config@1.3.57
 - @truffle/contract-tests@0.1.134
 - @truffle/contract@4.6.23
 - @truffle/core@5.9.4
 - @truffle/dashboard-hardhat-plugin@0.2.7
 - @truffle/dashboard-message-bus-client@0.1.11
 - @truffle/dashboard-message-bus-common@0.1.6
 - @truffle/dashboard-message-bus-e2e-test@0.1.33
 - @truffle/dashboard-message-bus@0.1.11
 - @truffle/dashboard@0.3.22
 - @truffle/db-kit@0.2.28
 - @truffle/db-loader@0.2.28
 - @truffle/db@2.0.28
 - @truffle/debug-utils@6.0.51
 - @truffle/debugger@11.1.4
 - @truffle/decoder@5.4.4
 - @truffle/deployer@3.3.19
 - @truffle/encoder@1.0.19
 - @truffle/environment@0.2.152
 - @truffle/error@0.2.1
 - @truffle/events@0.1.24
 - @truffle/expect@0.1.6
 - @truffle/external-compile@2.0.78
 - @truffle/fetch-and-compile@0.5.48
 - @truffle/from-hardhat@0.2.12
 - @truffle/hdwallet-provider@2.1.12
 - @truffle/hdwallet@0.1.3
 - @truffle/interface-adapter@0.5.34
 - @truffle/migrate@3.3.40
 - @truffle/plugins@0.2.14
 - @truffle/preserve@0.2.16
 - @truffle/profiler@0.1.49
 - @truffle/promise-tracker@0.1.6
 - @truffle/provider@0.3.10
 - @truffle/provisioner@0.2.80
 - @truffle/require@2.1.35
 - @truffle/resolver@9.0.45
 - @truffle/source-fetcher@1.0.37
 - @truffle/source-map-utils@1.3.113
 - @truffle/spinners@0.2.4
 - @truffle/test@0.1.24
 - truffle@5.9.4
 - @truffle/workflow-compile@4.0.63
  • Loading branch information
eggplantzzz committed Jun 6, 2023
1 parent d9fdb70 commit 7983a54
Show file tree
Hide file tree
Showing 53 changed files with 256 additions and 256 deletions.
2 changes: 1 addition & 1 deletion packages/abi-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/abi-utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities for working with ABIs",
"license": "MIT",
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/artifactor/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": "4.0.190",
"version": "4.0.191",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -27,7 +27,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.6.22",
"@truffle/contract": "^4.6.23",
"@types/fs-extra": "^8.1.0",
"@types/lodash": "^4.14.179",
"@types/node": "~12.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-utils/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.1.7",
"version": "0.1.8",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions packages/box/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": "2.1.76",
"version": "2.1.77",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.56",
"@truffle/config": "^1.3.57",
"axios": "1.2.4",
"debug": "^4.3.1",
"download-git-repo": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-utils/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.0.2",
"version": "3.0.3",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
Expand Down
6 changes: 3 additions & 3 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.15.1",
"version": "0.15.2",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand All @@ -25,8 +25,8 @@
},
"types": "dist/lib/index.d.ts",
"dependencies": {
"@truffle/abi-utils": "^1.0.0",
"@truffle/compile-common": "^0.9.5",
"@truffle/abi-utils": "^1.0.1",
"@truffle/compile-common": "^0.9.6",
"big.js": "^6.0.3",
"bn.js": "^5.1.3",
"cbor": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/compile-common/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": "0.9.5",
"version": "0.9.6",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "dist/src/index.d.ts",
"dependencies": {
"@truffle/error": "^0.2.0",
"@truffle/error": "^0.2.1",
"colors": "1.4.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/compile-solidity-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"url": "https://github.com/trufflesuite/truffle/issues"
},
"private": true,
"version": "0.1.30",
"version": "0.1.31",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build",
"test": "./scripts/test.sh"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.190",
"@truffle/compile-solidity": "^6.0.70",
"@truffle/config": "^1.3.56",
"@truffle/resolver": "^9.0.44",
"@truffle/artifactor": "^4.0.191",
"@truffle/compile-solidity": "^6.0.71",
"@truffle/config": "^1.3.57",
"@truffle/resolver": "^9.0.45",
"@types/node": "12.12.21",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "6.0.70",
"version": "6.0.71",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build"
},
"dependencies": {
"@truffle/compile-common": "^0.9.5",
"@truffle/config": "^1.3.56",
"@truffle/compile-common": "^0.9.6",
"@truffle/config": "^1.3.57",
"@truffle/contract-sources": "^0.2.0",
"@truffle/expect": "^0.1.5",
"@truffle/profiler": "^0.1.48",
"@truffle/expect": "^0.1.6",
"@truffle/profiler": "^0.1.49",
"axios": "1.2.4",
"axios-retry": "^3.1.9",
"debug": "^4.3.1",
Expand All @@ -37,8 +37,8 @@
"solc": "0.8.20"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.190",
"@truffle/box": "^2.1.76",
"@truffle/artifactor": "^4.0.191",
"@truffle/box": "^2.1.77",
"@types/node": "~12.12.0",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/compile-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.1.106",
"version": "3.1.107",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.9.5",
"@truffle/config": "^1.3.56",
"@truffle/compile-common": "^0.9.6",
"@truffle/config": "^1.3.57",
"@truffle/contract-sources": "^0.2.0",
"@truffle/profiler": "^0.1.48",
"@truffle/resolver": "^9.0.44",
"@truffle/profiler": "^0.1.49",
"@truffle/resolver": "^9.0.45",
"colors": "1.4.0",
"debug": "^4.3.1",
"lodash": "^4.17.21",
"minimatch": "^3.0.4",
"semver": "7.3.7"
},
"devDependencies": {
"@truffle/code-utils": "^3.0.2",
"@truffle/code-utils": "^3.0.3",
"mocha": "10.1.0"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions 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.56",
"version": "1.3.57",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,9 +21,9 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/error": "^0.2.0",
"@truffle/events": "^0.1.23",
"@truffle/provider": "^0.3.9",
"@truffle/error": "^0.2.1",
"@truffle/events": "^0.1.24",
"@truffle/provider": "^0.3.10",
"conf": "^10.1.2",
"debug": "^4.3.1",
"find-up": "^2.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.133",
"version": "0.1.134",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
"test:debug": "$(yarn bin)/mocha --inspect-brk",
"test:trace": "$(yarn bin)/mocha --trace-warnings"
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.7",
"@truffle/compile-solidity": "^6.0.70",
"@truffle/contract": "^4.6.22",
"@truffle/blockchain-utils": "^0.1.8",
"@truffle/compile-solidity": "^6.0.71",
"@truffle/contract": "^4.6.23",
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
"debug": "^4.3.1",
Expand Down
10 changes: 5 additions & 5 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.6.22",
"version": "4.6.23",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -22,11 +22,11 @@
},
"dependencies": {
"@ensdomains/ensjs": "^2.1.0",
"@truffle/blockchain-utils": "^0.1.7",
"@truffle/blockchain-utils": "^0.1.8",
"@truffle/contract-schema": "^3.4.14",
"@truffle/debug-utils": "^6.0.50",
"@truffle/error": "^0.2.0",
"@truffle/interface-adapter": "^0.5.33",
"@truffle/debug-utils": "^6.0.51",
"@truffle/error": "^0.2.1",
"@truffle/interface-adapter": "^0.5.34",
"bignumber.js": "^7.2.1",
"debug": "^4.3.1",
"ethers": "^4.0.32",
Expand Down
70 changes: 35 additions & 35 deletions packages/core/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": "5.9.3",
"version": "5.9.4",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -22,39 +22,39 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.190",
"@truffle/box": "^2.1.76",
"@truffle/code-utils": "^3.0.2",
"@truffle/codec": "^0.15.1",
"@truffle/compile-common": "^0.9.5",
"@truffle/compile-solidity": "^6.0.70",
"@truffle/config": "^1.3.56",
"@truffle/contract": "^4.6.22",
"@truffle/dashboard": "^0.3.21",
"@truffle/db-loader": "^0.2.27",
"@truffle/debug-utils": "^6.0.50",
"@truffle/debugger": "^11.1.3",
"@truffle/decoder": "^5.4.3",
"@truffle/deployer": "^3.3.18",
"@truffle/environment": "^0.2.151",
"@truffle/error": "^0.2.0",
"@truffle/expect": "^0.1.5",
"@truffle/fetch-and-compile": "^0.5.47",
"@truffle/from-hardhat": "^0.2.11",
"@truffle/hdwallet": "^0.1.2",
"@truffle/interface-adapter": "^0.5.33",
"@truffle/migrate": "^3.3.39",
"@truffle/plugins": "^0.2.13",
"@truffle/preserve": "^0.2.15",
"@truffle/promise-tracker": "^0.1.5",
"@truffle/provider": "^0.3.9",
"@truffle/provisioner": "^0.2.79",
"@truffle/require": "^2.1.34",
"@truffle/resolver": "^9.0.44",
"@truffle/source-fetcher": "^1.0.36",
"@truffle/spinners": "^0.2.3",
"@truffle/test": "^0.1.23",
"@truffle/workflow-compile": "^4.0.62",
"@truffle/artifactor": "^4.0.191",
"@truffle/box": "^2.1.77",
"@truffle/code-utils": "^3.0.3",
"@truffle/codec": "^0.15.2",
"@truffle/compile-common": "^0.9.6",
"@truffle/compile-solidity": "^6.0.71",
"@truffle/config": "^1.3.57",
"@truffle/contract": "^4.6.23",
"@truffle/dashboard": "^0.3.22",
"@truffle/db-loader": "^0.2.28",
"@truffle/debug-utils": "^6.0.51",
"@truffle/debugger": "^11.1.4",
"@truffle/decoder": "^5.4.4",
"@truffle/deployer": "^3.3.19",
"@truffle/environment": "^0.2.152",
"@truffle/error": "^0.2.1",
"@truffle/expect": "^0.1.6",
"@truffle/fetch-and-compile": "^0.5.48",
"@truffle/from-hardhat": "^0.2.12",
"@truffle/hdwallet": "^0.1.3",
"@truffle/interface-adapter": "^0.5.34",
"@truffle/migrate": "^3.3.40",
"@truffle/plugins": "^0.2.14",
"@truffle/preserve": "^0.2.16",
"@truffle/promise-tracker": "^0.1.6",
"@truffle/provider": "^0.3.10",
"@truffle/provisioner": "^0.2.80",
"@truffle/require": "^2.1.35",
"@truffle/resolver": "^9.0.45",
"@truffle/source-fetcher": "^1.0.37",
"@truffle/spinners": "^0.2.4",
"@truffle/test": "^0.1.24",
"@truffle/workflow-compile": "^4.0.63",
"JSONStream": "^1.3.5",
"address": "^1.1.2",
"chai": "^4.2.0",
Expand Down Expand Up @@ -89,7 +89,7 @@
"yargs": "^13.3.0"
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.7",
"@truffle/blockchain-utils": "^0.1.8",
"app-module-path": "^2.2.0",
"chai-as-promised": "^7.1.1",
"memorystream": "^0.3.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/dashboard-hardhat-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/dashboard-hardhat-plugin",
"version": "0.2.6",
"version": "0.2.7",
"description": "Truffle Dashboard for Hardhat plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -54,9 +54,9 @@
"hardhat": "^2.0.0"
},
"dependencies": {
"@truffle/config": "^1.3.56",
"@truffle/dashboard-message-bus-client": "^0.1.10",
"@truffle/from-hardhat": "^0.2.11"
"@truffle/config": "^1.3.57",
"@truffle/dashboard-message-bus-client": "^0.1.11",
"@truffle/from-hardhat": "^0.2.12"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/dashboard-message-bus-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/dashboard-message-bus-client",
"version": "0.1.10",
"version": "0.1.11",
"description": "Client library for accessing the truffle dashboard's message bus",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"access": "public"
},
"dependencies": {
"@truffle/dashboard-message-bus-common": "^0.1.5",
"@truffle/promise-tracker": "^0.1.5",
"@truffle/dashboard-message-bus-common": "^0.1.6",
"@truffle/promise-tracker": "^0.1.6",
"axios": "1.2.4",
"debug": "^4.3.1",
"delay": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-message-bus-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/dashboard-message-bus-common",
"version": "0.1.5",
"version": "0.1.6",
"description": "Message types that are used when communicating with the Truffle dashboard message bus",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 7983a54

Please sign in to comment.