Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsin Ustundag committed Jun 13, 2015
1 parent 8373006 commit 67c47f2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,8 @@ Implements a FHIR Client for DRE
[![Build Status](https://travis-ci.org/amida-tech/dre-fhir-client.svg)](https://travis-ci.org/amida-tech/dre-fhir-client)
[![Coverage Status](https://coveralls.io/repos/amida-tech/dre-fhir-client/badge.png)](https://coveralls.io/r/amida-tech/dre-fhir-client)

This is preliminary FHIR client which is primarily is used to test [dre-fhir-server](https://github.com/amida-tech/dre-fhir-server).

## License

Licensed under [Apache 2.0](./LICENSE)
3 changes: 3 additions & 0 deletions RELEASENOTES.md
@@ -0,0 +1,3 @@
# v1.5.0 - June 12, 2015

This is the initial release of dre-fhir-client library. Used to test dre-fhir-server.
38 changes: 19 additions & 19 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "dre-fhir-client",
"version": "1.5.0-beta.1",
"version": "1.5.0",
"description": "DRE FHIR Client",
"main": "./index.js",
"directories": {
Expand All @@ -23,26 +23,26 @@
"node": ">= 0.10.0"
},
"dependencies": {
"blue-button-fhir": "^1.5.0-beta.3",
"express": "^4.12.4",
"lodash": "^3.9.3",
"request": "^2.54.0",
"simple-oauth2": "^0.2.1"
"blue-button-fhir": "~1.5.0",
"express": "~4.12.4",
"lodash": "~3.9.3",
"request": "~2.54.0",
"simple-oauth2": "~0.2.1"
},
"devDependencies": {
"blue-button-gen-fhir": "^1.5.0-beta.2",
"blue-button-util": "^1.5.0-beta.2",
"chai": "^2.3.0",
"coveralls": "^2.11.2",
"dirty-chai": "^1.2.1",
"dre-fhir-server": "^1.5.0-beta.3",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.1",
"grunt-express-server": "^0.5.1",
"grunt-jsbeautifier": "^0.2.10",
"grunt-mocha-test": "^0.12.7",
"grunt-shell": "^1.1.2",
"mocha": "^2.2.5"
"blue-button-gen-fhir": "~1.5.0",
"blue-button-util": "~1.5.0",
"chai": "~2.3.0",
"coveralls": "~2.11.2",
"dirty-chai": "~1.2.1",
"dre-fhir-server": "~1.5.0",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.1",
"grunt-express-server": "~0.5.1",
"grunt-jsbeautifier": "~0.2.10",
"grunt-mocha-test": "~0.12.7",
"grunt-shell": "~1.1.2",
"mocha": "~2.2.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 67c47f2

Please sign in to comment.