Skip to content

Commit

Permalink
build(lerna): downgrade initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Aug 1, 2024
1 parent 1766d7d commit 1ee0ac9
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.4.0",
"version": "1.3.9",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 4 additions & 4 deletions packages/blue-api-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-api-sdk",
"version": "1.4.0",
"version": "1.3.9",
"author": "Morpho Association <contact@morpho.org>",
"main": "lib/index.js",
"files": [
Expand All @@ -12,9 +12,9 @@
"build": "tsc --build tsconfig.build.json"
},
"dependencies": {
"@morpho-org/blue-sdk": "^1.4.0",
"@morpho-org/blue-sdk-ethers": "^1.4.0",
"@morpho-org/morpho-ts": "^1.4.0"
"@morpho-org/blue-sdk": "workspace:^",
"@morpho-org/blue-sdk-ethers": "workspace:^",
"@morpho-org/morpho-ts": "workspace:^"
},
"devDependencies": {
"@apollo/client": "^3.11.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/blue-sdk-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk-ethers",
"version": "1.4.0",
"version": "1.3.9",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "lib/index.js",
Expand All @@ -14,15 +14,15 @@
"test-hardhat": "hardhat test"
},
"dependencies": {
"@morpho-org/blue-sdk": "^1.4.0",
"@morpho-org/morpho-ts": "^1.4.0",
"@morpho-org/blue-sdk": "workspace:^",
"@morpho-org/morpho-ts": "workspace:^",
"ethers": "^6.12.1",
"ethers-multicall-provider": "^6.3.0",
"ethers-types": "^3.17.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@morpho-org/morpho-test": "^1.4.0",
"@morpho-org/morpho-test": "workspace:^",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@types/chai": "^4.3.14",
Expand All @@ -43,8 +43,8 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"@morpho-org/blue-sdk": "^1.4.0",
"@morpho-org/morpho-ts": "^1.4.0"
"@morpho-org/blue-sdk": "workspace:^",
"@morpho-org/morpho-ts": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/blue-sdk-viem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk-viem",
"version": "1.4.0",
"version": "1.3.9",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "lib/index.js",
Expand All @@ -13,12 +13,12 @@
"test": "hardhat test"
},
"dependencies": {
"@morpho-org/blue-sdk": "^1.4.0",
"@morpho-org/morpho-ts": "^1.4.0",
"@morpho-org/blue-sdk": "workspace:^",
"@morpho-org/morpho-ts": "workspace:^",
"viem": "^2.17.4"
},
"devDependencies": {
"@morpho-org/morpho-test": "^1.4.0",
"@morpho-org/morpho-test": "workspace:^",
"@nomicfoundation/hardhat-network-helpers": "^1.0.11",
"@nomicfoundation/hardhat-viem": "^2.0.3",
"@types/chai": "^4.3.14",
Expand All @@ -37,8 +37,8 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"@morpho-org/blue-sdk": "^1.4.0",
"@morpho-org/morpho-ts": "^1.4.0"
"@morpho-org/blue-sdk": "workspace:^",
"@morpho-org/morpho-ts": "workspace:^"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/blue-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/blue-sdk",
"version": "1.4.0",
"version": "1.3.9",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "lib/index.js",
Expand All @@ -13,11 +13,11 @@
"test": "jest"
},
"dependencies": {
"@morpho-org/morpho-ts": "^1.4.0",
"@morpho-org/morpho-ts": "workspace:^",
"keccak256": "^1.0.6"
},
"devDependencies": {
"@morpho-org/morpho-test": "^1.4.0",
"@morpho-org/morpho-test": "workspace:^",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/morpho-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/morpho-test",
"version": "1.4.0",
"version": "1.3.9",
"main": "lib/index.js",
"files": [
"lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/morpho-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@morpho-org/morpho-ts",
"version": "1.4.0",
"version": "1.3.9",
"author": "Morpho Association <contact@morpho.org>",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit 1ee0ac9

Please sign in to comment.