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.3.8
 - @truffle/artifactor@4.0.183
 - @truffle/box@2.1.72
 - @truffle/code-utils@3.0.2
 - @truffle/codec@0.14.15
 - @truffle/compile-common@0.9.3
 - @truffle/compile-solidity-tests@0.1.19
 - @truffle/compile-solidity@6.0.60
 - @truffle/compile-vyper@3.1.95
 - @truffle/config@1.3.52
 - @truffle/contract-schema@3.4.12
 - @truffle/contract-tests@0.1.123
 - @truffle/contract@4.6.15
 - @truffle/core@5.7.7
 - @truffle/dashboard-message-bus-e2e-test@0.1.20
 - @truffle/dashboard@0.3.10
 - @truffle/db-kit@0.2.16
 - @truffle/db-loader@0.2.16
 - @truffle/db@2.0.16
 - @truffle/debug-utils@6.0.46
 - @truffle/debugger@11.0.27
 - @truffle/decoder@5.3.10
 - @truffle/deployer@3.3.7
 - @truffle/encoder@1.0.7
 - @truffle/environment@0.2.140
 - @truffle/expect@0.1.5
 - @truffle/external-compile@2.0.71
 - @truffle/fetch-and-compile@0.5.36
 - @truffle/from-hardhat@0.2.1
 - @truffle/hdwallet-provider@2.1.7
 - @truffle/interface-adapter@0.5.29
 - @truffle/migrate@3.3.28
 - @truffle/profiler@0.1.44
 - @truffle/provider@0.3.5
 - @truffle/provisioner@0.2.75
 - @truffle/require@2.1.23
 - @truffle/resolver@9.0.33
 - @truffle/source-fetcher@1.0.29
 - @truffle/source-map-utils@1.3.107
 - @truffle/test@0.1.12
 - truffle@5.7.7
 - @truffle/workflow-compile@4.0.51
  • Loading branch information
