From fa0110bf10fd6368b86a5b8313c5e76c467d869e Mon Sep 17 00:00:00 2001 From: ChenX <908666218@qq.com> Date: Mon, 28 Sep 2020 16:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E5=AF=BC=E5=87=BACADFiler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.esm.js | 2 +- package.json | 2 +- types/api.d.ts | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/api.esm.js b/api.esm.js index 6c45653..41c9997 100644 --- a/api.esm.js +++ b/api.esm.js @@ -8798,5 +8798,5 @@ Polyline = Polyline_1 = __decorate([ ], Polyline); const TempPolyline = new Polyline(); -export { Polyline, TempPolyline }; +export { Polyline, TempPolyline, CADFiler }; //# sourceMappingURL=api.esm.js.map diff --git a/package.json b/package.json index 27a8d61..815ec7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cadapi", - "version": "0.0.4", + "version": "0.0.5", "description": "", "main": "api.esm.js", "module": "api.esm.js", diff --git a/types/api.d.ts b/types/api.d.ts index a55c601..cd54814 100644 --- a/types/api.d.ts +++ b/types/api.d.ts @@ -1,2 +1,3 @@ export * from "./DatabaseServices/Entity/Polyline"; -//# sourceMappingURL=api.d.ts.map \ No newline at end of file +export * from "./DatabaseServices/CADFiler"; +//# sourceMappingURL=api.d.ts.map