Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-dulaimi committed Jan 13, 2023
1 parent 7621b58 commit f47c16b
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 146 deletions.
188 changes: 46 additions & 142 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trpc-shield",
"version": "0.3.0",
"version": "0.4.0",
"description": "tRPC permissions as another layer of abstraction!",
"repository": "https://github.com/omar-dulaimi/trpc-shield",
"main": "lib/index.js",
Expand All @@ -24,9 +24,9 @@
"devDependencies": {
"@types/node": "18.11.18",
"lint-staged": "13.1.0",
"prettier": "2.8.1",
"prettier": "2.8.2",
"pretty-quick": "3.1.3",
"rimraf": "3.0.2",
"rimraf": "4.0.4",
"ts-node": "10.9.1",
"typescript": "4.9.4"
},
Expand All @@ -36,6 +36,6 @@
"homepage": "https://github.com/omar-dulaimi/trpc-shield#readme",
"private": true,
"dependencies": {
"@trpc/server": "^10.7.0"
"@trpc/server": "^10.9.0"
}
}

0 comments on commit f47c16b

Please sign in to comment.