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/artifactor@4.0.197
 - @truffle/box@2.1.80
 - @truffle/compile-solidity-tests@0.1.37
 - @truffle/compile-solidity@6.0.77
 - @truffle/compile-vyper@3.1.113
 - @truffle/config@1.3.60
 - @truffle/contract-tests@0.1.140
 - @truffle/contract@4.6.29
 - @truffle/core@5.11.3
 - @truffle/dashboard-hardhat-plugin@0.2.13
 - @truffle/dashboard-message-bus-e2e-test@0.1.40
 - @truffle/dashboard@0.4.3
 - @truffle/db-kit@0.2.34
 - @truffle/db-loader@0.2.34
 - @truffle/db@2.0.34
 - @truffle/debugger@12.1.3
 - @truffle/decoder@6.1.3
 - @truffle/deployer@3.3.25
 - @truffle/encoder@1.0.25
 - @truffle/environment@0.2.158
 - @truffle/external-compile@2.0.82
 - @truffle/fetch-and-compile@0.5.54
 - @truffle/from-hardhat@0.2.18
 - @truffle/hdwallet-provider@2.1.14
 - @truffle/interface-adapter@0.5.36
 - @truffle/migrate@3.3.46
 - @truffle/profiler@0.1.52
 - @truffle/provider@0.3.12
 - @truffle/provisioner@0.2.83
 - @truffle/require@2.1.41
 - @truffle/resolver@9.0.51
 - @truffle/source-fetcher@1.0.43
 - @truffle/test@0.2.5
 - truffle@5.11.3
 - @truffle/workflow-compile@4.0.69
  • Loading branch information
