Skip to content

Commit

Permalink
Merge branch 'main' of github.com:brandon-schabel/instant-bun
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-schabel committed Nov 12, 2023
2 parents 04af6f2 + 96143e5 commit ebe0802
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions jwt-tokens.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"invalidTokens":["eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEyMzQ1LCJyb2xlcyI6WyJ1c2VyIl0sImV4cCI6MTY5OTY2MzgwOX0.aEF3bjlGbzFFaXM5NkV2WGFYUkJlMWpRdXNHb3RINTl6Nm1MWEorVUpJQT0","eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEyMzQ1LCJyb2xlcyI6WyJ1c2VyIl0sImV4cCI6MTY5OTY2MzgwOX0.aEF3bjlGbzFFaXM5NkV2WGFYUkJlMWpRdXNHb3RINTl6Nm1MWEorVUpJQT0","df43e676fa59b540dea363c059dc4b220edd7af9225a98b3154c6b5aba6699d704fb7ebbcb5fb0ad"],"refreshTokens":[{"token":"df43e676fa59b540dea363c059dc4b220edd7af9225a98b3154c6b5aba6699d704fb7ebbcb5fb0ad","exp":1700265009}]}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnk/core",
"version": "0.3.5",
"version": "0.3.6",
"main": "index.ts",
"devDependencies": {
"bun": "^1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion plugins/react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnk/react-server",
"version": "0.3.5",
"version": "0.3.6",
"module": "index.ts",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnk/react",
"version": "0.3.5",
"version": "0.3.6",
"module": "index.ts",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit ebe0802

Please sign in to comment.