This repository was archived by the owner on Aug 13, 2024. It is now read-only.
File tree 6 files changed +14
-14
lines changed
6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 4
4
"packages" : [
5
5
" packages/*"
6
6
],
7
- "version" : " 0 .0.10 "
7
+ "version" : " 1 .0.0 "
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hermes-adaptor" ,
3
- "version" : " 0 .0.8 " ,
3
+ "version" : " 1 .0.0 " ,
4
4
"description" : " Link between Hermes Bridge and the local server" ,
5
5
"main" : " lib/index.js" ,
6
6
"homepage" : " https://github.com/chance-get-yours/hermes" ,
25
25
"clear" : " ^0.1.0" ,
26
26
"colors" : " ^1.1.2" ,
27
27
"content-type" : " ^1.0.2" ,
28
- "hermes-utils" : " ^0 .0.7 " ,
28
+ "hermes-utils" : " ^1 .0.0 " ,
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" : " 0 .0.7 " ,
3
+ "version" : " 1 .0.0 " ,
4
4
"description" : " Provide the logic for running Hermes dashboard" ,
5
5
"main" : " lib/index.js" ,
6
6
"homepage" : " https://github.com/chance-get-yours/hermes" ,
26
26
"colors" : " ^1.2.1" ,
27
27
"cors" : " ^2.8.4" ,
28
28
"express" : " ^4.16.3" ,
29
- "hermes-dashboard" : " ^0 .0.7 " ,
30
- "hermes-utils" : " ^0 .0.7 " ,
29
+ "hermes-dashboard" : " ^1 .0.0 " ,
30
+ "hermes-utils" : " ^1 .0.0 " ,
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" : " 0 .0.10 " ,
3
+ "version" : " 1 .0.0 " ,
4
4
"description" : " Link between the provider and the Hermes Adaptor" ,
5
5
"main" : " lib/index.js" ,
6
6
"homepage" : " https://github.com/chance-get-yours/hermes" ,
23
23
"license" : " MIT" ,
24
24
"dependencies" : {
25
25
"colors" : " ^1.1.2" ,
26
- "hermes-backend" : " ^0 .0.7 " ,
27
- "hermes-utils" : " ^0 .0.7 " ,
26
+ "hermes-backend" : " ^1 .0.0 " ,
27
+ "hermes-utils" : " ^1 .0.0 " ,
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" : " 0 .0.7 " ,
3
+ "version" : " 1 .0.0 " ,
4
4
"description" : " Hermes dashboard front-end" ,
5
5
"homepage" : " https://github.com/chance-get-yours/hermes" ,
6
6
"repository" : {
21
21
},
22
22
"dependencies" : {
23
23
"axios" : " ^0.18.0" ,
24
- "hermes-utils" : " ^0 .0.7 " ,
24
+ "hermes-utils" : " ^1 .0.0 " ,
25
25
"history" : " ^4.7.2" ,
26
26
"moment" : " ^2.22.1" ,
27
27
"prop-types" : " ^15.6.1" ,
40
40
},
41
41
"scripts" : {
42
42
"start" : " react-scripts start" ,
43
- "build" : " REACT_APP_STACK=production PUBLIC_URL=\ / react-scripts build" ,
43
+ "build" : " REACT_APP_STACK=production PUBLIC_URL=/ react-scripts build" ,
44
44
"test" : " react-scripts test --env=jsdom" ,
45
45
"eject" : " react-scripts eject" ,
46
- "prepublish" : " REACT_APP_STACK=production PUBLIC_URL=\ / react-scripts build"
46
+ "prepublish" : " REACT_APP_STACK=production PUBLIC_URL=/ react-scripts build"
47
47
},
48
48
"files" : [
49
49
" build"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hermes-utils" ,
3
- "version" : " 0 .0.7 " ,
3
+ "version" : " 1 .0.0 " ,
4
4
"description" : " Hermes packages shared resources and utils" ,
5
5
"main" : " lib/index.js" ,
6
6
"homepage" : " https://github.com/chance-get-yours/hermes" ,
You can’t perform that action at this time.
0 commit comments