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.3
 - @truffle/artifactor@4.0.198
 - @truffle/blockchain-utils@0.1.9
 - @truffle/box@2.1.81
 - @truffle/code-utils@3.0.4
 - @truffle/codec-components@0.1.5
 - @truffle/codec@0.17.3
 - @truffle/compile-common@0.9.8
 - @truffle/compile-solidity-tests@0.1.38
 - @truffle/compile-solidity@6.0.78
 - @truffle/compile-vyper@3.1.114
 - @truffle/config@1.3.61
 - @truffle/contract-schema@3.4.16
 - @truffle/contract-sources@0.2.1
 - @truffle/contract-tests@0.1.141
 - @truffle/contract@4.6.30
 - @truffle/core@5.11.4
 - @truffle/dashboard-hardhat-plugin@0.2.14
 - @truffle/dashboard-message-bus-client@0.1.12
 - @truffle/dashboard-message-bus-common@0.1.7
 - @truffle/dashboard-message-bus-e2e-test@0.1.41
 - @truffle/dashboard-message-bus@0.1.12
 - @truffle/dashboard@0.4.4
 - @truffle/db-kit@0.2.35
 - @truffle/db-loader@0.2.35
 - @truffle/db@2.0.35
 - @truffle/debug-utils@6.0.57
 - @truffle/debugger@12.1.4
 - @truffle/decoder@6.1.4
 - @truffle/deployer@3.3.26
 - @truffle/encoder@1.0.26
 - @truffle/environment@0.2.159
 - @truffle/error@0.2.2
 - @truffle/events@0.1.25
 - @truffle/expect@0.1.7
 - @truffle/external-compile@2.0.83
 - @truffle/fetch-and-compile@0.5.55
 - @truffle/from-hardhat@0.2.19
 - @truffle/hdwallet-provider@2.1.15
 - @truffle/hdwallet@0.1.4
 - @truffle/interface-adapter@0.5.37
 - @truffle/migrate@3.3.47
 - @truffle/plugins@0.2.15
 - @truffle/preserve@0.2.17
 - @truffle/profiler@0.1.53
 - @truffle/promise-tracker@0.1.7
 - @truffle/provider@0.3.13
 - @truffle/provisioner@0.2.84
 - @truffle/require@2.1.42
 - @truffle/resolver@9.0.52
 - @truffle/source-fetcher@1.0.44
 - @truffle/source-map-utils@1.3.119
 - @truffle/spinners@0.2.5
 - @truffle/test@0.2.6
 - truffle@5.11.4
 - @truffle/workflow-compile@4.0.70
  • Loading branch information
