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/compile-solidity-tests@0.1.3
 - @truffle/core@5.5.32
 - @truffle/db-kit@0.1.87
 - @truffle/debugger@11.0.10
 - @truffle/decoder@5.2.30
 - @truffle/fetch-and-compile@0.5.20
 - @truffle/hdwallet-provider@2.0.16
 - @truffle/preserve@0.2.11
 - @truffle/source-fetcher@1.0.18
 - truffle@5.5.32
  • Loading branch information
lsqproduction committed Sep 30, 2022
1 parent eef3105 commit 564d119
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/compile-solidity-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/trufflesuite/truffle/issues"
},
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
Expand Down
12 changes: 6 additions & 6 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.31",
"version": "5.5.32",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -32,24 +32,24 @@
"@truffle/contract": "^4.6.2",
"@truffle/dashboard": "^0.2.0",
"@truffle/debug-utils": "^6.0.35",
"@truffle/debugger": "^11.0.9",
"@truffle/decoder": "^5.2.29",
"@truffle/debugger": "^11.0.10",
"@truffle/decoder": "^5.2.30",
"@truffle/deployer": "^3.2.97",
"@truffle/environment": "^0.2.124",
"@truffle/error": "^0.1.1",
"@truffle/expect": "^0.1.3",
"@truffle/fetch-and-compile": "^0.5.19",
"@truffle/fetch-and-compile": "^0.5.20",
"@truffle/from-hardhat": "^0.1.4",
"@truffle/interface-adapter": "^0.5.22",
"@truffle/migrate": "^3.3.11",
"@truffle/plugins": "^0.2.10",
"@truffle/preserve": "^0.2.10",
"@truffle/preserve": "^0.2.11",
"@truffle/promise-tracker": "^0.1.3",
"@truffle/provider": "^0.2.60",
"@truffle/provisioner": "^0.2.61",
"@truffle/require": "^2.1.7",
"@truffle/resolver": "^9.0.17",
"@truffle/source-fetcher": "^1.0.17",
"@truffle/source-fetcher": "^1.0.18",
"@truffle/spinners": "^0.2.2",
"@truffle/workflow-compile": "^4.0.34",
"address": "^1.1.2",
Expand Down
6 changes: 3 additions & 3 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.86",
"version": "0.1.87",
"description": "Utility belt for Truffle and @truffle/db",
"license": "MIT",
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
Expand Down Expand Up @@ -38,9 +38,9 @@
"@truffle/compile-solidity": "^6.0.44",
"@truffle/config": "^1.3.38",
"@truffle/db": "^1.0.23",
"@truffle/decoder": "^5.2.29",
"@truffle/decoder": "^5.2.30",
"@truffle/environment": "^0.2.124",
"@truffle/fetch-and-compile": "^0.5.19",
"@truffle/fetch-and-compile": "^0.5.20",
"graphql": "^15.3.0",
"graphql-tag": "^2.12.6",
"ink": "^3.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/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": "11.0.9",
"version": "11.0.10",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/decoder/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.2.29",
"version": "5.2.30",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch-and-compile/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.5.19",
"version": "0.5.20",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -30,7 +30,7 @@
"@truffle/codec": "^0.14.5",
"@truffle/compile-solidity": "^6.0.44",
"@truffle/config": "^1.3.38",
"@truffle/source-fetcher": "^1.0.17",
"@truffle/source-fetcher": "^1.0.18",
"debug": "^4.3.2",
"semver": "7.3.7",
"web3-utils": "1.7.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/hdwallet-provider/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.15",
"version": "2.0.16",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -29,8 +29,8 @@
"ethereum-protocol": "^1.0.1",
"ethereumjs-util": "^7.1.5",
"ethereumjs-wallet": "^1.0.2",
"web3-provider-engine": "16.0.3",
"web3": "1.7.4"
"web3": "1.7.4",
"web3-provider-engine": "16.0.3"
},
"devDependencies": {
"@types/bip39": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/preserve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/preserve",
"version": "0.2.10",
"version": "0.2.11",
"description": "Library for functionality for `truffle preserve` command",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/source-fetcher/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.0.17",
"version": "1.0.18",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions packages/truffle/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.31",
"version": "5.5.32",
"main": "./build/library.bundled.js",
"bin": {
"truffle": "./build/cli.bundled.js"
Expand All @@ -35,7 +35,7 @@
},
"dependencies": {
"@truffle/db-loader": "^0.1.33",
"@truffle/debugger": "^11.0.9",
"@truffle/debugger": "^11.0.10",
"app-module-path": "^2.2.0",
"ganache": "7.4.3",
"mocha": "9.2.2",
Expand All @@ -45,7 +45,7 @@
"@truffle/box": "^2.1.58",
"@truffle/config": "^1.3.38",
"@truffle/contract": "^4.6.2",
"@truffle/core": "^5.5.31",
"@truffle/core": "^5.5.32",
"@truffle/interface-adapter": "^0.5.22",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
Expand Down

0 comments on commit 564d119

Please sign in to comment.