Skip to content

Commit 6089a53

Browse files
author
Luis Fraguada
committed
updating libraries and examples.
1 parent c24ba27 commit 6089a53

File tree

12 files changed

+500
-1774
lines changed

12 files changed

+500
-1774
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"camelcase-keys": "^6.2.2",
4747
"compression": "1.7.4",
48-
"compute-rhino3d": "^0.12.0",
48+
"compute-rhino3d": "^0.13.0-beta",
4949
"cors": "2.8.5",
5050
"debug": "~2.6.9",
5151
"express": "~4.16.1",
@@ -56,7 +56,7 @@
5656
"morgan": "~1.9.1",
5757
"node-cache": "^5.1.1",
5858
"node-fetch": "2.6.7",
59-
"rhino3dm": "0.13.0",
59+
"rhino3dm": "7.15.0",
6060
"throng": "4.0.0"
6161
},
6262
"devDependencies": {

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const argIndex = process.argv.indexOf('--computeUrl')
2727
if (argIndex > -1)
2828
process.env.RHINO_COMPUTE_URL = process.argv[argIndex + 1]
2929
if (!process.env.RHINO_COMPUTE_URL)
30-
process.env.RHINO_COMPUTE_URL = 'http://localhost:8081/' // default if nothing else exists
30+
process.env.RHINO_COMPUTE_URL = 'http://localhost:5000/' // default if nothing else exists
3131

3232
console.log('RHINO_COMPUTE_URL: ' + process.env.RHINO_COMPUTE_URL)
3333

0 commit comments

Comments
 (0)