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.2
 - @truffle/artifactor@4.0.196
 - @truffle/codec-components@0.1.4
 - @truffle/codec@0.17.2
 - @truffle/compile-common@0.9.7
 - @truffle/compile-solidity-tests@0.1.36
 - @truffle/compile-solidity@6.0.76
 - @truffle/compile-vyper@3.1.112
 - @truffle/contract-schema@3.4.15
 - @truffle/contract-tests@0.1.139
 - @truffle/contract@4.6.28
 - @truffle/core@5.11.2
 - @truffle/dashboard-hardhat-plugin@0.2.12
 - @truffle/dashboard-message-bus-e2e-test@0.1.39
 - @truffle/dashboard@0.4.2
 - @truffle/db-kit@0.2.33
 - @truffle/db-loader@0.2.33
 - @truffle/db@2.0.33
 - @truffle/debug-utils@6.0.56
 - @truffle/debugger@12.1.2
 - @truffle/decoder@6.1.2
 - @truffle/deployer@3.3.24
 - @truffle/encoder@1.0.24
 - @truffle/environment@0.2.157
 - @truffle/external-compile@2.0.81
 - @truffle/fetch-and-compile@0.5.53
 - @truffle/from-hardhat@0.2.17
 - @truffle/migrate@3.3.45
 - @truffle/require@2.1.40
 - @truffle/resolver@9.0.50
 - @truffle/source-fetcher@1.0.42
 - @truffle/source-map-utils@1.3.118
 - @truffle/test@0.2.4
 - truffle@5.11.2
 - @truffle/workflow-compile@4.0.68
  • Loading branch information