haltman-at committed Sep 7, 2023
1 parent 8c81e30 commit 033fc64
Show file tree
Hide file tree
Showing 56 changed files with 277 additions and 277 deletions.
4 changes: 2 additions & 2 deletions packages/abi-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@truffle/abi-utils",
"version": "1.0.2",
"version": "1.0.3",
"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.15",
"@truffle/contract-schema": "^3.4.16",
"@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
Expand Up @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.0.197",
"version": "4.0.198",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -22,12 +22,12 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/contract-schema": "^3.4.15",
"@truffle/contract-schema": "^3.4.16",
"fs-extra": "^9.1.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.6.29",
"@truffle/contract": "^4.6.30",
"@types/fs-extra": "^8.1.0",
"@types/lodash": "^4.14.179",
"@types/node": "~12.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-utils/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.8",
"version": "0.1.9",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions packages/box/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "2.1.80",
"version": "2.1.81",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.60",
"@truffle/config": "^1.3.61",
"axios": "1.5.0",
"debug": "^4.3.1",
"download-git-repo": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-utils/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.0.3",
"version": "3.0.4",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions packages/codec-components/package.json
@@ -1,7 +1,7 @@
{
"name": "@truffle/codec-components",
"description": "UI component library for @truffle/codec data",
"version": "0.1.4",
"version": "0.1.5",
"keywords": [
"solidity",
"ethereum",
Expand Down Expand Up @@ -42,7 +42,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@truffle/codec": "^0.17.2"
"@truffle/codec": "^0.17.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/codec/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.17.2",
"version": "0.17.3",
"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.2",
"@truffle/compile-common": "^0.9.7",
"@truffle/abi-utils": "^1.0.3",
"@truffle/compile-common": "^0.9.8",
"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.15",
"@truffle/contract-schema": "^3.4.16",
"@types/big.js": "^6.0.2",
"@types/bn.js": "^5.1.0",
"@types/cbor": "^5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/compile-common/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.9.7",
"version": "0.9.8",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,11 +21,11 @@
},
"types": "dist/src/index.d.ts",
"dependencies": {
"@truffle/error": "^0.2.1",
"@truffle/error": "^0.2.2",
"colors": "1.4.0"
},
"devDependencies": {
"@truffle/contract-schema": "^3.4.15",
"@truffle/contract-schema": "^3.4.16",
"@types/mocha": "^5.2.7",
"@types/node": "~12.12.0",
"mocha": "10.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/compile-solidity-tests/package.json
Expand Up @@ -13,18 +13,18 @@
"url": "https://github.com/trufflesuite/truffle/issues"
},
"private": true,
"version": "0.1.37",
"version": "0.1.38",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build",
"test": "./scripts/test.sh"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.197",
"@truffle/compile-solidity": "^6.0.77",
"@truffle/config": "^1.3.60",
"@truffle/resolver": "^9.0.51",
"@truffle/artifactor": "^4.0.198",
"@truffle/compile-solidity": "^6.0.78",
"@truffle/config": "^1.3.61",
"@truffle/resolver": "^9.0.52",
"@types/node": "12.12.21",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/compile-solidity/package.json
Expand Up @@ -12,18 +12,18 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "6.0.77",
"version": "6.0.78",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build"
},
"dependencies": {
"@truffle/compile-common": "^0.9.7",
"@truffle/config": "^1.3.60",
"@truffle/contract-sources": "^0.2.0",
"@truffle/expect": "^0.1.6",
"@truffle/profiler": "^0.1.52",
"@truffle/compile-common": "^0.9.8",
"@truffle/config": "^1.3.61",
"@truffle/contract-sources": "^0.2.1",
"@truffle/expect": "^0.1.7",
"@truffle/profiler": "^0.1.53",
"axios": "1.5.0",
"axios-retry": "^3.7.0",
"debug": "^4.3.1",
Expand All @@ -37,8 +37,8 @@
"solc": "0.8.21"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.197",
"@truffle/box": "^2.1.80",
"@truffle/artifactor": "^4.0.198",
"@truffle/box": "^2.1.81",
"@types/node": "~12.12.0",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/compile-vyper/package.json
Expand Up @@ -12,26 +12,26 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.1.113",
"version": "3.1.114",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.9.7",
"@truffle/config": "^1.3.60",
"@truffle/contract-sources": "^0.2.0",
"@truffle/profiler": "^0.1.52",
"@truffle/resolver": "^9.0.51",
"@truffle/compile-common": "^0.9.8",
"@truffle/config": "^1.3.61",
"@truffle/contract-sources": "^0.2.1",
"@truffle/profiler": "^0.1.53",
"@truffle/resolver": "^9.0.52",
"colors": "1.4.0",
"debug": "^4.3.1",
"lodash": "^4.17.21",
"minimatch": "^3.0.4",
"semver": "^7.5.4"
},
"devDependencies": {
"@truffle/code-utils": "^3.0.3",
"@truffle/code-utils": "^3.0.4",
"mocha": "10.1.0"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "1.3.60",
"version": "1.3.61",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,9 +21,9 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/error": "^0.2.1",
"@truffle/events": "^0.1.24",
"@truffle/provider": "^0.3.12",
"@truffle/error": "^0.2.2",
"@truffle/events": "^0.1.25",
"@truffle/provider": "^0.3.13",
"conf": "^10.1.2",
"debug": "^4.3.1",
"find-up": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-schema/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.4.15",
"version": "3.4.16",
"main": "index.js",
"directories": {
"spec": "./spec"
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-sources/package.json
@@ -1,6 +1,6 @@
{
"name": "@truffle/contract-sources",
"version": "0.2.0",
"version": "0.2.1",
"description": "Utility for finding all contracts within a directory",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/contract-tests/package.json
Expand Up @@ -13,17 +13,17 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.140",
"version": "0.1.141",
"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.8",
"@truffle/compile-solidity": "^6.0.77",
"@truffle/contract": "^4.6.29",
"@truffle/blockchain-utils": "^0.1.9",
"@truffle/compile-solidity": "^6.0.78",
"@truffle/contract": "^4.6.30",
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
"debug": "^4.3.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/contract/package.json
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.6.29",
"version": "4.6.30",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -22,11 +22,11 @@
},
"dependencies": {
"@ensdomains/ensjs": "^2.1.0",
"@truffle/blockchain-utils": "^0.1.8",
"@truffle/contract-schema": "^3.4.15",
"@truffle/debug-utils": "^6.0.56",
"@truffle/error": "^0.2.1",
"@truffle/interface-adapter": "^0.5.36",
"@truffle/blockchain-utils": "^0.1.9",
"@truffle/contract-schema": "^3.4.16",
"@truffle/debug-utils": "^6.0.57",
"@truffle/error": "^0.2.2",
"@truffle/interface-adapter": "^0.5.37",
"bignumber.js": "^7.2.1",
"debug": "^4.3.1",
"ethers": "^4.0.32",
Expand Down

0 comments on commit 033fc64

Please sign in to comment.