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
  • Loading branch information
Cliff Zhang committed Nov 23, 2022
1 parent 2c68fb1 commit 94dda0c
Show file tree
Hide file tree
Showing 50 changed files with 244 additions and 244 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.4",
"version": "0.3.5",
"description": "Utilities for working with ABIs",
"license": "MIT",
"author": "g. nicholas d'andrea <[email protected]>",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@fast-check/jest": "^1.0.1",
"@truffle/contract-schema": "^3.4.10",
"@truffle/contract-schema": "^3.4.11",
"@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.175",
"version": "4.0.176",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -22,12 +22,12 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/contract-schema": "^3.4.10",
"@truffle/contract-schema": "^3.4.11",
"fs-extra": "^9.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.6.7",
"@truffle/contract": "^4.6.8",
"@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.4",
"version": "0.1.5",
"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.64",
"version": "2.1.65",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.44",
"@truffle/config": "^1.3.45",
"axios": "0.27.2",
"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.0",
"version": "3.0.1",
"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.9",
"version": "0.14.10",
"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.4",
"@truffle/compile-common": "^0.9.0",
"@truffle/abi-utils": "^0.3.5",
"@truffle/compile-common": "^0.9.1",
"big.js": "^6.0.3",
"bn.js": "^5.1.3",
"cbor": "^5.2.0",
Expand All @@ -37,7 +37,7 @@
"web3-utils": "1.7.4"
},
"devDependencies": {
"@truffle/contract-schema": "^3.4.10",
"@truffle/contract-schema": "^3.4.11",
"@trufflesuite/typedoc-default-themes": "^0.6.1",
"@types/big.js": "^6.0.2",
"@types/bn.js": "^5.1.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.0",
"version": "0.9.1",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -25,7 +25,7 @@
"colors": "1.4.0"
},
"devDependencies": {
"@truffle/contract-schema": "^3.4.10",
"@truffle/contract-schema": "^3.4.11",
"@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.9",
"version": "0.1.10",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build",
"test": "./scripts/test.sh"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.175",
"@truffle/compile-solidity": "^6.0.50",
"@truffle/config": "^1.3.44",
"@truffle/resolver": "^9.0.23",
"@truffle/artifactor": "^4.0.176",
"@truffle/compile-solidity": "^6.0.51",
"@truffle/config": "^1.3.45",
"@truffle/resolver": "^9.0.24",
"@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.50",
"version": "6.0.51",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build"
},
"dependencies": {
"@truffle/compile-common": "^0.9.0",
"@truffle/config": "^1.3.44",
"@truffle/compile-common": "^0.9.1",
"@truffle/config": "^1.3.45",
"@truffle/contract-sources": "^0.2.0",
"@truffle/expect": "^0.1.3",
"@truffle/profiler": "^0.1.36",
"@truffle/expect": "^0.1.4",
"@truffle/profiler": "^0.1.37",
"axios": "0.27.2",
"axios-retry": "^3.1.9",
"debug": "^4.3.1",
Expand All @@ -37,8 +37,8 @@
"solc": "0.8.17"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.175",
"@truffle/box": "^2.1.64",
"@truffle/artifactor": "^4.0.176",
"@truffle/box": "^2.1.65",
"@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.85",
"version": "3.1.86",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.9.0",
"@truffle/config": "^1.3.44",
"@truffle/compile-common": "^0.9.1",
"@truffle/config": "^1.3.45",
"@truffle/contract-sources": "^0.2.0",
"@truffle/profiler": "^0.1.36",
"@truffle/resolver": "^9.0.23",
"@truffle/profiler": "^0.1.37",
"@truffle/resolver": "^9.0.24",
"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.0",
"@truffle/code-utils": "^3.0.1",
"mocha": "10.1.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 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.44",
"version": "1.3.45",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -22,8 +22,8 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/error": "^0.1.1",
"@truffle/events": "^0.1.18",
"@truffle/provider": "^0.2.63",
"@truffle/events": "^0.1.19",
"@truffle/provider": "^0.2.64",
"conf": "^10.1.2",
"find-up": "^2.1.0",
"lodash": "^4.17.21",
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.10",
"version": "3.4.11",
"main": "index.js",
"directories": {
"spec": "./spec"
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.113",
"version": "0.1.114",
"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.4",
"@truffle/compile-solidity": "^6.0.50",
"@truffle/contract": "^4.6.7",
"@truffle/blockchain-utils": "^0.1.5",
"@truffle/compile-solidity": "^6.0.51",
"@truffle/contract": "^4.6.8",
"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.7",
"version": "4.6.8",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -22,11 +22,11 @@
},
"dependencies": {
"@ensdomains/ensjs": "^2.1.0",
"@truffle/blockchain-utils": "^0.1.4",
"@truffle/contract-schema": "^3.4.10",
"@truffle/debug-utils": "^6.0.40",
"@truffle/blockchain-utils": "^0.1.5",
"@truffle/contract-schema": "^3.4.11",
"@truffle/debug-utils": "^6.0.41",
"@truffle/error": "^0.1.1",
"@truffle/interface-adapter": "^0.5.24",
"@truffle/interface-adapter": "^0.5.25",
"bignumber.js": "^7.2.1",
"debug": "^4.3.1",
"ethers": "^4.0.32",
Expand Down
62 changes: 31 additions & 31 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.6.6",
"version": "5.6.7",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -22,38 +22,38 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.175",
"@truffle/box": "^2.1.64",
"@truffle/code-utils": "^3.0.0",
"@truffle/codec": "^0.14.9",
"@truffle/compile-common": "^0.9.0",
"@truffle/compile-solidity": "^6.0.50",
"@truffle/config": "^1.3.44",
"@truffle/contract": "^4.6.7",
"@truffle/dashboard": "^0.2.3",
"@truffle/debug-utils": "^6.0.40",
"@truffle/debugger": "^11.0.17",
"@truffle/decoder": "^5.3.0",
"@truffle/deployer": "^3.2.104",
"@truffle/environment": "^0.2.130",
"@truffle/artifactor": "^4.0.176",
"@truffle/box": "^2.1.65",
"@truffle/code-utils": "^3.0.1",
"@truffle/codec": "^0.14.10",
"@truffle/compile-common": "^0.9.1",
"@truffle/compile-solidity": "^6.0.51",
"@truffle/config": "^1.3.45",
"@truffle/contract": "^4.6.8",
"@truffle/dashboard": "^0.3.0",
"@truffle/debug-utils": "^6.0.41",
"@truffle/debugger": "^11.0.18",
"@truffle/decoder": "^5.3.1",
"@truffle/deployer": "^3.2.105",
"@truffle/environment": "^0.2.131",
"@truffle/error": "^0.1.1",
"@truffle/expect": "^0.1.3",
"@truffle/fetch-and-compile": "^0.5.26",
"@truffle/from-hardhat": "^0.1.11",
"@truffle/hdwallet": "^0.1.0",
"@truffle/interface-adapter": "^0.5.24",
"@truffle/migrate": "^3.3.18",
"@truffle/expect": "^0.1.4",
"@truffle/fetch-and-compile": "^0.5.27",
"@truffle/from-hardhat": "^0.1.12",
"@truffle/hdwallet": "^0.1.1",
"@truffle/interface-adapter": "^0.5.25",
"@truffle/migrate": "^3.3.19",
"@truffle/plugins": "^0.2.12",
"@truffle/preserve": "^0.2.13",
"@truffle/preserve": "^0.2.14",
"@truffle/promise-tracker": "^0.1.5",
"@truffle/provider": "^0.2.63",
"@truffle/provisioner": "^0.2.67",
"@truffle/require": "^2.1.13",
"@truffle/resolver": "^9.0.23",
"@truffle/source-fetcher": "^1.0.22",
"@truffle/spinners": "^0.2.2",
"@truffle/test": "^0.1.2",
"@truffle/workflow-compile": "^4.0.41",
"@truffle/provider": "^0.2.64",
"@truffle/provisioner": "^0.2.68",
"@truffle/require": "^2.1.14",
"@truffle/resolver": "^9.0.24",
"@truffle/source-fetcher": "^1.0.23",
"@truffle/spinners": "^0.2.3",
"@truffle/test": "^0.1.3",
"@truffle/workflow-compile": "^4.0.42",
"address": "^1.1.2",
"chai": "^4.2.0",
"colors": "1.4.0",
Expand Down Expand Up @@ -85,7 +85,7 @@
"yargs": "^13.3.0"
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.4",
"@truffle/blockchain-utils": "^0.1.5",
"app-module-path": "^2.2.0",
"chai-as-promised": "^7.1.1",
"memorystream": "^0.3.1",
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "0.1.9",
"description": "Client library for accessing the truffle dashboard's message bus",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"dependencies": {
"@truffle/dashboard-message-bus-common": "^0.1.4",
"@truffle/dashboard-message-bus-common": "^0.1.5",
"@truffle/promise-tracker": "^0.1.5",
"axios": "0.27.2",
"debug": "^4.3.1",
Expand Down
Loading

0 comments on commit 94dda0c

Please sign in to comment.