Skip to content

Commit 833a5bc

Browse files
Merge pull request #16 from kaferi/master
Fix issue: All Tests Fail to initiate
2 parents f69f0ec + f63ff40 commit 833a5bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asposepdfcloud",
3-
"version": "19.1.0",
3+
"version": "19.1.1",
44
"description": "Aspose.PDF Cloud SDK",
55
"homepage": "https://products.aspose.cloud/pdf/cloud",
66
"author": {

test/baseTestPdfApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
import http = require('http');
2222
import { PdfApi } from "../src/api/api";
23-
import { AsposeResponse } from "../src/models/AsposeResponse";
23+
import { AsposeResponse } from "../src/models/asposeResponse";
2424
var fs = require('fs');
2525

2626
let pdfApi: PdfApi;

0 commit comments

Comments
 (0)