Skip to content

Commit 4c556b1

Browse files
committed
Release Aspose.Cells Cloud SDK for Node.JS 20.1
1 parent f2fd32a commit 4c556b1

33 files changed

+59
-61
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Aspose.Cells for Cloud
3+
Copyright (c) 2020 Aspose.Cells for Cloud
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Aspose.Cells Cloud SDK for NodeJS
22

33
- API version: 3.0
4-
- SDK version: 19.10
4+
- SDK version: 20.1
55

66
This repository contains Aspose.Cells Cloud SDK for NodeJS source code. This SDK allows you to work with Aspose.Cells Cloud REST APIs in your NodeJS applications quickly and easily, with zero initial cost.
77

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": "asposecellscloud",
3-
"version": "19.10.0",
3+
"version": "20.1.0",
44
"description": "Aspose.Cells Cloud SDK for Node.js",
55
"keywords": [
66
"Aspose",

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33

4-
* Copyright (c) 2018 Aspose Pty Ltd
4+
* Copyright (c) 2020 Aspose Pty Ltd
55

66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/internal/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
4-
* Copyright (c) 2018 Aspose Pty Ltd
4+
* Copyright (c) 2020 Aspose Pty Ltd
55
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/internal/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
4-
* Copyright (c) 2018 Aspose Pty Ltd
4+
* Copyright (c) 2020 Aspose Pty Ltd
55
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/internal/objectSerializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
4-
* Copyright (c) 2018 Aspose Pty Ltd
4+
* Copyright (c) 2020 Aspose Pty Ltd
55
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/internal/requestHelper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
4-
* Copyright (c) 2018 Aspose Pty Ltd
4+
* Copyright (c) 2020 Aspose Pty Ltd
55
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal
@@ -89,7 +89,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura
8989
// requestOptions.rejectUnauthorized=false;
9090

9191
requestOptions.headers["x-aspose-client"] = "nodejs sdk";
92-
requestOptions.headers["x-aspose-client-version"] = "19.10.0";
92+
requestOptions.headers["x-aspose-client-version"] = "20.1.0";
9393

9494
const auth = confguration.authentication;
9595
if (!notApplyAuthToRequest) {

src/model/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33

4-
* Copyright (c) 2018 Aspose Pty Ltd
4+
* Copyright (c) 2020 Aspose Pty Ltd
55

66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)