haltman-at committed Aug 29, 2023
1 parent 3a7b057 commit 3fa384f
Show file tree
Hide file tree
Showing 35 changed files with 160 additions and 160 deletions.
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.196",
"version": "4.0.197",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -27,7 +27,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.6.28",
"@truffle/contract": "^4.6.29",
"@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.79",
"version": "2.1.80",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.59",
"@truffle/config": "^1.3.60",
"axios": "1.2.4",
"debug": "^4.3.1",
"download-git-repo": "^3.0.2",
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.36",
"version": "0.1.37",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build",
"test": "./scripts/test.sh"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.196",
"@truffle/compile-solidity": "^6.0.76",
"@truffle/config": "^1.3.59",
"@truffle/resolver": "^9.0.50",
"@truffle/artifactor": "^4.0.197",
"@truffle/compile-solidity": "^6.0.77",
"@truffle/config": "^1.3.60",
"@truffle/resolver": "^9.0.51",
"@types/node": "12.12.21",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
10 changes: 5 additions & 5 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.76",
"version": "6.0.77",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build"
},
"dependencies": {
"@truffle/compile-common": "^0.9.7",
"@truffle/config": "^1.3.59",
"@truffle/config": "^1.3.60",
"@truffle/contract-sources": "^0.2.0",
"@truffle/expect": "^0.1.6",
"@truffle/profiler": "^0.1.51",
"@truffle/profiler": "^0.1.52",
"axios": "1.2.4",
"axios-retry": "^3.1.9",
"debug": "^4.3.1",
Expand All @@ -37,8 +37,8 @@
"solc": "0.8.21"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.196",
"@truffle/box": "^2.1.79",
"@truffle/artifactor": "^4.0.197",
"@truffle/box": "^2.1.80",
"@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
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": "3.1.112",
"version": "3.1.113",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.9.7",
"@truffle/config": "^1.3.59",
"@truffle/config": "^1.3.60",
"@truffle/contract-sources": "^0.2.0",
"@truffle/profiler": "^0.1.51",
"@truffle/resolver": "^9.0.50",
"@truffle/profiler": "^0.1.52",
"@truffle/resolver": "^9.0.51",
"colors": "1.4.0",
"debug": "^4.3.1",
"lodash": "^4.17.21",
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.59",
"version": "1.3.60",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@truffle/error": "^0.2.1",
"@truffle/events": "^0.1.24",
"@truffle/provider": "^0.3.11",
"@truffle/provider": "^0.3.12",
"conf": "^10.1.2",
"debug": "^4.3.1",
"find-up": "^2.1.0",
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.139",
"version": "0.1.140",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.8",
"@truffle/compile-solidity": "^6.0.76",
"@truffle/contract": "^4.6.28",
"@truffle/compile-solidity": "^6.0.77",
"@truffle/contract": "^4.6.29",
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
"debug": "^4.3.1",
Expand Down
4 changes: 2 additions & 2 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.28",
"version": "4.6.29",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -26,7 +26,7 @@
"@truffle/contract-schema": "^3.4.15",
"@truffle/debug-utils": "^6.0.56",
"@truffle/error": "^0.2.1",
"@truffle/interface-adapter": "^0.5.35",
"@truffle/interface-adapter": "^0.5.36",
"bignumber.js": "^7.2.1",
"debug": "^4.3.1",
"ethers": "^4.0.32",
Expand Down
46 changes: 23 additions & 23 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.11.2",
"version": "5.11.3",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -22,39 +22,39 @@
"test": "mocha ./test/** ./test/**/*.js ./test/**/**/*.js"
},
"dependencies": {
"@truffle/artifactor": "^4.0.196",
"@truffle/box": "^2.1.79",
"@truffle/artifactor": "^4.0.197",
"@truffle/box": "^2.1.80",
"@truffle/code-utils": "^3.0.3",
"@truffle/codec": "^0.17.2",
"@truffle/compile-common": "^0.9.7",
"@truffle/compile-solidity": "^6.0.76",
"@truffle/config": "^1.3.59",
"@truffle/contract": "^4.6.28",
"@truffle/dashboard": "^0.4.2",
"@truffle/db-loader": "^0.2.33",
"@truffle/compile-solidity": "^6.0.77",
"@truffle/config": "^1.3.60",
"@truffle/contract": "^4.6.29",
"@truffle/dashboard": "^0.4.3",
"@truffle/db-loader": "^0.2.34",
"@truffle/debug-utils": "^6.0.56",
"@truffle/debugger": "^12.1.2",
"@truffle/decoder": "^6.1.2",
"@truffle/deployer": "^3.3.24",
"@truffle/environment": "^0.2.157",
"@truffle/debugger": "^12.1.3",
"@truffle/decoder": "^6.1.3",
"@truffle/deployer": "^3.3.25",
"@truffle/environment": "^0.2.158",
"@truffle/error": "^0.2.1",
"@truffle/expect": "^0.1.6",
"@truffle/fetch-and-compile": "^0.5.53",
"@truffle/from-hardhat": "^0.2.17",
"@truffle/fetch-and-compile": "^0.5.54",
"@truffle/from-hardhat": "^0.2.18",
"@truffle/hdwallet": "^0.1.3",
"@truffle/interface-adapter": "^0.5.35",
"@truffle/migrate": "^3.3.45",
"@truffle/interface-adapter": "^0.5.36",
"@truffle/migrate": "^3.3.46",
"@truffle/plugins": "^0.2.14",
"@truffle/preserve": "^0.2.16",
"@truffle/promise-tracker": "^0.1.6",
"@truffle/provider": "^0.3.11",
"@truffle/provisioner": "^0.2.82",
"@truffle/require": "^2.1.40",
"@truffle/resolver": "^9.0.50",
"@truffle/source-fetcher": "^1.0.42",
"@truffle/provider": "^0.3.12",
"@truffle/provisioner": "^0.2.83",
"@truffle/require": "^2.1.41",
"@truffle/resolver": "^9.0.51",
"@truffle/source-fetcher": "^1.0.43",
"@truffle/spinners": "^0.2.4",
"@truffle/test": "^0.2.4",
"@truffle/workflow-compile": "^4.0.68",
"@truffle/test": "^0.2.5",
"@truffle/workflow-compile": "^4.0.69",
"JSONStream": "^1.3.5",
"address": "^1.1.2",
"chai": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "0.2.13",
"description": "Truffle Dashboard for Hardhat plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,9 +53,9 @@
"hardhat": "^2.17.1"
},
"dependencies": {
"@truffle/config": "^1.3.59",
"@truffle/config": "^1.3.60",
"@truffle/dashboard-message-bus-client": "^0.1.11",
"@truffle/from-hardhat": "^0.2.17"
"@truffle/from-hardhat": "^0.2.18"
},
"publishConfig": {
"access": "public"
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.39",
"version": "0.1.40",
"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 @@ -23,7 +23,7 @@
"test": "test"
},
"devDependencies": {
"@truffle/dashboard": "^0.4.2",
"@truffle/dashboard": "^0.4.3",
"@truffle/dashboard-message-bus": "^0.1.11",
"@truffle/dashboard-message-bus-client": "^0.1.11",
"@truffle/dashboard-message-bus-common": "^0.1.6",
Expand Down
10 changes: 5 additions & 5 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.4.2",
"version": "0.4.3",
"main": "dist/lib/index.js",
"browser": {
"ws": false
Expand Down Expand Up @@ -39,14 +39,14 @@
"@mantine/prism": "^5.10.5",
"@truffle/codec": "^0.17.2",
"@truffle/codec-components": "^0.1.4",
"@truffle/config": "^1.3.59",
"@truffle/config": "^1.3.60",
"@truffle/dashboard-message-bus": "^0.1.11",
"@truffle/dashboard-message-bus-client": "^0.1.11",
"@truffle/dashboard-message-bus-common": "^0.1.6",
"@truffle/debug-utils": "^6.0.56",
"@truffle/debugger": "^12.1.2",
"@truffle/decoder": "^6.1.2",
"@truffle/fetch-and-compile": "^0.5.53",
"@truffle/debugger": "^12.1.3",
"@truffle/decoder": "^6.1.3",
"@truffle/fetch-and-compile": "^0.5.54",
"cors": "^2.8.5",
"css-loader": "^6.8.1",
"debug": "^4.3.2",
Expand Down
14 changes: 7 additions & 7 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.2.33",
"version": "0.2.34",
"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.17.2",
"@truffle/compile-common": "^0.9.7",
"@truffle/compile-solidity": "^6.0.76",
"@truffle/config": "^1.3.59",
"@truffle/db": "^2.0.33",
"@truffle/decoder": "^6.1.2",
"@truffle/environment": "^0.2.157",
"@truffle/fetch-and-compile": "^0.5.53",
"@truffle/compile-solidity": "^6.0.77",
"@truffle/config": "^1.3.60",
"@truffle/db": "^2.0.34",
"@truffle/decoder": "^6.1.3",
"@truffle/environment": "^0.2.158",
"@truffle/fetch-and-compile": "^0.5.54",
"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
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.2.33",
"version": "0.2.34",
"main": "dist/index.js",
"keywords": [
"ethereum",
Expand All @@ -31,7 +31,7 @@
"prepare": "yarn build"
},
"optionalDependencies": {
"@truffle/db": "^2.0.33"
"@truffle/db": "^2.0.34"
},
"devDependencies": {
"typescript": "^4.9.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/db/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.0.33",
"version": "2.0.34",
"main": "dist/src/index.js",
"files": [
"dist",
Expand All @@ -36,7 +36,7 @@
"@graphql-tools/schema": "^8.3.1",
"@truffle/abi-utils": "^1.0.2",
"@truffle/code-utils": "^3.0.3",
"@truffle/config": "^1.3.59",
"@truffle/config": "^1.3.60",
"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.7",
"@truffle/contract-schema": "^3.4.15",
"@truffle/environment": "^0.2.157",
"@truffle/resolver": "^9.0.50",
"@truffle/environment": "^0.2.158",
"@truffle/resolver": "^9.0.51",
"@types/debug": "^4.1.5",
"@types/express": "^4.16.0",
"@types/graphql": "^14.5.0",
Expand Down

0 comments on commit 3fa384f

Please sign in to comment.