Skip to content

Commit

Permalink
v5.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hilljh82 committed Jan 13, 2022
1 parent 71519f2 commit 6d8d166
Show file tree
Hide file tree
Showing 31 changed files with 48 additions and 47 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/blueprint*"
],
"version": "4.49.0"
"version": "5.0.0-alpha.0"
}
4 changes: 2 additions & 2 deletions packages/blueprint-compression/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-compression",
"description": "Blueprint add-on for adding compression support to a Blueprint application.",
"version": "4.46.0",
"version": "5.0.0-alpha.0",
"private": false,
"repository": "onehilltech/blueprint",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint": "^5.0.0-alpha.0",
"compression": "^1.7.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-cron/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-cron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-cron",
"description": "Blueprint module for node-cron.",
"version": "4.46.0",
"version": "5.0.0-alpha.0",
"private": false,
"repository": "onehilltech/blueprint",
"main": "./lib",
Expand All @@ -11,7 +11,7 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint": "^5.0.0-alpha.0",
"cron": "^1.4.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-deploy/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blueprint-deploy",
"description": "",
"version": "4.46.0",
"version": "5.0.0-alpha.0",
"private": true,
"scripts": {
"test": "env NODE_ENV=test mocha tests/unit-tests --recursive",
Expand All @@ -11,7 +11,7 @@
"uninstall-service": "sudo -s forever-service delete blueprint-deploy_d"
},
"dependencies": {
"@onehilltech/blueprint": "^4.46.0"
"@onehilltech/blueprint": "^5.0.0-alpha.0"
},
"devDependencies": {
"@onehilltech/blueprint-cli": "^4.46.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-email/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/blueprint-email/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-email",
"description": "Blueprint module for sending emails via mailgun",
"version": "4.48.2",
"version": "5.0.0-alpha.0",
"private": false,
"repository": "onehilltech/blueprint",
"scripts": {
Expand All @@ -10,9 +10,9 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint": "^5.0.0-alpha.0",
"@onehilltech/blueprint-cli": "^4.46.0",
"@onehilltech/blueprint-mongodb": "^4.48.2",
"@onehilltech/blueprint-mongodb": "^5.0.0-alpha.0",
"email-templates": "^5.0.2",
"nodemailer": "^5.0.0",
"nodemailer-mailgun-transport": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-firebase-messaging/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-firebase-messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onehilltech/blueprint-firebase-messaging",
"version": "4.49.0",
"version": "5.0.0-alpha.0",
"description": "Google Firebase messaging module for Blueprint.js",
"main": "lib/index.js",
"private": false,
Expand All @@ -16,7 +16,7 @@
"author": "James H. Hill",
"license": "Apache-2.0",
"dependencies": {
"@onehilltech/blueprint-gatekeeper": "^4.49.0",
"@onehilltech/blueprint-gatekeeper": "^5.0.0-alpha.0",
"node-gcm": "^0.14.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-gatekeeper-client/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-gatekeeper-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-gatekeeper-client",
"description": "Blueprint module for gatekeeper clients",
"version": "4.46.0",
"version": "5.0.0-alpha.0",
"private": false,
"scripts": {
"test": "env NODE_ENV=test mocha tests/unit-tests --recursive",
Expand All @@ -13,7 +13,7 @@
"uninstall-service": "sudo -s forever-service delete blueprint-gatekeeper-client_d"
},
"dependencies": {
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint": "^5.0.0-alpha.0",
"jsonfile": "^4.0.0",
"pug": "^2.0.3",
"request": "^2.87.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-gatekeeper/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-gatekeeper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-gatekeeper",
"description": "Authentication framework for Web application programming interfaces (APIs)",
"version": "4.49.0",
"version": "5.0.0-alpha.0",
"private": false,
"main": "./lib",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
],
"repository": "onehilltech/blueprint",
"dependencies": {
"@onehilltech/blueprint-mongodb": "^4.48.2",
"@onehilltech/blueprint-mongodb": "^5.0.0-alpha.0",
"bcrypt": "^5.0.0",
"commander": "^2.11.0",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-greenlock/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-greenlock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-greenlock",
"description": "A blueprint module for Greenlock (TM).",
"version": "4.46.0",
"version": "5.0.0-alpha.0",
"private": false,
"main": "./lib",
"repository": "onehilltech/blueprint",
Expand All @@ -11,7 +11,7 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint": "^5.0.0-alpha.0",
"greenlock": "^2.4.2",
"le-challenge-dns": "^2.3.2",
"redirect-https": "^1.1.6"
Expand Down
3 changes: 2 additions & 1 deletion packages/blueprint-http/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-http/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-http",
"description": "Blueprint module for adding internet (http) capabilities",
"version": "0.0.0",
"version": "5.0.0-alpha.0",
"private": false,
"scripts": {
"test": "env NODE_ENV=test mocha tests/unit-tests --recursive",
Expand All @@ -11,7 +11,7 @@
"uninstall-service": "sudo -s forever-service delete blueprint-http_d"
},
"dependencies": {
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint": "^5.0.0-alpha.0",
"pug": "^2.0.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-mongodb/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-mongodb",
"description": "Blueprint.js module for MongoDB",
"version": "4.48.2",
"version": "5.0.0-alpha.0",
"private": false,
"main": "./lib",
"keywords": [
Expand All @@ -17,7 +17,7 @@
},
"repository": "onehilltech/blueprint",
"dependencies": {
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint": "^5.0.0-alpha.0",
"@onehilltech/dab-mongodb": "^2.10.3",
"moment": "^2.22.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-schedule/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-schedule",
"description": "Blueprint.js module for node-schedule",
"version": "4.46.0",
"version": "5.0.0-alpha.0",
"main": "./lib",
"private": false,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint": "^5.0.0-alpha.0",
"@onehilltech/blueprint-cli": "^4.46.0",
"node-schedule": "^1.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-sequelize/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-sequelize",
"description": "Blueprint module for sequelize",
"version": "4.46.0",
"version": "5.0.0-alpha.0",
"private": false,
"repository": "onehilltech/blueprint",
"main": "./lib",
Expand All @@ -11,7 +11,7 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint": "^5.0.0-alpha.0",
"@onehilltech/blueprint-cli": "^4.46.0",
"@onehilltech/dab": "^2.7.3",
"sequelize": "^5.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/blueprint-socket.io/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-socket.io",
"description": "Socket.io module for Blueprint",
"version": "4.46.0",
"version": "5.0.0-alpha.0",
"private": false,
"main": "./lib",
"repository": "onehilltech/blueprint",
Expand All @@ -11,7 +11,7 @@
"coveralls": "env NODE_ENV=test istanbul cover _mocha --exit --report lcovonly -- tests/unit-tests --recursive && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint": "^5.0.0-alpha.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-stripe/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-stripe/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-stripe",
"description": "Blueprint module for Stripe.",
"version": "4.48.2",
"version": "5.0.0-alpha.0",
"private": false,
"main": "./lib",
"repository": "onehilltech/blueprint",
Expand All @@ -11,7 +11,7 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint-mongodb": "^4.48.2",
"@onehilltech/blueprint-mongodb": "^5.0.0-alpha.0",
"stripe": "^8.191.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-winston/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/blueprint-winston/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@onehilltech/blueprint-winston",
"description": "The blueprint module for winston.",
"version": "4.46.0",
"version": "5.0.0-alpha.0",
"private": false,
"scripts": {
"test": "env NODE_ENV=test mocha tests/unit-tests --recursive",
"cover": "env NODE_ENV=test istanbul cover _mocha tests/unit-tests --recursive",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint": "^5.0.0-alpha.0",
"winston": "^3.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/blueprint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint",
"author": "One Hill Technologies, LLC",
"version": "4.46.0",
"version": "5.0.0-alpha.0",
"description": "lightweight, simple, elegant framework for building mean applications",
"license": "Apache-2.0",
"private": false,
Expand Down

0 comments on commit 6d8d166

Please sign in to comment.