Skip to content

Commit

Permalink
Merge pull request #274 from TokenScript/release/3.2.0
Browse files Browse the repository at this point in the history
updated examples to utilise the latest 3.2.0 version of tkn.
  • Loading branch information
nicktaras committed Oct 24, 2023
2 parents 0f99581 + 6fa69a3 commit c60dfbb
Show file tree
Hide file tree
Showing 24 changed files with 5,945 additions and 2,499 deletions.
973 changes: 664 additions & 309 deletions angular-bare-bones-demo/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions angular-bare-bones-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@tokenscript/token-negotiator": "^3.1.0",
"@tokenscript/token-negotiator": "3.2.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
Expand Down Expand Up @@ -46,4 +46,4 @@
"typescript": "~4.6.2"
},
"homepage": "./"
}
}
510 changes: 387 additions & 123 deletions art-gallery-medium-article-website/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions art-gallery-medium-article-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@tokenscript/token-negotiator": "^3.1.0",
"@tokenscript/token-negotiator": "3.2.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1",
Expand Down Expand Up @@ -53,4 +53,4 @@
]
},
"homepage": "./"
}
}
Loading

0 comments on commit c60dfbb

Please sign in to comment.