Skip to content

Commit 1aef944

Browse files
author
tom
committed
Release 1.1.135
1 parent 890c53d commit 1aef944

File tree

3 files changed

+107
-12
lines changed

3 files changed

+107
-12
lines changed

package-lock.json

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
{
22
"name": "predix-nodejs-starter",
3-
"version": "1.1.126",
3+
"version": "1.1.135",
44
"private": true,
55
"scripts": {
66
"start": "node server/app.js",
7-
"test": "mocha",
8-
"preversion": "npm test",
9-
"version": "git add package.json && git commit -m \"version bump\"",
10-
"postversion": "git push"
7+
"test": "mocha"
118
},
129
"dependencies": {
1310
"body-parser": "~1.13.2",
@@ -21,7 +18,7 @@
2118
"https-proxy-agent": "^1.0.0",
2219
"passport": ">= 0.0.0",
2320
"passport-oauth2-middleware": "*",
24-
"passport-predix-oauth": "0.1.15",
21+
"passport-predix-oauth": "0.1.44",
2522
"request": "~2.67.0",
2623
"url": "~0.11.0"
2724
},

version.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Predix Front End Web App.html",
3-
"version": "1.1.126",
3+
"version": "1.1.135",
44
"private": true,
55
"dependencies": {
6-
"local-setup": "https://github.com/PredixDev/local-setup#1.0.25",
7-
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.53",
8-
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.73",
9-
"predix-nodejs-starter": "https://github.com/PredixDev/predix-nodejs-starter#1.1.126",
10-
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.37"
6+
"local-setup": "https://github.com/PredixDev/local-setup#1.0.59",
7+
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.88",
8+
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.100",
9+
"predix-nodejs-starter": "https://github.com/PredixDev/predix-nodejs-starter#1.1.135",
10+
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.40"
1111
},
1212
"author": "turnerth"
1313
}

0 commit comments

Comments
 (0)