@dhi-solutions/domain-services
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.30](https://github.com/DHI-Solutions/nomads/compare/@dhi-solutions/domain-services@0.0.29...@dhi-solutions/domain-services@0.0.30) (2020-03-20) | ||
**Note:** Version bump only for package @dhi-solutions/domain-services | ||
## [0.0.29](https://github.com/DHI-Solutions/nomads/compare/@dhi-solutions/domain-services@0.0.28...@dhi-solutions/domain-services@0.0.29) (2020-03-16) | ||
@@ -8,0 +16,0 @@ |
import { AxiosInstance } from 'axios'; | ||
import authentication from './authentication'; | ||
import maps from './maps'; | ||
import * as Types from './types'; | ||
export { authentication }; | ||
export { authentication, maps }; | ||
export declare const API: AxiosInstance; | ||
@@ -6,0 +7,0 @@ export declare const initialize: ({ baseURL, localStorageKey, }: Types.IInitialize) => Promise<{ |
@@ -12,2 +12,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "maps", { | ||
enumerable: true, | ||
get: function get() { | ||
return _maps["default"]; | ||
} | ||
}); | ||
exports["default"] = exports.setDataAsString = exports.getDataAsJSON = exports.initialize = exports.API = void 0; | ||
@@ -21,2 +27,4 @@ | ||
var _maps = _interopRequireDefault(require("./maps")); | ||
var _options = require("./options"); | ||
@@ -23,0 +31,0 @@ |
{ | ||
"name": "@dhi-solutions/domain-services", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"side-effects": false, | ||
@@ -27,5 +27,6 @@ "main": "dist/index.js", | ||
"lodash": "4.17.15", | ||
"query-string": "6.8.2", | ||
"store2": "2.10.0" | ||
}, | ||
"gitHead": "37d8e8c0741c67ad3cda6535799f53cfac579a0a" | ||
"gitHead": "d431059c2d3a4908acc31fcfcfdecc20cb0b1833" | ||
} |
40401
34
678
4
+ Addedquery-string@6.8.2
+ Addeddecode-uri-component@0.2.2(transitive)
+ Addedquery-string@6.8.2(transitive)
+ Addedsplit-on-first@1.1.0(transitive)
+ Addedstrict-uri-encode@2.0.0(transitive)