Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @nearform/[email protected]
 - @nearform/[email protected]
 - @nearform/[email protected]
 - @nearform/[email protected]
  • Loading branch information
cianfoley-nearform committed May 11, 2018
1 parent 19b00ef commit c97f425
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/udaru-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nearform/udaru-core",
"version": "5.0.1-beta.0",
"version": "5.0.1",
"description": "A policy based authorization module",
"author": "nearForm Ltd",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/udaru-hapi-16-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nearform/udaru-hapi-16-plugin",
"version": "5.0.1-beta.0",
"version": "5.0.1",
"main": "index.js",
"description": "Hapi plugin that allows using udaru for policy based authorization",
"author": "nearForm Ltd",
Expand Down Expand Up @@ -117,7 +117,7 @@
"test": "npm run pg:init-test-db && UDARU_SERVICE_logger_pino_level=silent lab"
},
"dependencies": {
"@nearform/udaru-core": "^5.0.1-beta.0",
"@nearform/udaru-core": "^5.0.1",
"async": "^2.6.0",
"boom": "^7.2.0",
"hapi": "^16.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/udaru-hapi-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nearform/udaru-hapi-plugin",
"version": "5.0.1-beta.0",
"version": "5.0.1",
"main": "index.js",
"description": "Hapi authentication plugin that allows using udaru for policy based authorization",
"author": "nearForm Ltd",
Expand Down Expand Up @@ -119,7 +119,7 @@
"test": "npm run test-$(node -v | grep '^v6' >> /dev/null && echo '6' || echo 'current')"
},
"dependencies": {
"@nearform/udaru-core": "^5.0.1-beta.0",
"@nearform/udaru-core": "^5.0.1",
"boom": "^7.2.0",
"hapi": "^17.2.3",
"hoek": "^5.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/udaru-hapi-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nearform/udaru-hapi-server",
"version": "5.0.1-beta.0",
"version": "5.0.1",
"main": "index.js",
"description": "Hapi server that uses udaru for policy based authorization",
"author": "nearForm Ltd",
Expand Down Expand Up @@ -133,8 +133,8 @@
"test:commit-check"
],
"dependencies": {
"@nearform/udaru-core": "^5.0.1-beta.0",
"@nearform/udaru-hapi-16-plugin": "^5.0.1-beta.0",
"@nearform/udaru-core": "^5.0.1",
"@nearform/udaru-hapi-16-plugin": "^5.0.1",
"async": "^2.6.0",
"hapi": "^16.6.2",
"hapi-pino": "^2.0.0",
Expand Down

0 comments on commit c97f425

Please sign in to comment.