haltman-at committed Aug 4, 2023
1 parent 1f49f0a commit a9ca7ea
Show file tree
Hide file tree
Showing 35 changed files with 161 additions and 161 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": "1.0.1",
"version": "1.0.2",
"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.14",
"@truffle/contract-schema": "^3.4.15",
"@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.195",
"version": "4.0.196",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -22,12 +22,12 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/contract-schema": "^3.4.14",
"@truffle/contract-schema": "^3.4.15",
"fs-extra": "^9.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.6.27",
"@truffle/contract": "^4.6.28",
"@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/codec-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@truffle/codec-components",
"description": "UI component library for @truffle/codec data",
"version": "0.1.3",
"version": "0.1.4",
"keywords": [
"solidity",
"ethereum",
Expand Down Expand Up @@ -42,7 +42,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@truffle/codec": "^0.17.1"
"@truffle/codec": "^0.17.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.35.1",
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.17.1",
"version": "0.17.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.1",
"@truffle/compile-common": "^0.9.6",
"@truffle/abi-utils": "^1.0.2",
"@truffle/compile-common": "^0.9.7",
"big.js": "^6.0.3",
"bn.js": "^5.1.3",
"cbor": "^5.2.0",
Expand All @@ -37,7 +37,7 @@
"web3-utils": "1.10.0"
},
"devDependencies": {
"@truffle/contract-schema": "^3.4.14",
"@truffle/contract-schema": "^3.4.15",
"@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.6",
"version": "0.9.7",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -25,7 +25,7 @@
"colors": "1.4.0"
},
"devDependencies": {
"@truffle/contract-schema": "^3.4.14",
"@truffle/contract-schema": "^3.4.15",
"@types/mocha": "^5.2.7",
"@types/node": "~12.12.0",
"mocha": "10.1.0",
Expand Down
8 changes: 4 additions & 4 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.35",
"version": "0.1.36",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build",
"test": "./scripts/test.sh"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.195",
"@truffle/compile-solidity": "^6.0.75",
"@truffle/artifactor": "^4.0.196",
"@truffle/compile-solidity": "^6.0.76",
"@truffle/config": "^1.3.59",
"@truffle/resolver": "^9.0.49",
"@truffle/resolver": "^9.0.50",
"@types/node": "12.12.21",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "6.0.75",
"version": "6.0.76",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build"
},
"dependencies": {
"@truffle/compile-common": "^0.9.6",
"@truffle/compile-common": "^0.9.7",
"@truffle/config": "^1.3.59",
"@truffle/contract-sources": "^0.2.0",
"@truffle/expect": "^0.1.6",
Expand All @@ -37,7 +37,7 @@
"solc": "0.8.21"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.195",
"@truffle/artifactor": "^4.0.196",
"@truffle/box": "^2.1.79",
"@types/node": "~12.12.0",
"@types/sinon": "^9.0.10",
Expand Down
6 changes: 3 additions & 3 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.111",
"version": "3.1.112",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.9.6",
"@truffle/compile-common": "^0.9.7",
"@truffle/config": "^1.3.59",
"@truffle/contract-sources": "^0.2.0",
"@truffle/profiler": "^0.1.51",
"@truffle/resolver": "^9.0.49",
"@truffle/resolver": "^9.0.50",
"colors": "1.4.0",
"debug": "^4.3.1",
"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.14",
"version": "3.4.15",
"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.138",
"version": "0.1.139",
"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.75",
"@truffle/contract": "^4.6.27",
"@truffle/compile-solidity": "^6.0.76",
"@truffle/contract": "^4.6.28",
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
"debug": "^4.3.1",
Expand Down
6 changes: 3 additions & 3 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.27",
"version": "4.6.28",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@ensdomains/ensjs": "^2.1.0",
"@truffle/blockchain-utils": "^0.1.8",
"@truffle/contract-schema": "^3.4.14",
"@truffle/debug-utils": "^6.0.55",
"@truffle/contract-schema": "^3.4.15",
"@truffle/debug-utils": "^6.0.56",
"@truffle/error": "^0.2.1",
"@truffle/interface-adapter": "^0.5.35",
"bignumber.js": "^7.2.1",
Expand Down
42 changes: 21 additions & 21 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.1",
"version": "5.11.2",
"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.195",
"@truffle/artifactor": "^4.0.196",
"@truffle/box": "^2.1.79",
"@truffle/code-utils": "^3.0.3",
"@truffle/codec": "^0.17.1",
"@truffle/compile-common": "^0.9.6",
"@truffle/compile-solidity": "^6.0.75",
"@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.27",
"@truffle/dashboard": "^0.4.1",
"@truffle/db-loader": "^0.2.32",
"@truffle/debug-utils": "^6.0.55",
"@truffle/debugger": "^12.1.1",
"@truffle/decoder": "^6.1.1",
"@truffle/deployer": "^3.3.23",
"@truffle/environment": "^0.2.156",
"@truffle/contract": "^4.6.28",
"@truffle/dashboard": "^0.4.2",
"@truffle/db-loader": "^0.2.33",
"@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/error": "^0.2.1",
"@truffle/expect": "^0.1.6",
"@truffle/fetch-and-compile": "^0.5.52",
"@truffle/from-hardhat": "^0.2.16",
"@truffle/fetch-and-compile": "^0.5.53",
"@truffle/from-hardhat": "^0.2.17",
"@truffle/hdwallet": "^0.1.3",
"@truffle/interface-adapter": "^0.5.35",
"@truffle/migrate": "^3.3.44",
"@truffle/migrate": "^3.3.45",
"@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.39",
"@truffle/resolver": "^9.0.49",
"@truffle/source-fetcher": "^1.0.41",
"@truffle/require": "^2.1.40",
"@truffle/resolver": "^9.0.50",
"@truffle/source-fetcher": "^1.0.42",
"@truffle/spinners": "^0.2.4",
"@truffle/test": "^0.2.3",
"@truffle/workflow-compile": "^4.0.67",
"@truffle/test": "^0.2.4",
"@truffle/workflow-compile": "^4.0.68",
"JSONStream": "^1.3.5",
"address": "^1.1.2",
"chai": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 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.11",
"version": "0.2.12",
"description": "Truffle Dashboard for Hardhat plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@truffle/config": "^1.3.59",
"@truffle/dashboard-message-bus-client": "^0.1.11",
"@truffle/from-hardhat": "^0.2.16"
"@truffle/from-hardhat": "^0.2.17"
},
"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.38",
"version": "0.1.39",
"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.4.1",
"@truffle/dashboard": "^0.4.2",
"@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
16 changes: 8 additions & 8 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.1",
"version": "0.4.2",
"main": "dist/lib/index.js",
"browser": {
"ws": false
Expand All @@ -37,16 +37,16 @@
"@mantine/hooks": "^5.10.5",
"@mantine/notifications": "^5.10.5",
"@mantine/prism": "^5.10.5",
"@truffle/codec": "^0.17.1",
"@truffle/codec-components": "^0.1.3",
"@truffle/codec": "^0.17.2",
"@truffle/codec-components": "^0.1.4",
"@truffle/config": "^1.3.59",
"@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.55",
"@truffle/debugger": "^12.1.1",
"@truffle/decoder": "^6.1.1",
"@truffle/fetch-and-compile": "^0.5.52",
"@truffle/debug-utils": "^6.0.56",
"@truffle/debugger": "^12.1.2",
"@truffle/decoder": "^6.1.2",
"@truffle/fetch-and-compile": "^0.5.53",
"cors": "^2.8.5",
"css-loader": "^6.8.1",
"debug": "^4.3.2",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@babel/core": "^7.20.2",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@truffle/compile-common": "^0.9.6",
"@truffle/compile-common": "^0.9.7",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/jest": "27.4.1",
Expand Down
Loading

0 comments on commit a9ca7ea

Please sign in to comment.