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.2.13
 - @truffle/artifactor@4.0.150
 - @truffle/blockchain-utils@0.1.3
 - @truffle/box@2.1.46
 - @truffle/code-utils@1.2.34
 - @truffle/codec@0.12.8
 - @truffle/compile-common@0.7.31
 - @truffle/compile-solidity@6.0.23
 - @truffle/compile-vyper@3.1.58
 - @truffle/config@1.3.26
 - @truffle/contract-tests@0.1.86
 - @truffle/contract@4.5.6
 - @truffle/core@5.5.10
 - @truffle/dashboard-message-bus@0.1.2
 - @truffle/dashboard-provider@0.1.4
 - @truffle/dashboard@0.1.4
 - @truffle/db-kit@0.1.65
 - @truffle/db-loader@0.1.12
 - @truffle/db@1.0.2
 - @truffle/debug-utils@6.0.18
 - @truffle/debugger@10.0.6
 - @truffle/decoder@5.2.8
 - @truffle/deployer@3.2.76
 - @truffle/encoder@0.1.5
 - @truffle/environment@0.2.103
 - @truffle/events@0.1.5
 - @truffle/external-compile@2.0.44
 - @truffle/fetch-and-compile@0.4.11
 - @truffle/hdwallet-provider@2.0.6
 - @truffle/interface-adapter@0.5.14
 - @truffle/migrate@3.2.76
 - @truffle/plugins@0.2.7
 - @truffle/profiler@0.1.18
 - @truffle/provider@0.2.52
 - @truffle/provisioner@0.2.49
 - @truffle/require@2.0.95
 - @truffle/resolver@8.0.17
 - @truffle/source-map-utils@1.3.80
 - @truffle/spinners@0.1.2
 - truffle@5.5.10
 - @truffle/workflow-compile@4.0.13
  • Loading branch information
