@hmcts/draft-store-client
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -38,3 +38,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var draftStoreClientFactory_1 = require("common/draft/draftStoreClientFactory"); | ||
var draftStoreClientFactory_1 = require("./draftStoreClientFactory"); | ||
var DraftService = /** @class */ (function () { | ||
@@ -41,0 +41,0 @@ function DraftService(draftStoreUri, request, serviceAuthTokenFactory) { |
@@ -12,4 +12,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var draft_1 = require("app/models/draft"); | ||
var moment = require("moment"); | ||
var draft_1 = require("../../app/models/draft"); | ||
var DraftStoreClient = /** @class */ (function () { | ||
@@ -16,0 +16,0 @@ function DraftStoreClient(endpointURL, serviceAuthToken, request) { |
@@ -38,3 +38,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var draftStoreClient_1 = require("common/draft/draftStoreClient"); | ||
var draftStoreClient_1 = require("./draftStoreClient"); | ||
var DraftStoreClientFactory = /** @class */ (function () { | ||
@@ -41,0 +41,0 @@ function DraftStoreClientFactory(serviceAuthTokenFactory) { |
{ | ||
"name": "@hmcts/draft-store-client", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Front end client for draft store", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -14,17 +14,2 @@ { | ||
"target": "es5", | ||
"baseUrl": "src/main", | ||
"paths": { | ||
"app/*": [ | ||
"app/*" | ||
], | ||
"idam/*": [ | ||
"app/idam/*" | ||
], | ||
"models/*": [ | ||
"app/models/*" | ||
], | ||
"common/*": [ | ||
"common/*" | ||
] | ||
}, | ||
"typeRoots": [ | ||
@@ -31,0 +16,0 @@ "./node_modules/@types", |
50489
926