Skip to content

Commit a8ddfd8

Browse files
committed
feature/PDPDEVTOOL-5279 create docs update
1 parent b0c4ad3 commit a8ddfd8

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ In this GitHub repository, the following SuiteCloud SDK tools are available:
2020
</a>
2121

2222
## Release Notes & Documentation
23-
To read the 2023.1 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
24-
- Read the release notes for NetSuite 2023.1 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
23+
To read the 2023.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
24+
- Read the release notes for NetSuite 2023.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
2525
- Read the latest updates under SuiteCloud SDK in the [Help Center Weekly Updates](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_3798389663.html).
2626

2727

2828
## Contributing
2929
SuiteCloud SDK is an open source project. Pull Requests are currently not being accepted. See [Contributing to SuiteCloud SDK](./CONTRIBUTING.md).
3030

3131
## [License](./LICENSE.txt)
32-
Copyright (c) 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
32+
Copyright (c) 2022, 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
3333

3434
By installing SuiteCloud CLI for Node.js, you are accepting the installation of the SuiteCloud SDK dependency under the [Oracle Free Use Terms and Conditions](https://www.oracle.com/downloads/licenses/oracle-free-license.html) license.
3535

packages/node-cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Each version of CLI for Node.js in NPM works optimally with a specific NetSuite
2525

2626
| Version in NPM | Version in NetSuite |
2727
|:--------------:|:-------------------:|
28+
| 1.8.X | 2023.2 |
2829
| 1.7.X | 2023.1 |
29-
| 1.6.X | 2022.2 |
3030

3131
## Installation
3232
Since CLI for Node.js is a development tool, use a global instance to install it by running the following command:
@@ -92,15 +92,15 @@ suitecloud account:setup
9292
```
9393

9494
## Release Notes & Documentation
95-
To read the 2023.1 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
96-
- Read the release notes for NetSuite 2023.1 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
95+
To read the 2023.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
96+
- Read the release notes for NetSuite 2023.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
9797
- Read the latest updates under SuiteCloud SDK in the [Help Center Weekly Updates](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_3798389663.html).
9898
- Read the CLI for Node.js documentation in [SuiteCloud CLI for Node.js Guide](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_1558708800.html).
9999

100100
## Contributing
101101
SuiteCloud CLI for Node.js is an open source project. Pull Requests are currently not being accepted. See [Contributing](/CONTRIBUTING.md) for details.
102102

103103
## [License](/LICENSE.txt)
104-
Copyright (c) 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
104+
Copyright (c) 2022, 2023 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
105105

106106
By installing SuiteCloud CLI for Node.js, you are accepting the installation of the SuiteCloud SDK dependency under the [Oracle Free Use Terms and Conditions](https://www.oracle.com/downloads/licenses/oracle-free-license.html) license.

packages/vscode-extension/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.5.0
4+
5+
- Credentials file changes
6+
- Fix for security vulnerabilities for third-party libraries
7+
38
## 1.4.2
49

510
- Fix for security vulnerabilities for third-party library

0 commit comments

Comments
 (0)