diff --git a/CHANGELOG.md b/CHANGELOG.md index eba8997..fdbadb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## 0.0.4 (2022-03-21) \ No newline at end of file +## [0.0.5](https://github.com/DiaKEM/dexcom-api-client/compare/0.0.4...0.0.5) (2022-03-21)## 0.0.4 (2022-03-21) \ No newline at end of file diff --git a/lib/index.d.ts b/lib/index.d.ts index eb0d70d..ca0f674 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -1 +1 @@ -declare const someVariable = 'Test variable'; +declare const someVariable = "Test variable"; diff --git a/lib/index.js b/lib/index.js index f472be7..deb5e39 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,4 +1,4 @@ -'use strict'; +"use strict"; var someVariable = 'Test variable'; -//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6WyJzb21lVmFyaWFibGUiXSwibWFwcGluZ3MiOiI7O0FBQUEsSUFBTUEsWUFBWSxHQUFHLGVBQXJCIiwic291cmNlc0NvbnRlbnQiOlsiY29uc3Qgc29tZVZhcmlhYmxlID0gJ1Rlc3QgdmFyaWFibGUnO1xuIl19 +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6WyJzb21lVmFyaWFibGUiXSwibWFwcGluZ3MiOiI7O0FBQUEsSUFBTUEsWUFBWSxHQUFHLGVBQXJCIiwic291cmNlc0NvbnRlbnQiOlsiY29uc3Qgc29tZVZhcmlhYmxlID0gJ1Rlc3QgdmFyaWFibGUnO1xuIl19 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6f01b78..a204e35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diakem/dexcom-api-client", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@diakem/dexcom-api-client", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "devDependencies": { "@babel/cli": "^7.8.3", diff --git a/package.json b/package.json index a94422e..4e4737b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@diakem/dexcom-api-client", - "version": "0.0.4", + "version": "0.0.5", "description": "Dexcom API client to communicate and retrieve data from the sharing service.", "main": "lib/index.js", "types": "./lib/index.d.ts",