leeftk committed Apr 13, 2022
1 parent 9da1541 commit 147aa13
Show file tree
Hide file tree
Showing 41 changed files with 174 additions and 177 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": "0.2.12",
"version": "0.2.13",
"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.149",
"version": "4.0.150",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -27,7 +27,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.5.5",
"@truffle/contract": "^4.5.6",
"@types/fs-extra": "^8.1.0",
"@types/lodash": "^4.14.179",
"@types/node": "12.12.21",
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.2",
"version": "0.1.3",
"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.45",
"version": "2.1.46",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.25",
"@truffle/config": "^1.3.26",
"axios": "0.26.1",
"download-git-repo": "^3.0.2",
"fs-extra": "^9.1.0",
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": "1.2.33",
"version": "1.2.34",
"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.12.7",
"version": "0.12.8",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand All @@ -25,8 +25,8 @@
},
"types": "dist/lib/index.d.ts",
"dependencies": {
"@truffle/abi-utils": "^0.2.12",
"@truffle/compile-common": "^0.7.30",
"@truffle/abi-utils": "^0.2.13",
"@truffle/compile-common": "^0.7.31",
"big.js": "^6.0.3",
"bn.js": "^5.1.3",
"cbor": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.7.30",
"version": "0.7.31",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
Expand Down
16 changes: 8 additions & 8 deletions packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "6.0.22",
"version": "6.0.23",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build",
"test": "./scripts/test.sh"
},
"dependencies": {
"@truffle/compile-common": "^0.7.30",
"@truffle/config": "^1.3.25",
"@truffle/compile-common": "^0.7.31",
"@truffle/config": "^1.3.26",
"@truffle/contract-sources": "^0.1.12",
"@truffle/expect": "^0.1.1",
"@truffle/profiler": "^0.1.17",
"@truffle/spinners": "^0.1.1",
"@truffle/profiler": "^0.1.18",
"@truffle/spinners": "^0.1.2",
"axios": "0.26.1",
"axios-retry": "^3.1.9",
"debug": "^4.3.1",
Expand All @@ -38,9 +38,9 @@
"solc": "0.8.12"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.149",
"@truffle/box": "^2.1.45",
"@truffle/resolver": "^8.0.16",
"@truffle/artifactor": "^4.0.150",
"@truffle/box": "^2.1.46",
"@truffle/resolver": "^8.0.17",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
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,25 +12,25 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.1.57",
"version": "3.1.58",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.7.30",
"@truffle/config": "^1.3.25",
"@truffle/profiler": "^0.1.17",
"@truffle/resolver": "^8.0.16",
"@truffle/compile-common": "^0.7.31",
"@truffle/config": "^1.3.26",
"@truffle/profiler": "^0.1.18",
"@truffle/resolver": "^8.0.17",
"colors": "1.4.0",
"debug": "^4.3.1",
"lodash": "^4.17.21",
"minimatch": "^3.0.4",
"semver": "^7.3.4"
},
"devDependencies": {
"@truffle/code-utils": "^1.2.33",
"@truffle/code-utils": "^1.2.34",
"mocha": "9.2.2"
},
"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.25",
"version": "1.3.26",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -22,8 +22,8 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/error": "^0.1.0",
"@truffle/events": "^0.1.4",
"@truffle/provider": "^0.2.51",
"@truffle/events": "^0.1.5",
"@truffle/provider": "^0.2.52",
"conf": "^10.0.2",
"find-up": "^2.1.0",
"lodash": "^4.17.21",
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.85",
"version": "0.1.86",
"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.2",
"@truffle/compile-solidity": "^6.0.22",
"@truffle/contract": "^4.5.5",
"@truffle/blockchain-utils": "^0.1.3",
"@truffle/compile-solidity": "^6.0.23",
"@truffle/contract": "^4.5.6",
"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.5.5",
"version": "4.5.6",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -23,11 +23,11 @@
"typings": "./typings/index.d.ts",
"dependencies": {
"@ensdomains/ensjs": "^2.0.1",
"@truffle/blockchain-utils": "^0.1.2",
"@truffle/blockchain-utils": "^0.1.3",
"@truffle/contract-schema": "^3.4.7",
"@truffle/debug-utils": "^6.0.17",
"@truffle/debug-utils": "^6.0.18",
"@truffle/error": "^0.1.0",
"@truffle/interface-adapter": "^0.5.13",
"@truffle/interface-adapter": "^0.5.14",
"bignumber.js": "^7.2.1",
"debug": "^4.3.1",
"ethers": "^4.0.32",
Expand Down
48 changes: 24 additions & 24 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.5.9",
"version": "5.5.10",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -22,36 +22,36 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.149",
"@truffle/box": "^2.1.45",
"@truffle/codec": "^0.12.7",
"@truffle/compile-solidity": "^6.0.22",
"@truffle/config": "^1.3.25",
"@truffle/contract": "^4.5.5",
"@truffle/dashboard": "^0.1.3",
"@truffle/debug-utils": "^6.0.17",
"@truffle/debugger": "^10.0.5",
"@truffle/decoder": "^5.2.7",
"@truffle/deployer": "^3.2.75",
"@truffle/environment": "^0.2.102",
"@truffle/artifactor": "^4.0.150",
"@truffle/box": "^2.1.46",
"@truffle/codec": "^0.12.8",
"@truffle/compile-solidity": "^6.0.23",
"@truffle/config": "^1.3.26",
"@truffle/contract": "^4.5.6",
"@truffle/dashboard": "^0.1.4",
"@truffle/debug-utils": "^6.0.18",
"@truffle/debugger": "^10.0.6",
"@truffle/decoder": "^5.2.8",
"@truffle/deployer": "^3.2.76",
"@truffle/environment": "^0.2.103",
"@truffle/error": "^0.1.0",
"@truffle/expect": "^0.1.1",
"@truffle/fetch-and-compile": "^0.4.10",
"@truffle/interface-adapter": "^0.5.13",
"@truffle/migrate": "^3.2.75",
"@truffle/plugins": "^0.2.6",
"@truffle/fetch-and-compile": "^0.4.11",
"@truffle/interface-adapter": "^0.5.14",
"@truffle/migrate": "^3.2.76",
"@truffle/plugins": "^0.2.7",
"@truffle/preserve": "^0.2.7",
"@truffle/preserve-fs": "^0.2.7",
"@truffle/preserve-to-buckets": "^0.2.8",
"@truffle/preserve-to-filecoin": "^0.2.8",
"@truffle/preserve-to-ipfs": "^0.2.8",
"@truffle/provider": "^0.2.51",
"@truffle/provisioner": "^0.2.48",
"@truffle/require": "^2.0.94",
"@truffle/resolver": "^8.0.16",
"@truffle/provider": "^0.2.52",
"@truffle/provisioner": "^0.2.49",
"@truffle/require": "^2.0.95",
"@truffle/resolver": "^8.0.17",
"@truffle/source-fetcher": "^1.0.2",
"@truffle/spinners": "^0.1.1",
"@truffle/workflow-compile": "^4.0.12",
"@truffle/spinners": "^0.1.2",
"@truffle/workflow-compile": "^4.0.13",
"address": "^1.1.2",
"chai": "^4.2.0",
"colors": "1.4.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"yargs": "^8.0.2"
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.2",
"@truffle/blockchain-utils": "^0.1.3",
"app-module-path": "^2.2.0",
"chai-as-promised": "^7.1.1",
"memorystream": "^0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-message-bus/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.1",
"version": "0.1.2",
"main": "dist/lib/index.js",
"browser": {
"ws": false
Expand Down
9 changes: 3 additions & 6 deletions packages/dashboard-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/dashboard-provider",
"version": "0.1.3",
"version": "0.1.4",
"description": "Web3 provider that uses a browser-based web3 wallet through the Truffle Dasboard",
"license": "MIT",
"author": "Rosco Kalis <roscokalis@gmail.com>",
Expand Down Expand Up @@ -46,18 +46,15 @@
"web3": "^1.6.1"
},
"dependencies": {
"@truffle/dashboard": "^0.1.3",
"@truffle/dashboard-message-bus": "^0.1.1",
"@truffle/dashboard": "^0.1.4",
"@truffle/dashboard-message-bus": "^0.1.2",
"debug": "^4.3.3",
"delay": "^5.0.0",
"isomorphic-ws": "^4.0.1",
"open": "^8.4.0",
"promise-timeout": "^1.3.0",
"ws": "^7.2.0"
},
"browser": {
"ws": false
},
"publishConfig": {
"access": "public"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/dashboard/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.1.3",
"version": "0.1.4",
"main": "dist/lib/index.js",
"browser": {
"ws": false
Expand All @@ -34,7 +34,7 @@
},
"types": "dist/lib/index.d.ts",
"dependencies": {
"@truffle/dashboard-message-bus": "^0.1.1",
"@truffle/dashboard-message-bus": "^0.1.2",
"cors": "^2.8.5",
"debug": "^4.3.2",
"express": "^4.17.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/db-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/db-kit",
"version": "0.1.64",
"version": "0.1.65",
"description": "Utility belt for Truffle and @truffle/db",
"license": "MIT",
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
Expand Down Expand Up @@ -33,14 +33,14 @@
"test": "jest --verbose --detectOpenHandles --forceExit --passWithNoTests"
},
"dependencies": {
"@truffle/codec": "^0.12.7",
"@truffle/compile-common": "^0.7.30",
"@truffle/compile-solidity": "^6.0.22",
"@truffle/config": "^1.3.25",
"@truffle/db": "^1.0.1",
"@truffle/decoder": "^5.2.7",
"@truffle/environment": "^0.2.102",
"@truffle/fetch-and-compile": "^0.4.10",
"@truffle/codec": "^0.12.8",
"@truffle/compile-common": "^0.7.31",
"@truffle/compile-solidity": "^6.0.23",
"@truffle/config": "^1.3.26",
"@truffle/db": "^1.0.2",
"@truffle/decoder": "^5.2.8",
"@truffle/environment": "^0.2.103",
"@truffle/fetch-and-compile": "^0.4.11",
"ink": "^3.0.8",
"ink-big-text": "^1.2.0",
"ink-divider": "^3.0.0",
Expand Down
Loading

0 comments on commit 147aa13

Please sign in to comment.