You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ In this GitHub repository, the following SuiteCloud SDK tools are available:
20
20
</a>
21
21
22
22
## Release Notes & Documentation
23
-
To read the 2024.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
24
-
- Read the release notes for NetSuite 2024.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
23
+
To read the 2025.1 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
24
+
- Read the release notes for NetSuite 2025.1 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
25
25
- 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).
26
26
27
27
@@ -34,7 +34,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
34
34
35
35
36
36
## License
37
-
Copyright (c) 2022, 2023, 2024 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
37
+
Copyright (c) 2022, 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
38
38
39
39
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.
Copy file name to clipboardExpand all lines: packages/node-cli/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ CLI for Node.js is an interactive tool that guides you through all the steps of
13
13
14
14
## Prerequisites
15
15
The following software is required to work with SuiteCloud CLI for Node.js:
16
-
- Node.js version 20 LTS
17
-
- Oracle JDK version 17
16
+
- Node.js version 22 LTS
17
+
- Oracle JDK version 17 or 21
18
18
19
19
Read the full list of prerequisites in [SuiteCloud CLI for Node.js Installation Prerequisites](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558708810.html).
20
20
@@ -25,8 +25,8 @@ The following table shows the CLI versions currently available in NPM.
25
25
26
26
| CLI Versions Available in NPM | Available Since | Compatible NetSuite Version |
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
92
92
```
93
93
94
94
## Release Notes & Documentation
95
-
To read the 2024.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
96
-
- Read the release notes for NetSuite 2024.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
95
+
To read the 2025.1 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
96
+
- Read the release notes for NetSuite 2025.1 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
97
97
- 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).
98
98
- 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).
99
99
100
100
## Contributing
101
101
SuiteCloud CLI for Node.js is an open source project. Pull Requests are currently not being accepted. See [Contributing](/CONTRIBUTING.md) for details.
102
102
103
103
## [License](/LICENSE.txt)
104
-
Copyright (c) 2022, 2023, 2024 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
104
+
Copyright (c) 2022, 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
105
105
106
106
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.
Copy file name to clipboardExpand all lines: packages/unit-testing/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ For more information about the available SuitScript 2.x modules, see [SuiteScrip
20
20
For more information about all the mockable stubs, see the CORE_STUBS list in [SuiteCloudJestConfiguration.js](./jest-configuration/SuiteCloudJestConfiguration.js).
21
21
22
22
## Prerequisites
23
-
- Node.js version 20 LTS
23
+
- Node.js version 22 LTS
24
24
- Having a SuiteCloud project
25
25
26
26
## Getting Started
@@ -325,4 +325,4 @@ describe('Sample test with user defined http module stub', () => {
325
325
Suitecloud Unit Testing is an open source project. Pull requests are currently not being accepted. See [Contributing](/CONTRIBUTING.md) for details.
326
326
327
327
## [License](/LICENSE.txt)
328
-
Copyright (c) 2023, 2024 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
328
+
Copyright (c) 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), Version 1.0.
Copy file name to clipboardExpand all lines: packages/vscode-extension/README.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ Read more about SuiteCloud SDK and SDF in <a href="https://docs.oracle.com/en/cl
13
13
14
14
## Installation Prerequisites
15
15
The following software is required to work with SuiteCloud Extension for Visual Studio Code:
16
-
- Oracle JDK version 17
17
-
- VS Code version 1.91.1 or higher
16
+
- Oracle JDK version 17 or 21
17
+
- VS Code version 1.96.0 or higher
18
18
19
19
Read the detailed list of prerequisites in <ahref="https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_159223197655.html"rel="noopener noreferrer"target=blank>Installation Prerequisites for SuiteCloud Extension for Visual Studio Code</a>.
20
20
@@ -25,8 +25,8 @@ The following table shows the extension versions currently available in the Mark
25
25
26
26
| Extension Versions Available in the Marketplace | Available Since | Compatible NetSuite Version |
## Installing SuiteCloud Extension for Visual Studio Code
32
32
To install SuiteCloud Extension for Visual Studio Code, follow these steps:
@@ -77,7 +77,6 @@ To add an account, follow these steps:
77
77
Your account is successfully set up.
78
78
79
79
80
-
81
80
To set an account as default for a project, follow these steps:
82
81
1. Open the Command Palette.
83
82
2. Enter **SuiteCloud** and from the dropdown list, select **SuiteCloud: Set Up Account**.
@@ -116,15 +115,15 @@ To read more about what you can do with SuiteCloud Extension for Visual Studio C
116
115
SuiteCloud CLI for Node.js is compatible with your Visual Studio Code integrated terminal, so you can run SuiteCloud CLI for Node.js commands directly there, independently from VS Code. To read more about it, visit <ahref="https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_1558706016.html"rel="noopener noreferrer"target=blank>SuiteCloud CLI for Node.js</a>.
117
116
118
117
## Release Notes & Documentation
119
-
To read the 2024.2 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
120
-
- Read the release notes for NetSuite 2024.2 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
118
+
To read the 2025.1 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
119
+
- Read the release notes for NetSuite 2025.1 in [SuiteCloud SDK Release Notes](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1558730192.html).
121
120
- 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).
122
121
- Read the SuiteCloud Extension for Visual Studio Code documentation in [NetSuite's Help Center](https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/book_159223417590.html).
123
122
124
123
## Contributing
125
124
SuiteCloud Extension for Visual Studio Code is an open source project. Pull Requests are currently not being accepted. See [Contributing](/CONTRIBUTING.md) for details.
126
125
127
126
## License
128
-
Copyright (c) 2022, 2023, 2024 Oracle and/or its affiliates The Universal Permissive License (UPL), version 1.0. See [License](/LICENSE.txt) for details.
127
+
Copyright (c) 2022, 2023, 2024, 2025 Oracle and/or its affiliates The Universal Permissive License (UPL), version 1.0. See [License](/LICENSE.txt) for details.
129
128
130
129
By installing SuiteCloud Extension for Visual Studio Code, 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.
0 commit comments