Skip to content

Commit

Permalink
🚀 Publish private packages (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jan 2, 2024
1 parent 3eea3a5 commit 9e2f751
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 12 deletions.
4 changes: 3 additions & 1 deletion packages/devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/devtools-evm-hardhat",
"version": "0.0.1",
"private": true,
"description": "Hardhat utilities for LayerZero EVM projects",
"repository": {
"type": "git",
Expand Down Expand Up @@ -74,5 +73,8 @@
"@nomiclabs/hardhat-ethers": "^2.2.3",
"hardhat": "^2.19.2",
"hardhat-deploy": "^0.11.43"
},
"publishConfig": {
"access": "restricted"
}
}
4 changes: 3 additions & 1 deletion packages/devtools-evm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/devtools-evm",
"version": "0.0.1",
"private": true,
"description": "Utilities for LayerZero EVM projects",
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,5 +66,8 @@
"@layerzerolabs/devtools": "~0.0.1",
"@layerzerolabs/lz-definitions": "~2.0.2",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
}
}
4 changes: 3 additions & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/devtools",
"version": "0.0.1",
"private": true,
"description": "Core utilities for working with LayerZero on-chain infrastructure",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,5 +47,8 @@
"@layerzerolabs/io-devtools": "~0.0.1",
"@layerzerolabs/lz-definitions": "~2.0.2",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
}
}
4 changes: 3 additions & 1 deletion packages/io-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/io-devtools",
"version": "0.0.1",
"private": true,
"description": "Utilities for working with I/O in LayerZero devtools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -74,5 +73,8 @@
"yoga-layout-prebuilt": {
"optional": true
}
},
"publishConfig": {
"access": "restricted"
}
}
4 changes: 3 additions & 1 deletion packages/omnicounter-devtools-evm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/omnicounter-devtools-evm",
"version": "0.0.1",
"private": true,
"description": "Utilities for working with LayerZero OmniCounter contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,5 +50,8 @@
"@layerzerolabs/ua-devtools": "~0.0.1",
"@layerzerolabs/ua-devtools-evm": "~0.0.1",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
}
}
4 changes: 3 additions & 1 deletion packages/omnicounter-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/omnicounter-devtools",
"version": "0.0.1",
"private": true,
"description": "Utilities for working with LayerZero OmniCounter contract",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,5 +45,8 @@
"@layerzerolabs/devtools": "~0.0.1",
"@layerzerolabs/lz-definitions": "~2.0.2",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
}
}
4 changes: 3 additions & 1 deletion packages/protocol-devtools-evm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/protocol-devtools-evm",
"version": "0.0.1",
"private": true,
"description": "Utilities for LayerZero EVM protocol contracts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,5 +66,8 @@
"@layerzerolabs/devtools-evm": "~0.0.1",
"@layerzerolabs/lz-definitions": "~2.0.2",
"@layerzerolabs/protocol-devtools": "~0.0.1"
},
"publishConfig": {
"access": "restricted"
}
}
4 changes: 3 additions & 1 deletion packages/protocol-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/protocol-devtools",
"version": "0.0.1",
"private": true,
"description": "Utilities for working with LayerZero protocol contracts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,5 +47,8 @@
"@layerzerolabs/devtools": "~0.0.1",
"@layerzerolabs/lz-definitions": "~2.0.2",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
}
}
4 changes: 3 additions & 1 deletion packages/toolbox-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/toolbox-hardhat",
"version": "0.0.1",
"private": true,
"description": "One-stop-shop for developing LayerZero applications using hardhat",
"repository": {
"type": "git",
Expand Down Expand Up @@ -62,5 +61,8 @@
"ethers": "^5.7.0",
"hardhat": "^2.19.2",
"hardhat-deploy": "^0.11.43"
},
"publishConfig": {
"access": "restricted"
}
}
4 changes: 3 additions & 1 deletion packages/ua-devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/ua-devtools-evm-hardhat",
"version": "0.0.1",
"private": true,
"description": "Hardhat utilities for working with LayerZero EVM contracts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -79,5 +78,8 @@
"ethers": "^5.5.2",
"hardhat": "^2.19.2",
"hardhat-deploy": "^0.11.43"
},
"publishConfig": {
"access": "restricted"
}
}
4 changes: 3 additions & 1 deletion packages/ua-devtools-evm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/ua-devtools-evm",
"version": "0.0.1",
"private": true,
"description": "Utilities for working with LayerZero contracts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,5 +54,8 @@
"@layerzerolabs/protocol-devtools-evm": "~0.0.1",
"@layerzerolabs/ua-devtools": "~0.0.1",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
}
}
4 changes: 3 additions & 1 deletion packages/ua-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@layerzerolabs/ua-devtools",
"version": "0.0.1",
"private": true,
"description": "Utilities for working with LayerZero contracts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,5 +51,8 @@
"@layerzerolabs/lz-definitions": "~2.0.2",
"@layerzerolabs/protocol-devtools": "~0.0.1",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "restricted"
}
}

0 comments on commit 9e2f751

Please sign in to comment.