Skip to content

Commit

Permalink
v4.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hilljh82 committed Dec 11, 2021
1 parent ff564d0 commit 93600df
Show file tree
Hide file tree
Showing 37 changed files with 71 additions and 71 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.45.0"
"version": "4.46.0"
}
2 changes: 1 addition & 1 deletion packages/blueprint-cli/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-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-cli",
"description": "command-line interface for Blueprint.js",
"version": "4.35.0",
"version": "4.46.0",
"private": false,
"author": "One Hill Technologies, LLC",
"repository": "onehilltech/blueprint",
Expand Down
6 changes: 3 additions & 3 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.44.3",
"version": "4.46.0",
"private": false,
"repository": "onehilltech/blueprint",
"scripts": {
Expand All @@ -10,11 +10,11 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.44.3",
"@onehilltech/blueprint": "^4.46.0",
"compression": "^1.7.3"
},
"devDependencies": {
"@onehilltech/blueprint-testing": "^4.37.0"
"@onehilltech/blueprint-testing": "^4.46.0"
},
"license": "Apache-2.0",
"engines": {
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.

6 changes: 3 additions & 3 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.44.3",
"version": "4.46.0",
"private": false,
"repository": "onehilltech/blueprint",
"main": "./lib",
Expand All @@ -11,11 +11,11 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.44.3",
"@onehilltech/blueprint": "^4.46.0",
"cron": "^1.4.1"
},
"devDependencies": {
"@onehilltech/blueprint-testing": "^4.37.0"
"@onehilltech/blueprint-testing": "^4.46.0"
},
"license": "Apache-2.0 ",
"engines": {
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.

8 changes: 4 additions & 4 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.44.3",
"version": "4.46.0",
"private": true,
"scripts": {
"test": "env NODE_ENV=test mocha tests/unit-tests --recursive",
Expand All @@ -11,11 +11,11 @@
"uninstall-service": "sudo -s forever-service delete blueprint-deploy_d"
},
"dependencies": {
"@onehilltech/blueprint": "^4.44.3"
"@onehilltech/blueprint": "^4.46.0"
},
"devDependencies": {
"@onehilltech/blueprint-cli": "^4.35.0",
"@onehilltech/blueprint-testing": "^4.37.0"
"@onehilltech/blueprint-cli": "^4.46.0",
"@onehilltech/blueprint-testing": "^4.46.0"
},
"license": "",
"engines": {
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.

10 changes: 5 additions & 5 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.45.0",
"version": "4.46.0",
"private": false,
"repository": "onehilltech/blueprint",
"scripts": {
Expand All @@ -10,16 +10,16 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.44.3",
"@onehilltech/blueprint-cli": "^4.35.0",
"@onehilltech/blueprint-mongodb": "^4.45.0",
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint-cli": "^4.46.0",
"@onehilltech/blueprint-mongodb": "^4.46.0",
"email-templates": "^5.0.2",
"nodemailer": "^5.0.0",
"nodemailer-mailgun-transport": "^1.4.0",
"pug": "^2.0.3"
},
"devDependencies": {
"@onehilltech/blueprint-testing": "^4.37.0"
"@onehilltech/blueprint-testing": "^4.46.0"
},
"license": "Apache-2.0",
"engines": {
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.

6 changes: 3 additions & 3 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.45.0",
"version": "4.46.0",
"description": "Google Firebase messaging module for Blueprint.js",
"main": "lib/index.js",
"private": false,
Expand All @@ -16,11 +16,11 @@
"author": "James H. Hill",
"license": "Apache-2.0",
"dependencies": {
"@onehilltech/blueprint-gatekeeper": "^4.45.0",
"@onehilltech/blueprint-gatekeeper": "^4.46.0",
"node-gcm": "^0.14.10"
},
"devDependencies": {
"@onehilltech/blueprint-testing": "^4.37.0",
"@onehilltech/blueprint-testing": "^4.46.0",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/blueprint-gatekeeper-cli/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-gatekeeper-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onehilltech/blueprint-gatekeeper-cli",
"description": "command-line interface for Gatekeeper",
"version": "4.35.0",
"version": "4.46.0",
"private": false,
"main": "./lib",
"repository": "onehilltech/blueprint",
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.44.3",
"version": "4.46.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.44.3",
"@onehilltech/blueprint": "^4.46.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.

6 changes: 3 additions & 3 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.45.0",
"version": "4.46.0",
"private": false,
"main": "./lib",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
],
"repository": "onehilltech/blueprint",
"dependencies": {
"@onehilltech/blueprint-mongodb": "^4.45.0",
"@onehilltech/blueprint-mongodb": "^4.46.0",
"bcrypt": "^5.0.0",
"commander": "^2.11.0",
"cors": "^2.8.5",
Expand All @@ -31,7 +31,7 @@
"yargs": "^10.0.3"
},
"devDependencies": {
"@onehilltech/blueprint-testing": "^4.37.0",
"@onehilltech/blueprint-testing": "^4.46.0",
"chai": "^4.3.4",
"coveralls": "^3.0.0",
"istanbul": "^0.4.3",
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.

6 changes: 3 additions & 3 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.44.3",
"version": "4.46.0",
"private": false,
"main": "./lib",
"repository": "onehilltech/blueprint",
Expand All @@ -11,13 +11,13 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.44.3",
"@onehilltech/blueprint": "^4.46.0",
"greenlock": "^2.4.2",
"le-challenge-dns": "^2.3.2",
"redirect-https": "^1.1.6"
},
"devDependencies": {
"@onehilltech/blueprint-testing": "^4.37.0"
"@onehilltech/blueprint-testing": "^4.46.0"
},
"license": "Apache-2.0",
"engines": {
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.

6 changes: 3 additions & 3 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.45.0",
"version": "4.46.0",
"private": false,
"main": "./lib",
"keywords": [
Expand All @@ -17,12 +17,12 @@
},
"repository": "onehilltech/blueprint",
"dependencies": {
"@onehilltech/blueprint": "^4.44.3",
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/dab-mongodb": "^2.9.0",
"moment": "^2.22.2"
},
"devDependencies": {
"@onehilltech/blueprint-testing": "^4.37.0",
"@onehilltech/blueprint-testing": "^4.46.0",
"cors": "^2.8.5",
"istanbul": "^0.4.5"
},
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.

8 changes: 4 additions & 4 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.44.3",
"version": "4.46.0",
"main": "./lib",
"private": false,
"scripts": {
Expand All @@ -10,12 +10,12 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.44.3",
"@onehilltech/blueprint-cli": "^4.35.0",
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint-cli": "^4.46.0",
"node-schedule": "^1.3.2"
},
"devDependencies": {
"@onehilltech/blueprint-testing": "^4.37.0"
"@onehilltech/blueprint-testing": "^4.46.0"
},
"license": "",
"engines": {
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.

8 changes: 4 additions & 4 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.44.3",
"version": "4.46.0",
"private": false,
"repository": "onehilltech/blueprint",
"main": "./lib",
Expand All @@ -11,13 +11,13 @@
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"@onehilltech/blueprint": "^4.44.3",
"@onehilltech/blueprint-cli": "^4.35.0",
"@onehilltech/blueprint": "^4.46.0",
"@onehilltech/blueprint-cli": "^4.46.0",
"@onehilltech/dab": "^2.7.3",
"sequelize": "^5.2.1"
},
"devDependencies": {
"@onehilltech/blueprint-testing": "^4.37.0",
"@onehilltech/blueprint-testing": "^4.46.0",
"sqlite3": "^4.0.6"
},
"license": "",
Expand Down

0 comments on commit 93600df

Please sign in to comment.