Skip to content

Commit

Permalink
Merge pull request #18 from trixtateam/feature/meta_data_response
Browse files Browse the repository at this point in the history
feat: use separated additionalData from phoenix response
  • Loading branch information
jacqueswho authored Jun 4, 2021
2 parents e139a1e + b40a2e3 commit 656e503
Show file tree
Hide file tree
Showing 10 changed files with 300 additions and 379 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trixta/trixta-js",
"version": "1.0.5",
"version": "1.0.6",
"description": "Javascript library to integrate Trixta",
"source": "src/index.ts",
"main": "dist/@trixta/trixta-js.cjs.js",
Expand Down Expand Up @@ -105,7 +105,7 @@
},
"peerDependencies": {
"@rjsf/core": "^2.5.1",
"@trixta/phoenix-to-redux": "3.4.7-beta.0",
"@trixta/phoenix-to-redux": "3.5.0-beta.0",
"debug": "4.3.1",
"immer": ">=3.0.0",
"phoenix": "~1.5.4",
Expand All @@ -119,7 +119,7 @@
"reselect": "~4.0.0"
},
"dependencies": {
"@trixta/phoenix-to-redux": "3.4.7-beta.0",
"@trixta/phoenix-to-redux": "3.5.0-beta.0",
"phoenix": "1.5.4",
"nanoid": "3.1.23"
},
Expand Down
5 changes: 0 additions & 5 deletions src/React/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,3 @@ export const TRIXTA_MODE_TYPE_FIELDS = {
type: 'type',
limit: 'limit',
};

export const CHANNEL_JOINED_FIELDS = {
contract_actions: 'contract_actions',
contract_reactions: 'contract_reactions',
};
Loading

0 comments on commit 656e503

Please sign in to comment.