Skip to content

Commit

Permalink
fixes in optional packages and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Sep 21, 2023
1 parent 19f733d commit 5c1e418
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 33 deletions.
40 changes: 24 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
"typedoc": "^0.23.14",
"typescript": "^4.8.4"
},
"dependencies": {
"luxon": "^3.0.4",
"protobufjs": "^7.2.2"
},
"workspaces": [
"packages/core",
"packages/bsc",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aleph-indexer/core",
"version": "1.1.7",
"version": "1.1.8",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down Expand Up @@ -54,4 +54,4 @@
"entryPoint": "./src/index.ts",
"displayName": "Indexer Core"
}
}
}
40 changes: 29 additions & 11 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,46 @@
"author": "ALEPH.im",
"license": "ISC",
"peerDependencies": {
"@aleph-indexer/bsc": "^1.x.x",
"@aleph-indexer/ethereum": "^1.x.x",
"@aleph-indexer/solana": "^1.x.x",
"graphql": "^15.8.0",
"graphql-type-json": "^0.3.2",
"luxon": "3.2.1"
"@aleph-indexer/bsc": "^1.x",
"@aleph-indexer/ethereum": "^1.x",
"@aleph-indexer/oasys": "^1.x",
"@aleph-indexer/oasys-verse": "^1.x",
"@aleph-indexer/solana": "^1.x",
"graphql": "^15.x",
"graphql-type-json": "^0.x",
"luxon": "^3.x",
"nats": "^2.x"
},
"peerDependenciesMeta": {
"@aleph-indexer/bsc": {
"optional": true
},
"@aleph-indexer/ethereum": {
"optional": true
},
"@aleph-indexer/oasys": {
"optional": true
},
"@aleph-indexer/oasys-verse": {
"optional": true
},
"@aleph-indexer/solana": {
"optional": true
}
},
"devDependencies": {
"@aleph-indexer/bsc": "^1.1.7",
"@aleph-indexer/ethereum": "^1.1.7",
"@aleph-indexer/solana": "^1.1.7",
"@types/dotenv-defaults": "^2.0.1",
"@types/luxon": "3.2.0",
"@types/node": "^17.0.33",
"graphql": "^15.8.0",
"graphql-type-json": "^0.3.2",
"luxon": "3.2.1"
"luxon": "3.2.1",
"nats": "^2.7.1"
},
"dependencies": {
"@aleph-indexer/core": "^1.1.7",
"moleculer": "^0.14.24",
"nats": "^2.7.1"
"protobufjs": "^7.2.2"
},
"typedoc": {
"entryPoint": "./index.ts",
Expand Down

0 comments on commit 5c1e418

Please sign in to comment.