Skip to content

Commit 8b8fbc0

Browse files
committedJul 15, 2024
v4.76.5
1 parent 70c8b6b commit 8b8fbc0

File tree

40 files changed

+92
-92
lines changed

40 files changed

+92
-92
lines changed
 

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/blueprint*"
44
],
5-
"version": "4.76.4"
5+
"version": "4.76.5"
66
}

‎packages/blueprint-compression/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onehilltech/blueprint-compression",
33
"description": "Blueprint add-on for adding compression support to a Blueprint application.",
4-
"version": "4.74.1",
4+
"version": "4.76.5",
55
"private": false,
66
"repository": "onehilltech/blueprint",
77
"scripts": {
@@ -14,7 +14,7 @@
1414
"compression": "^1.7.3"
1515
},
1616
"devDependencies": {
17-
"@onehilltech/blueprint-testing": "^4.71.0"
17+
"@onehilltech/blueprint-testing": "^4.76.5"
1818
},
1919
"license": "Apache-2.0",
2020
"engines": {

‎packages/blueprint-cron/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/blueprint-cron/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onehilltech/blueprint-cron",
33
"description": "Blueprint module for node-cron.",
4-
"version": "4.74.1",
4+
"version": "4.76.5",
55
"private": false,
66
"repository": "onehilltech/blueprint",
77
"main": "./lib",
@@ -15,7 +15,7 @@
1515
"cron": "^1.4.1"
1616
},
1717
"devDependencies": {
18-
"@onehilltech/blueprint-testing": "^4.71.0"
18+
"@onehilltech/blueprint-testing": "^4.76.5"
1919
},
2020
"license": "Apache-2.0 ",
2121
"engines": {

‎packages/blueprint-deploy/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/blueprint-deploy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blueprint-deploy",
33
"description": "",
4-
"version": "4.74.1",
4+
"version": "4.76.5",
55
"private": true,
66
"scripts": {
77
"test": "env NODE_ENV=test mocha tests/unit-tests --recursive",
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@onehilltech/blueprint-cli": "^4.64.1",
18-
"@onehilltech/blueprint-testing": "^4.71.0"
18+
"@onehilltech/blueprint-testing": "^4.76.5"
1919
},
2020
"license": "",
2121
"engines": {

‎packages/blueprint-dfinity/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/blueprint-dfinity/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onehilltech/blueprint-dfinity",
33
"description": "Blueprint module for integrating with the Internet Computer",
4-
"version": "4.74.1",
4+
"version": "4.76.5",
55
"private": true,
66
"main": "./lib",
77
"scripts": {
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@onehilltech/blueprint-cli": "^4.64.1",
26-
"@onehilltech/blueprint-testing": "^4.71.0"
26+
"@onehilltech/blueprint-testing": "^4.76.5"
2727
},
2828
"license": "Apache-2.0",
2929
"engines": {

‎packages/blueprint-emberjs/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/blueprint-emberjs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onehilltech/blueprint-emberjs",
33
"description": "Blueprint module for hosting an EmberJS application.",
4-
"version": "4.74.1",
4+
"version": "4.76.5",
55
"private": false,
66
"main": "./lib",
77
"scripts": {
@@ -11,12 +11,12 @@
1111
},
1212
"dependencies": {
1313
"@onehilltech/blueprint": "^4.74.1",
14-
"@onehilltech/blueprint-handlebars": "^4.74.1",
14+
"@onehilltech/blueprint-handlebars": "^4.76.5",
1515
"mime": "^3.0.0"
1616
},
1717
"devDependencies": {
1818
"@onehilltech/blueprint-cli": "^4.64.1",
19-
"@onehilltech/blueprint-testing": "^4.71.0"
19+
"@onehilltech/blueprint-testing": "^4.76.5"
2020
},
2121
"license": "Apache-2.0",
2222
"engines": {

‎packages/blueprint-firebase-messaging/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/blueprint-firebase-messaging/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onehilltech/blueprint-firebase-messaging",
3-
"version": "4.76.4",
3+
"version": "4.76.5",
44
"description": "Google Firebase messaging module for Blueprint.js",
55
"main": "lib/index.js",
66
"private": false,
@@ -16,11 +16,11 @@
1616
"author": "James H. Hill",
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@onehilltech/blueprint-gatekeeper": "^4.76.4",
19+
"@onehilltech/blueprint-gatekeeper": "^4.76.5",
2020
"node-gcm": "^0.14.10"
2121
},
2222
"devDependencies": {
23-
"@onehilltech/blueprint-testing": "^4.71.0",
23+
"@onehilltech/blueprint-testing": "^4.76.5",
2424
"coveralls": "^3.0.0",
2525
"istanbul": "^0.4.5",
2626
"mocha": "^6.2.0",

‎packages/blueprint-gatekeeper/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/blueprint-gatekeeper/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onehilltech/blueprint-gatekeeper",
33
"description": "Authentication framework for Web application programming interfaces (APIs)",
4-
"version": "4.76.4",
4+
"version": "4.76.5",
55
"private": false,
66
"main": "./lib",
77
"license": "Apache-2.0",
@@ -10,8 +10,8 @@
1010
],
1111
"repository": "onehilltech/blueprint",
1212
"dependencies": {
13-
"@onehilltech/blueprint-mailer": "^4.76.4",
14-
"@onehilltech/blueprint-socket.io": "^4.75.0",
13+
"@onehilltech/blueprint-mailer": "^4.76.5",
14+
"@onehilltech/blueprint-socket.io": "^4.76.5",
1515
"basic-auth": "^2.0.1",
1616
"bcryptjs": "^2.4.3",
1717
"commander": "^2.11.0",
@@ -28,7 +28,7 @@
2828
"yargs": "^10.0.3"
2929
},
3030
"devDependencies": {
31-
"@onehilltech/blueprint-testing": "^4.71.0",
31+
"@onehilltech/blueprint-testing": "^4.76.5",
3232
"chai": "^4.3.4",
3333
"coveralls": "^3.0.0",
3434
"istanbul": "^0.4.3",

‎packages/blueprint-greenlock/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/blueprint-greenlock/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onehilltech/blueprint-greenlock",
33
"description": "A blueprint module for Greenlock (TM).",
4-
"version": "4.74.1",
4+
"version": "4.76.5",
55
"private": false,
66
"main": "./lib",
77
"repository": "onehilltech/blueprint",
@@ -17,7 +17,7 @@
1717
"redirect-https": "^1.1.6"
1818
},
1919
"devDependencies": {
20-
"@onehilltech/blueprint-testing": "^4.71.0"
20+
"@onehilltech/blueprint-testing": "^4.76.5"
2121
},
2222
"license": "Apache-2.0",
2323
"engines": {

‎packages/blueprint-handlebars/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/blueprint-handlebars/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onehilltech/blueprint-handlebars",
33
"description": "blueprint module for integrating handlebars templates",
4-
"version": "4.74.1",
4+
"version": "4.76.5",
55
"private": false,
66
"scripts": {
77
"test": "env NODE_ENV=test mocha tests/unit-tests --recursive",
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@onehilltech/blueprint-cli": "^4.64.1",
19-
"@onehilltech/blueprint-testing": "^4.71.0"
19+
"@onehilltech/blueprint-testing": "^4.76.5"
2020
},
2121
"license": "Apache-2.0",
2222
"engines": {

‎packages/blueprint-mailer/package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/blueprint-mailer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onehilltech/blueprint-mailer",
33
"description": "Blueprint module for sending emails via mailgun",
4-
"version": "4.76.4",
4+
"version": "4.76.5",
55
"private": false,
66
"repository": "onehilltech/blueprint",
77
"scripts": {
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@onehilltech/blueprint-cli": "^4.64.1",
14-
"@onehilltech/blueprint-mongodb": "^4.76.1",
14+
"@onehilltech/blueprint-mongodb": "^4.76.5",
1515
"email-templates": "^8.0.8",
1616
"gulp": "^4.0.2",
1717
"gulp-dart-sass": "^1.0.2",
@@ -22,7 +22,7 @@
2222
"nodemailer-mailgun-transport": "^2.1.3"
2323
},
2424
"devDependencies": {
25-
"@onehilltech/blueprint-testing": "^4.71.0"
25+
"@onehilltech/blueprint-testing": "^4.76.5"
2626
},
2727
"license": "Apache-2.0",
2828
"engines": {

‎packages/blueprint-mongodb/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/blueprint-mongodb/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@onehilltech/blueprint-mongodb",
33
"description": "Blueprint.js module for MongoDB",
4-
"version": "4.76.1",
4+
"version": "4.76.5",
55
"private": false,
66
"main": "./lib",
77
"keywords": [
@@ -23,7 +23,7 @@
2323
"moment": "^2.22.2"
2424
},
2525
"devDependencies": {
26-
"@onehilltech/blueprint-testing": "^4.71.0",
26+
"@onehilltech/blueprint-testing": "^4.76.5",
2727
"istanbul": "^0.4.5",
2828
"mocha": "^9.2.2"
2929
},

0 commit comments

Comments
 (0)
Please sign in to comment.