fainashalts committed Feb 17, 2023
1 parent e7f5e62 commit 021f459
Show file tree
Hide file tree
Showing 42 changed files with 220 additions and 220 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.3.7",
"version": "0.3.8",
"description": "Utilities for working with ABIs",
"license": "MIT",
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@fast-check/jest": "^1.0.1",
"@truffle/contract-schema": "^3.4.11",
"@truffle/contract-schema": "^3.4.12",
"@types/jest": "27.4.1",
"@types/jest-json-schema": "^2.1.2",
"@types/node": "~12.12.0",
Expand Down
6 changes: 3 additions & 3 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.182",
"version": "4.0.183",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -22,12 +22,12 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/contract-schema": "^3.4.11",
"@truffle/contract-schema": "^3.4.12",
"fs-extra": "^9.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.6.14",
"@truffle/contract": "^4.6.15",
"@types/fs-extra": "^8.1.0",
"@types/lodash": "^4.14.179",
"@types/node": "~12.12.0",
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.71",
"version": "2.1.72",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.51",
"@truffle/config": "^1.3.52",
"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.1",
"version": "3.0.2",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
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.14.14",
"version": "0.14.15",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand All @@ -25,8 +25,8 @@
},
"types": "dist/lib/index.d.ts",
"dependencies": {
"@truffle/abi-utils": "^0.3.7",
"@truffle/compile-common": "^0.9.2",
"@truffle/abi-utils": "^0.3.8",
"@truffle/compile-common": "^0.9.3",
"big.js": "^6.0.3",
"bn.js": "^5.1.3",
"cbor": "^5.2.0",
Expand All @@ -37,7 +37,7 @@
"web3-utils": "1.8.2"
},
"devDependencies": {
"@truffle/contract-schema": "^3.4.11",
"@truffle/contract-schema": "^3.4.12",
"@types/big.js": "^6.0.2",
"@types/bn.js": "^5.1.0",
"@types/cbor": "^5.0.1",
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.2",
"version": "0.9.3",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -25,7 +25,7 @@
"colors": "1.4.0"
},
"devDependencies": {
"@truffle/contract-schema": "^3.4.11",
"@truffle/contract-schema": "^3.4.12",
"@types/mocha": "^5.2.7",
"@types/node": "~12.12.0",
"mocha": "10.1.0",
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.18",
"version": "0.1.19",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build",
"test": "./scripts/test.sh"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.182",
"@truffle/compile-solidity": "^6.0.59",
"@truffle/config": "^1.3.51",
"@truffle/resolver": "^9.0.32",
"@truffle/artifactor": "^4.0.183",
"@truffle/compile-solidity": "^6.0.60",
"@truffle/config": "^1.3.52",
"@truffle/resolver": "^9.0.33",
"@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.59",
"version": "6.0.60",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build"
},
"dependencies": {
"@truffle/compile-common": "^0.9.2",
"@truffle/config": "^1.3.51",
"@truffle/compile-common": "^0.9.3",
"@truffle/config": "^1.3.52",
"@truffle/contract-sources": "^0.2.0",
"@truffle/expect": "^0.1.4",
"@truffle/profiler": "^0.1.43",
"@truffle/expect": "^0.1.5",
"@truffle/profiler": "^0.1.44",
"axios": "1.2.4",
"axios-retry": "^3.1.9",
"debug": "^4.3.1",
Expand All @@ -37,8 +37,8 @@
"solc": "0.8.18"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.182",
"@truffle/box": "^2.1.71",
"@truffle/artifactor": "^4.0.183",
"@truffle/box": "^2.1.72",
"@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.94",
"version": "3.1.95",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.9.2",
"@truffle/config": "^1.3.51",
"@truffle/compile-common": "^0.9.3",
"@truffle/config": "^1.3.52",
"@truffle/contract-sources": "^0.2.0",
"@truffle/profiler": "^0.1.43",
"@truffle/resolver": "^9.0.32",
"@truffle/profiler": "^0.1.44",
"@truffle/resolver": "^9.0.33",
"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.1",
"@truffle/code-utils": "^3.0.2",
"mocha": "10.1.0"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 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.51",
"version": "1.3.52",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@truffle/error": "^0.2.0",
"@truffle/events": "^0.1.22",
"@truffle/provider": "^0.3.4",
"@truffle/provider": "^0.3.5",
"conf": "^10.1.2",
"debug": "^4.3.1",
"find-up": "^2.1.0",
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.11",
"version": "3.4.12",
"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.122",
"version": "0.1.123",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.6",
"@truffle/compile-solidity": "^6.0.59",
"@truffle/contract": "^4.6.14",
"@truffle/compile-solidity": "^6.0.60",
"@truffle/contract": "^4.6.15",
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
"debug": "^4.3.1",
Expand Down
8 changes: 4 additions & 4 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.14",
"version": "4.6.15",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -23,10 +23,10 @@
"dependencies": {
"@ensdomains/ensjs": "^2.1.0",
"@truffle/blockchain-utils": "^0.1.6",
"@truffle/contract-schema": "^3.4.11",
"@truffle/debug-utils": "^6.0.45",
"@truffle/contract-schema": "^3.4.12",
"@truffle/debug-utils": "^6.0.46",
"@truffle/error": "^0.2.0",
"@truffle/interface-adapter": "^0.5.28",
"@truffle/interface-adapter": "^0.5.29",
"bignumber.js": "^7.2.1",
"debug": "^4.3.1",
"ethers": "^4.0.32",
Expand Down
56 changes: 28 additions & 28 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.7.6",
"version": "5.7.7",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -22,39 +22,39 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.182",
"@truffle/box": "^2.1.71",
"@truffle/code-utils": "^3.0.1",
"@truffle/codec": "^0.14.14",
"@truffle/compile-common": "^0.9.2",
"@truffle/compile-solidity": "^6.0.59",
"@truffle/config": "^1.3.51",
"@truffle/contract": "^4.6.14",
"@truffle/dashboard": "^0.3.9",
"@truffle/db-loader": "^0.2.15",
"@truffle/debug-utils": "^6.0.45",
"@truffle/debugger": "^11.0.26",
"@truffle/decoder": "^5.3.9",
"@truffle/deployer": "^3.3.6",
"@truffle/environment": "^0.2.139",
"@truffle/artifactor": "^4.0.183",
"@truffle/box": "^2.1.72",
"@truffle/code-utils": "^3.0.2",
"@truffle/codec": "^0.14.15",
"@truffle/compile-common": "^0.9.3",
"@truffle/compile-solidity": "^6.0.60",
"@truffle/config": "^1.3.52",
"@truffle/contract": "^4.6.15",
"@truffle/dashboard": "^0.3.10",
"@truffle/db-loader": "^0.2.16",
"@truffle/debug-utils": "^6.0.46",
"@truffle/debugger": "^11.0.27",
"@truffle/decoder": "^5.3.10",
"@truffle/deployer": "^3.3.7",
"@truffle/environment": "^0.2.140",
"@truffle/error": "^0.2.0",
"@truffle/expect": "^0.1.4",
"@truffle/fetch-and-compile": "^0.5.35",
"@truffle/from-hardhat": "^0.2.0",
"@truffle/expect": "^0.1.5",
"@truffle/fetch-and-compile": "^0.5.36",
"@truffle/from-hardhat": "^0.2.1",
"@truffle/hdwallet": "^0.1.1",
"@truffle/interface-adapter": "^0.5.28",
"@truffle/migrate": "^3.3.27",
"@truffle/interface-adapter": "^0.5.29",
"@truffle/migrate": "^3.3.28",
"@truffle/plugins": "^0.2.13",
"@truffle/preserve": "^0.2.15",
"@truffle/promise-tracker": "^0.1.5",
"@truffle/provider": "^0.3.4",
"@truffle/provisioner": "^0.2.74",
"@truffle/require": "^2.1.22",
"@truffle/resolver": "^9.0.32",
"@truffle/source-fetcher": "^1.0.28",
"@truffle/provider": "^0.3.5",
"@truffle/provisioner": "^0.2.75",
"@truffle/require": "^2.1.23",
"@truffle/resolver": "^9.0.33",
"@truffle/source-fetcher": "^1.0.29",
"@truffle/spinners": "^0.2.3",
"@truffle/test": "^0.1.11",
"@truffle/workflow-compile": "^4.0.50",
"@truffle/test": "^0.1.12",
"@truffle/workflow-compile": "^4.0.51",
"JSONStream": "^1.3.5",
"address": "^1.1.2",
"chai": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/dashboard-message-bus-e2e-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@truffle/dashboard-message-bus-e2e-test",
"version": "0.1.19",
"version": "0.1.20",
"description": "Private e2e test package for testing the dashboard-message-bus and the dashboard-message-bus-client without circular dependencies",
"scripts": {
"test": "jest --verbose"
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@ganache/ethereum": "^0.1.5",
"@truffle/dashboard": "^0.3.9",
"@truffle/dashboard": "^0.3.10",
"@truffle/dashboard-message-bus": "^0.1.10",
"@truffle/dashboard-message-bus-client": "^0.1.10",
"@truffle/dashboard-message-bus-common": "^0.1.5",
Expand Down
Loading

0 comments on commit 021f459

Please sign in to comment.