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
lsqproduction committed Jan 6, 2023
1 parent 0d90cf0 commit 7d55f41
Show file tree
Hide file tree
Showing 38 changed files with 186 additions and 186 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.178",
"version": "4.0.179",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -27,7 +27,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.6.10",
"@truffle/contract": "^4.6.11",
"@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.67",
"version": "2.1.68",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.47",
"@truffle/config": "^1.3.48",
"axios": "0.27.2",
"debug": "^4.3.1",
"download-git-repo": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 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.11",
"version": "0.14.12",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand All @@ -26,7 +26,7 @@
"types": "dist/lib/index.d.ts",
"dependencies": {
"@truffle/abi-utils": "^0.3.6",
"@truffle/compile-common": "^0.9.1",
"@truffle/compile-common": "^0.9.2",
"big.js": "^6.0.3",
"bn.js": "^5.1.3",
"cbor": "^5.2.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.1",
"version": "0.9.2",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "dist/src/index.d.ts",
"dependencies": {
"@truffle/error": "^0.1.1",
"@truffle/error": "^0.2.0",
"colors": "1.4.0"
},
"devDependencies": {
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.13",
"version": "0.1.14",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build",
"test": "./scripts/test.sh"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.178",
"@truffle/compile-solidity": "^6.0.54",
"@truffle/config": "^1.3.47",
"@truffle/resolver": "^9.0.27",
"@truffle/artifactor": "^4.0.179",
"@truffle/compile-solidity": "^6.0.55",
"@truffle/config": "^1.3.48",
"@truffle/resolver": "^9.0.28",
"@types/node": "12.12.21",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
12 changes: 6 additions & 6 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.54",
"version": "6.0.55",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build"
},
"dependencies": {
"@truffle/compile-common": "^0.9.1",
"@truffle/config": "^1.3.47",
"@truffle/compile-common": "^0.9.2",
"@truffle/config": "^1.3.48",
"@truffle/contract-sources": "^0.2.0",
"@truffle/expect": "^0.1.4",
"@truffle/profiler": "^0.1.39",
"@truffle/profiler": "^0.1.40",
"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.178",
"@truffle/box": "^2.1.67",
"@truffle/artifactor": "^4.0.179",
"@truffle/box": "^2.1.68",
"@types/node": "~12.12.0",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
10 changes: 5 additions & 5 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.89",
"version": "3.1.90",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.9.1",
"@truffle/config": "^1.3.47",
"@truffle/compile-common": "^0.9.2",
"@truffle/config": "^1.3.48",
"@truffle/contract-sources": "^0.2.0",
"@truffle/profiler": "^0.1.39",
"@truffle/resolver": "^9.0.27",
"@truffle/profiler": "^0.1.40",
"@truffle/resolver": "^9.0.28",
"colors": "1.4.0",
"debug": "^4.3.1",
"lodash": "^4.17.21",
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.47",
"version": "1.3.48",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,9 +21,9 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/error": "^0.1.1",
"@truffle/error": "^0.2.0",
"@truffle/events": "^0.1.20",
"@truffle/provider": "^0.3.1",
"@truffle/provider": "^0.3.2",
"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.117",
"version": "0.1.118",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.6",
"@truffle/compile-solidity": "^6.0.54",
"@truffle/contract": "^4.6.10",
"@truffle/compile-solidity": "^6.0.55",
"@truffle/contract": "^4.6.11",
"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.10",
"version": "4.6.11",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -24,8 +24,8 @@
"@ensdomains/ensjs": "^2.1.0",
"@truffle/blockchain-utils": "^0.1.6",
"@truffle/contract-schema": "^3.4.11",
"@truffle/debug-utils": "^6.0.42",
"@truffle/error": "^0.1.1",
"@truffle/debug-utils": "^6.0.43",
"@truffle/error": "^0.2.0",
"@truffle/interface-adapter": "^0.5.26",
"bignumber.js": "^7.2.1",
"debug": "^4.3.1",
Expand Down
52 changes: 26 additions & 26 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.7.1",
"version": "5.7.2",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -22,38 +22,38 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.178",
"@truffle/box": "^2.1.67",
"@truffle/artifactor": "^4.0.179",
"@truffle/box": "^2.1.68",
"@truffle/code-utils": "^3.0.1",
"@truffle/codec": "^0.14.11",
"@truffle/compile-common": "^0.9.1",
"@truffle/compile-solidity": "^6.0.54",
"@truffle/config": "^1.3.47",
"@truffle/contract": "^4.6.10",
"@truffle/dashboard": "^0.3.4",
"@truffle/debug-utils": "^6.0.42",
"@truffle/debugger": "^11.0.21",
"@truffle/decoder": "^5.3.4",
"@truffle/deployer": "^3.3.1",
"@truffle/environment": "^0.2.134",
"@truffle/error": "^0.1.1",
"@truffle/codec": "^0.14.12",
"@truffle/compile-common": "^0.9.2",
"@truffle/compile-solidity": "^6.0.55",
"@truffle/config": "^1.3.48",
"@truffle/contract": "^4.6.11",
"@truffle/dashboard": "^0.3.5",
"@truffle/debug-utils": "^6.0.43",
"@truffle/debugger": "^11.0.22",
"@truffle/decoder": "^5.3.5",
"@truffle/deployer": "^3.3.2",
"@truffle/environment": "^0.2.135",
"@truffle/error": "^0.2.0",
"@truffle/expect": "^0.1.4",
"@truffle/fetch-and-compile": "^0.5.30",
"@truffle/from-hardhat": "^0.1.15",
"@truffle/fetch-and-compile": "^0.5.31",
"@truffle/from-hardhat": "^0.1.16",
"@truffle/hdwallet": "^0.1.1",
"@truffle/interface-adapter": "^0.5.26",
"@truffle/migrate": "^3.3.22",
"@truffle/plugins": "^0.2.12",
"@truffle/preserve": "^0.2.14",
"@truffle/migrate": "^3.3.23",
"@truffle/plugins": "^0.2.13",
"@truffle/preserve": "^0.2.15",
"@truffle/promise-tracker": "^0.1.5",
"@truffle/provider": "^0.3.1",
"@truffle/provisioner": "^0.2.70",
"@truffle/require": "^2.1.17",
"@truffle/resolver": "^9.0.27",
"@truffle/provider": "^0.3.2",
"@truffle/provisioner": "^0.2.71",
"@truffle/require": "^2.1.18",
"@truffle/resolver": "^9.0.28",
"@truffle/source-fetcher": "^1.0.25",
"@truffle/spinners": "^0.2.3",
"@truffle/test": "^0.1.6",
"@truffle/workflow-compile": "^4.0.45",
"@truffle/test": "^0.1.7",
"@truffle/workflow-compile": "^4.0.46",
"JSONStream": "^1.3.5",
"address": "^1.1.2",
"chai": "^4.2.0",
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.14",
"version": "0.1.15",
"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.3.4",
"@truffle/dashboard": "^0.3.5",
"@truffle/dashboard-message-bus": "^0.1.10",
"@truffle/dashboard-message-bus-client": "^0.1.9",
"@truffle/dashboard-message-bus-common": "^0.1.5",
Expand Down
8 changes: 4 additions & 4 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.3.4",
"version": "0.3.5",
"main": "dist/lib/index.js",
"browser": {
"ws": false
Expand All @@ -37,11 +37,11 @@
"@mantine/hooks": "^5.0.0",
"@mantine/notifications": "^5.0.0",
"@mantine/prism": "^5.0.0",
"@truffle/codec": "^0.14.11",
"@truffle/codec": "^0.14.12",
"@truffle/dashboard-message-bus": "^0.1.10",
"@truffle/dashboard-message-bus-client": "^0.1.9",
"@truffle/dashboard-message-bus-common": "^0.1.5",
"@truffle/decoder": "^5.3.4",
"@truffle/decoder": "^5.3.5",
"cors": "^2.8.5",
"debug": "^4.3.2",
"ethers": "^5.6.9",
Expand All @@ -63,7 +63,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.1",
"@truffle/compile-common": "^0.9.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/jest": "27.4.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.2.10",
"version": "0.2.11",
"description": "Utility belt for Truffle and @truffle/db",
"license": "MIT",
"author": "g. nicholas d'andrea <[email protected]>",
Expand Down Expand Up @@ -33,14 +33,14 @@
"test": "jest --verbose --detectOpenHandles --forceExit --passWithNoTests"
},
"dependencies": {
"@truffle/codec": "^0.14.11",
"@truffle/compile-common": "^0.9.1",
"@truffle/compile-solidity": "^6.0.54",
"@truffle/config": "^1.3.47",
"@truffle/db": "^2.0.10",
"@truffle/decoder": "^5.3.4",
"@truffle/environment": "^0.2.134",
"@truffle/fetch-and-compile": "^0.5.30",
"@truffle/codec": "^0.14.12",
"@truffle/compile-common": "^0.9.2",
"@truffle/compile-solidity": "^6.0.55",
"@truffle/config": "^1.3.48",
"@truffle/db": "^2.0.11",
"@truffle/decoder": "^5.3.5",
"@truffle/environment": "^0.2.135",
"@truffle/fetch-and-compile": "^0.5.31",
"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.10",
"version": "0.2.11",
"main": "dist/index.js",
"keywords": [
"ethereum",
Expand All @@ -31,7 +31,7 @@
"prepare": "yarn build"
},
"optionalDependencies": {
"@truffle/db": "^2.0.10"
"@truffle/db": "^2.0.11"
},
"devDependencies": {
"typescript": "^4.7.4"
Expand Down
Loading

0 comments on commit 7d55f41

Please sign in to comment.