@snowbridge/contract-types 0.1.45 → 0.1.47-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +4 -3
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
> @snowbridge/contract-types@0.1.
|
|
3
|
-
> pnpm typechain && tsc --build --force
|
|
2
|
+
> @snowbridge/contract-types@0.1.47-alpha.1 build /home/runner/work/snowbridge/snowbridge/web/packages/contract-types
|
|
3
|
+
> rm -rf src && rm -rf dist && cd ../../../contracts && forge build && cd ../web/packages/contract-types && pnpm typechain && tsc --build --force
|
|
4
4
|
|
|
5
|
+
No files changed, compilation skipped
|
|
5
6
|
|
|
6
|
-
> @snowbridge/contract-types@0.1.
|
|
7
|
+
> @snowbridge/contract-types@0.1.47-alpha.1 typechain /home/runner/work/snowbridge/snowbridge/web/packages/contract-types
|
|
7
8
|
> typechain --target ethers-v6 '../../../contracts/out/?(IERC20.sol|IERC20Metadata.sol|IGateway.sol|BeefyClient.sol|WETH9.sol)/!(*.abi).json' --out-dir src
|
|
8
9
|
|
|
9
10
|
Successfully generated 13 typings!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snowbridge/contract-types",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47-alpha.1",
|
|
4
4
|
"description": "Snowbridge contract type bindings",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"ethers": "^6.13.5"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
|
-
"build": "pnpm typechain && tsc --build --force",
|
|
24
|
+
"build": "rm -rf src && rm -rf dist && cd ../../../contracts && forge build && cd ../web/packages/contract-types && pnpm typechain && tsc --build --force",
|
|
25
25
|
"typechain": "typechain --target ethers-v6 '../../../contracts/out/?(IERC20.sol|IERC20Metadata.sol|IGateway.sol|BeefyClient.sol|WETH9.sol)/!(*.abi).json' --out-dir src"
|
|
26
26
|
}
|
|
27
27
|
}
|