Skip to content

Commit

Permalink
Bump typescript version and fix errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldingli1997 committed Oct 14, 2021
1 parent 64b40b3 commit e41c85b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ixo/ixo-apimodule",
"version": "1.0.8",
"version": "1.0.9",
"description": "This is a node module that defines the functions that can be performed by the ixo protocol.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -63,7 +63,7 @@
"pump": "^3.0.0",
"ts-node": "^4.1.0",
"tsify": "^3.0.4",
"typescript": "^2.6.2"
"typescript": "^3.5.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions src/common/dummyData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const projectData = {
// "@type": "RentalFee",
// id: "payment:template:1234567890" // NOTE: payment template has to exist, so we leave it out in this example to not have to create it
// }]
items: []
items: [] as any[]
},
stake: {
"@context": "https://schema.ixo.world/staking/ipfs3r08webu2eou",
Expand Down Expand Up @@ -351,7 +351,7 @@ export const projectDataNew = {
// "@type": "RentalFee",
// id: "payment:template:1234567890" // NOTE: payment template has to exist, so we leave it out in this example to not have to create it
// }]
items: []
items: [] as any[]
},
stake: {
"@context": "https://schema.ixo.world/staking/ipfs3r08webu2eou",
Expand Down

0 comments on commit e41c85b

Please sign in to comment.