@elasticpath/component-test-framework 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import MongoDB from './mongodb';
|
|
|
3
3
|
import Payload from './payload';
|
|
4
4
|
import ResourceStore from './resource_store';
|
|
5
5
|
import { Resource } from './resource';
|
|
6
|
-
import { V2Response, V3Response } from './api.interfaces';
|
|
7
|
-
export { Api, MongoDB, Payload, Resource, ResourceStore, V2Response, V3Response };
|
|
6
|
+
import { ApiResponse, V2Response, V3Response } from './api.interfaces';
|
|
7
|
+
export { Api, ApiResponse, MongoDB, Payload, Resource, ResourceStore, V2Response, V3Response };
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,+BAAuB;AAOd,cAPF,aAAG,CAOE;AANZ,uCAA+B;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,+BAAuB;AAOd,cAPF,aAAG,CAOE;AANZ,uCAA+B;AAMJ,kBANpB,iBAAO,CAMoB;AALlC,uCAA+B;AAKK,kBAL7B,iBAAO,CAK6B;AAJ3C,qDAA4C;AAIW,wBAJhD,wBAAa,CAIgD;AAHpE,yCAAqC;AAGQ,yFAHpC,mBAAQ,OAGoC","sourcesContent":["import Api from './api'\nimport MongoDB from './mongodb'\nimport Payload from './payload'\nimport ResourceStore from './resource_store'\nimport { Resource } from './resource'\nimport { ApiResponse, V2Response, V3Response } from './api.interfaces'\n\nexport { Api, ApiResponse, MongoDB, Payload, Resource, ResourceStore, V2Response, V3Response }\n"]}
|