This repository was archived by the owner on Aug 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 44 "packages" : [
55 " packages/*"
66 ],
7- "version" : " 0 .0.10 "
7+ "version" : " 1 .0.0 "
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " hermes-adaptor" ,
3- "version" : " 0 .0.8 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " Link between Hermes Bridge and the local server" ,
55 "main" : " lib/index.js" ,
66 "homepage" : " https://github.com/chance-get-yours/hermes" ,
2525 "clear" : " ^0.1.0" ,
2626 "colors" : " ^1.1.2" ,
2727 "content-type" : " ^1.0.2" ,
28- "hermes-utils" : " ^0 .0.7 " ,
28+ "hermes-utils" : " ^1 .0.0 " ,
2929 "is-json" : " ^2.0.1" ,
3030 "query-string" : " ^5.0.1" ,
3131 "request" : " ^2.83.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " hermes-backend" ,
3- "version" : " 0 .0.7 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " Provide the logic for running Hermes dashboard" ,
55 "main" : " lib/index.js" ,
66 "homepage" : " https://github.com/chance-get-yours/hermes" ,
2626 "colors" : " ^1.2.1" ,
2727 "cors" : " ^2.8.4" ,
2828 "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 " ,
3131 "jsonwebtoken" : " ^8.2.1" ,
3232 "lodash" : " ^4.17.5" ,
3333 "lowdb" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " hermes-bridge" ,
3- "version" : " 0 .0.10 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " Link between the provider and the Hermes Adaptor" ,
55 "main" : " lib/index.js" ,
66 "homepage" : " https://github.com/chance-get-yours/hermes" ,
2323 "license" : " MIT" ,
2424 "dependencies" : {
2525 "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 " ,
2828 "is-json" : " ^2.0.1" ,
2929 "lodash" : " ^4.17.5" ,
3030 "uuid" : " ^3.2.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " hermes-dashboard" ,
3- "version" : " 0 .0.7 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " Hermes dashboard front-end" ,
55 "homepage" : " https://github.com/chance-get-yours/hermes" ,
66 "repository" : {
2121 },
2222 "dependencies" : {
2323 "axios" : " ^0.18.0" ,
24- "hermes-utils" : " ^0 .0.7 " ,
24+ "hermes-utils" : " ^1 .0.0 " ,
2525 "history" : " ^4.7.2" ,
2626 "moment" : " ^2.22.1" ,
2727 "prop-types" : " ^15.6.1" ,
4040 },
4141 "scripts" : {
4242 "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" ,
4444 "test" : " react-scripts test --env=jsdom" ,
4545 "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"
4747 },
4848 "files" : [
4949 " build"
Original file line number Diff line number Diff line change 11{
22 "name" : " hermes-utils" ,
3- "version" : " 0 .0.7 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " Hermes packages shared resources and utils" ,
55 "main" : " lib/index.js" ,
66 "homepage" : " https://github.com/chance-get-yours/hermes" ,
You can’t perform that action at this time.
0 commit comments