Skip to content

Commit 7088129

Browse files
authored
Merge pull request #477 from oracle/release/21.2
release/21.2.2
2 parents c14e672 + ff6d636 commit 7088129

40 files changed

+938
-1200
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><a href="#"><img width="250" src="resources/oracle_netsuite_logo.png"></a></p>
1+
<p align="center"><a href="#"><img width="250" src="resources/oracle_netsuite_logo_redblack.png"></a></p>
22

33
# SuiteCloud SDK
44
SuiteCloud Software Development Kit (SuiteCloud SDK) are the set of tools that allow you to customize accounts and create SuiteApps through SuiteCloud Development Framework (SDF).
@@ -9,6 +9,11 @@ In this GitHub repository, the following SuiteCloud SDK tools are available:
99
<img src="https://img.shields.io/npm/v/@oracle/suitecloud-cli.svg" alt="npm-cli-nodejs"/>
1010
</a>
1111

12+
- [SuiteCloud Extension for Visual Studio Code](./packages/vscode-extension)<a href="https://marketplace.visualstudio.com/items?itemName=Oracle.suitecloud-vscode-extension">
13+
<img src="https://img.shields.io/visual-studio-marketplace/i/oracle.suitecloud-vscode-extension.svg" alt="suitecloud-extension"/>
14+
<img src="https://img.shields.io/visual-studio-marketplace/v/oracle.suitecloud-vscode-extension.svg" alt="suitecloud-extension"/>
15+
</a>
16+
1217
- [SuiteCloud Unit Testing](./packages/unit-testing)<a href="https://www.npmjs.com/package/@oracle/suitecloud-unit-testing">
1318
<img src="https://img.shields.io/npm/dm/@oracle/suitecloud-unit-testing.svg" alt="npm-unit-testing"/>
1419
<img src="https://img.shields.io/npm/v/@oracle/suitecloud-unit-testing.svg" alt="npm-unit-testing"/>

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": "independent",
33
"npmClient": "npm",
4-
"packages": ["packages/*", "extensions/*"]
4+
"packages": ["packages/*"]
55
}

package-lock.json

Lines changed: 220 additions & 176 deletions
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": "@oracle/suitecloud-sdk",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"license": "UPL-1.0",
55
"private": true,
66
"devDependencies": {

packages/node-cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><a href="#"><img width="250" src="resources/oracle_netsuite_logo.png"></a></p>
1+
<p align="center"><a href="#"><img width="250" src="resources/oracle_netsuite_logo_redblack.png"></a></p>
22

33
# SuiteCloud CLI for Node.js
44
<p>
@@ -89,7 +89,7 @@ suitecloud account:setup
8989

9090
## Release Notes & Documentation
9191
To read the 2021.1 NetSuite's release notes and documentation, check the following sections of NetSuite's Help Center:
92-
- Read the latest updates under SuiteCloud SDK in the [Weekly Update section](https://system.netsuite.com/app/help/helpcenter.nl?fid=section_158955980607.html).
92+
- Read the latest updates under SuiteCloud SDK in the [Help Center Weekly Updates](https://system.netsuite.com/app/help/helpcenter.nl?fid=chapter_3798389663.html).
9393
- Read the release notes for NetSuite 2021.1 in [SuiteCloud CLI for Node.js Release Notes](https://system.netsuite.com/app/help/helpcenter.nl?fid=section_1558730192.html#subsect_157467836973).
9494
- Read the CLI for Node.js documentation in [NetSuite's Help Center](https://system.netsuite.com/app/help/helpcenter.nl?fid=chapter_1558708800.html).
9595

packages/node-cli/docker/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)