Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit eef126d

Browse files
Merge pull request #79 from Unity-Technologies/release/v6.2.0
Bump version; update dependencies
2 parents 91382cf + 07d8d6b commit eef126d

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cache Server v6.1 [![Build Status](https://travis-ci.org/Unity-Technologies/unity-cache-server.svg?branch=master)](https://travis-ci.org/Unity-Technologies/unity-cache-server) [![Coverage Status](https://coveralls.io/repos/github/Unity-Technologies/unity-cache-server/badge.svg)](https://coveralls.io/github/Unity-Technologies/unity-cache-server)
1+
# Cache Server v6.2 [![Build Status](https://travis-ci.org/Unity-Technologies/unity-cache-server.svg?branch=master)](https://travis-ci.org/Unity-Technologies/unity-cache-server) [![Coverage Status](https://coveralls.io/repos/github/Unity-Technologies/unity-cache-server/badge.svg)](https://coveralls.io/github/Unity-Technologies/unity-cache-server)
22
> The Unity Cache Server, optimized for locally networked team environments.
33
44
## Overview

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-cache-server",
3-
"version": "6.1.2",
3+
"version": "6.2.0",
44
"description": "Unity Cache Server",
55
"main": "lib/index.js",
66
"engines": {
@@ -41,17 +41,17 @@
4141
"tmp-promise": "^1.0.5"
4242
},
4343
"dependencies": {
44-
"commander": "^2.17.1",
44+
"commander": "^2.19.0",
4545
"config": "^1.31.0",
4646
"filesize": "^3.5.11",
4747
"fs-extra": "^5.0.0",
4848
"ip": "^1.1.5",
4949
"js-yaml": "^3.12.0",
50-
"lodash": "^4.17.4",
50+
"lodash": "^4.17.11",
5151
"lokijs": "^1.5.5",
52-
"moment": "^2.22.2",
52+
"moment": "^2.23.0",
5353
"ora": "^1.4.0",
54-
"progress": "^2.0.0",
54+
"progress": "^2.0.3",
5555
"uuid": "^3.3.2"
5656
},
5757
"eslintConfig": {

0 commit comments

Comments
 (0)