Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Dec 1, 2017
1 parent efa11e3 commit 41de6b5
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion client/camera/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/camera",
"version": "1.1.0",
"version": "1.1.1",
"description": "RainCatcher Camera Plugin",
"types": "src/index.ts",
"author": "feedhenry-raincatcher@redhat.com",
Expand Down
4 changes: 2 additions & 2 deletions client/datasync-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/datasync-client",
"version": "1.1.0",
"version": "1.1.1",
"description": "Raincatcher datasync client wrapper for TypeScript",
"types": "src/index.ts",
"main": "src/",
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript": "2.5.0"
},
"dependencies": {
"@raincatcher/logger": "1.1.0",
"@raincatcher/logger": "1.1.1",
"bluebird": "3.5.0",
"fh-sync-js": "1.0.3",
"lodash": "4.17.4"
Expand Down
2 changes: 1 addition & 1 deletion client/filestore-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/filestore-client",
"version": "1.1.0",
"version": "1.1.1",
"description": "RainCatcher file storage client",
"types": "src/index.ts",
"author": "feedhenry-raincatcher@redhat.com",
Expand Down
2 changes: 1 addition & 1 deletion client/wfm/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/wfm",
"version": "1.1.0",
"version": "1.1.1",
"description": "Set of WorkForce Management tools",
"types": "src/index.ts",
"author": "feedhenry-raincatcher@redhat.com",
Expand Down
2 changes: 1 addition & 1 deletion cloud/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/express-auth",
"version": "1.1.0",
"version": "1.1.1",
"description": "Authentication interface for express based applications",
"types": "src/index.ts",
"author": "feedhenry-raincatcher@redhat.com",
Expand Down
4 changes: 2 additions & 2 deletions cloud/datasync/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/datasync-cloud",
"version": "1.1.0",
"version": "1.1.1",
"description": "Raincatcher DataSync cloud",
"types": "src/index.ts",
"main": "src/",
Expand Down Expand Up @@ -35,7 +35,7 @@
"access": "public"
},
"devDependencies": {
"@raincatcher/logger": "1.1.0",
"@raincatcher/logger": "1.1.1",
"@types/body-parser": "1.16.8",
"@types/cors": "2.8.3",
"@types/express": "4.0.39",
Expand Down
4 changes: 2 additions & 2 deletions cloud/filestore/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/filestore",
"version": "1.1.0",
"version": "1.1.1",
"description": "RainCatcher file storage server",
"types": "src/index.ts",
"author": "feedhenry-raincatcher@redhat.com",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript": "2.6.1"
},
"dependencies": {
"@raincatcher/logger": "1.1.0",
"@raincatcher/logger": "1.1.1",
"base64-stream": "0.1.3",
"bluebird": "3.5.1",
"express": "4.16.2",
Expand Down
6 changes: 3 additions & 3 deletions cloud/passportauth/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/auth-passport",
"version": "1.1.0",
"version": "1.1.1",
"description": "Passport authentication module",
"types": "src/index.ts",
"author": "feedhenry-raincatcher@redhat.com",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"devDependencies": {
"@raincatcher/logger": "1.1.0",
"@raincatcher/logger": "1.1.1",
"@types/body-parser": "1.16.8",
"@types/chai": "4.0.5",
"@types/cors": "2.8.3",
Expand All @@ -57,7 +57,7 @@
"typescript": "2.6.1"
},
"dependencies": {
"@raincatcher/express-auth": "1.1.0",
"@raincatcher/express-auth": "1.1.1",
"body-parser": "1.18.2",
"chai": "4.1.2",
"cors": "2.8.4",
Expand Down
8 changes: 4 additions & 4 deletions cloud/wfm-demo-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/wfm-demo-data",
"version": "1.1.0",
"version": "1.1.1",
"description": "Example seed data for the RainCatcher project",
"types": "src/index.ts",
"author": "feedhenry-raincatcher@redhat.com",
Expand Down Expand Up @@ -34,9 +34,9 @@
"access": "public"
},
"dependencies": {
"@raincatcher/logger": "1.1.0",
"@raincatcher/wfm": "1.1.0",
"@raincatcher/wfm-user": "1.1.0",
"@raincatcher/logger": "1.1.1",
"@raincatcher/wfm": "1.1.1",
"@raincatcher/wfm-user": "1.1.1",
"bluebird": "3.5.1",
"mongodb": "2.2.33"
},
Expand Down
6 changes: 3 additions & 3 deletions cloud/wfm-rest-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/wfm-rest-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "Module used for building a RESTful api on top of the WFM solution",
"types": "src/index.ts",
"author": "feedhenry-raincatcher@redhat.com",
Expand Down Expand Up @@ -35,8 +35,8 @@
"access": "public"
},
"dependencies": {
"@raincatcher/logger": "1.1.0",
"@raincatcher/wfm": "1.1.0",
"@raincatcher/logger": "1.1.1",
"@raincatcher/wfm": "1.1.1",
"bluebird": "3.5.1",
"express": "4.16.2",
"lodash": "4.17.4",
Expand Down
6 changes: 3 additions & 3 deletions cloud/wfm-user/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/wfm-user",
"version": "1.1.0",
"version": "1.1.1",
"description": "Module responsible for user management",
"types": "src/index.ts",
"author": "feedhenry-raincatcher@redhat.com",
Expand Down Expand Up @@ -54,8 +54,8 @@
"typescript": "2.6.1"
},
"dependencies": {
"@raincatcher/logger": "1.1.0",
"@raincatcher/wfm-rest-api": "1.1.0",
"@raincatcher/logger": "1.1.1",
"@raincatcher/wfm-rest-api": "1.1.1",
"bluebird": "3.5.1",
"express": "4.16.2"
}
Expand Down
2 changes: 1 addition & 1 deletion common/logger/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/logger",
"version": "1.1.0",
"version": "1.1.1",
"description": "Logger facade used by RainCatcher modules",
"types": "src/index.ts",
"author": "feedhenry-raincatcher@redhat.com",
Expand Down
20 changes: 10 additions & 10 deletions demo/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@raincatcher/demo-server",
"version": "1.1.0",
"version": "1.1.1",
"description": "Raincatcher demo application server using express",
"types": "src/index.ts",
"main": "src/index.js",
Expand Down Expand Up @@ -61,14 +61,14 @@
"typescript": "2.6.1"
},
"dependencies": {
"@raincatcher/auth-passport": "1.1.0",
"@raincatcher/datasync-cloud": "1.1.0",
"@raincatcher/express-auth": "1.1.0",
"@raincatcher/filestore": "1.1.0",
"@raincatcher/logger": "1.1.0",
"@raincatcher/wfm-demo-data": "1.1.0",
"@raincatcher/wfm-rest-api": "1.1.0",
"@raincatcher/wfm-user": "1.1.0",
"@raincatcher/auth-passport": "1.1.1",
"@raincatcher/datasync-cloud": "1.1.1",
"@raincatcher/express-auth": "1.1.1",
"@raincatcher/filestore": "1.1.1",
"@raincatcher/logger": "1.1.1",
"@raincatcher/wfm-demo-data": "1.1.1",
"@raincatcher/wfm-rest-api": "1.1.1",
"@raincatcher/wfm-user": "1.1.1",
"bluebird": "3.5.1",
"body-parser": "1.18.2",
"connect-redis": "3.3.2",
Expand All @@ -77,10 +77,10 @@
"express": "4.16.2",
"express-handlebars": "3.0.0",
"express-session": "1.15.6",
"loglevel": "1.4.1",
"jsonwebtoken": "8.1.0",
"keycloak-connect": "3.4.0",
"lodash": "4.17.4",
"loglevel": "1.4.1",
"mongodb": "2.2.33",
"morgan": "1.9.0",
"serve-favicon": "2.4.5"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -11,5 +11,5 @@
"exact": true
}
},
"version": "1.1.0"
"version": "1.1.1"
}

0 comments on commit 41de6b5

Please sign in to comment.