This repository was archived by the owner on Aug 13, 2024. It is now read-only.
File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
"packages" : [
5
5
" packages/*"
6
6
],
7
- "version" : " 1.0.0 "
7
+ "version" : " 1.0.1 "
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hermes-adaptor" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Link between Hermes Bridge and the local server" ,
5
5
"main" : " lib/index.js" ,
6
6
"homepage" : " https://github.com/nclsndr/hermes" ,
25
25
"clear" : " ^0.1.0" ,
26
26
"colors" : " ^1.1.2" ,
27
27
"content-type" : " ^1.0.2" ,
28
- "hermes-utils" : " ^1.0.0 " ,
28
+ "hermes-utils" : " ^1.0.1 " ,
29
29
"is-json" : " ^2.0.1" ,
30
30
"query-string" : " ^5.0.1" ,
31
31
"request" : " ^2.83.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hermes-backend" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Provide the logic for running Hermes dashboard" ,
5
5
"main" : " lib/index.js" ,
6
6
"homepage" : " https://github.com/nclsndr/hermes" ,
26
26
"colors" : " ^1.2.1" ,
27
27
"cors" : " ^2.8.4" ,
28
28
"express" : " ^4.16.3" ,
29
- "hermes-dashboard" : " ^1.0.0 " ,
30
- "hermes-utils" : " ^1.0.0 " ,
29
+ "hermes-dashboard" : " ^1.0.1 " ,
30
+ "hermes-utils" : " ^1.0.1 " ,
31
31
"jsonwebtoken" : " ^8.2.1" ,
32
32
"lodash" : " ^4.17.5" ,
33
33
"lowdb" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hermes-bridge" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Link between the provider and the Hermes Adaptor" ,
5
5
"main" : " lib/index.js" ,
6
6
"homepage" : " https://github.com/nclsndr/hermes" ,
23
23
"license" : " MIT" ,
24
24
"dependencies" : {
25
25
"colors" : " ^1.1.2" ,
26
- "hermes-backend" : " ^1.0.0 " ,
27
- "hermes-utils" : " ^1.0.0 " ,
26
+ "hermes-backend" : " ^1.0.1 " ,
27
+ "hermes-utils" : " ^1.0.1 " ,
28
28
"is-json" : " ^2.0.1" ,
29
29
"lodash" : " ^4.17.5" ,
30
30
"uuid" : " ^3.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hermes-dashboard" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Hermes dashboard front-end" ,
5
5
"homepage" : " https://github.com/nclsndr/hermes" ,
6
6
"repository" : {
21
21
},
22
22
"dependencies" : {
23
23
"axios" : " ^0.18.0" ,
24
- "hermes-utils" : " ^1.0.0 " ,
24
+ "hermes-utils" : " ^1.0.1 " ,
25
25
"history" : " ^4.7.2" ,
26
26
"moment" : " ^2.22.1" ,
27
27
"prop-types" : " ^15.6.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hermes-utils" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Hermes packages shared resources and utils" ,
5
5
"main" : " lib/index.js" ,
6
6
"homepage" : " https://github.com/nclsndr/hermes" ,
You can’t perform that action at this time.
0 commit comments