Skip to content

Commit

Permalink
Merge pull request #538 from oracle/pre-publish/22.1
Browse files Browse the repository at this point in the history
Pre publish/22.1
  • Loading branch information
vic-nik authored Feb 16, 2022
2 parents 1e42f47 + fa458db commit 894ff7c
Show file tree
Hide file tree
Showing 8 changed files with 754 additions and 956 deletions.
885 changes: 477 additions & 408 deletions packages/node-cli/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/node-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oracle/suitecloud-cli",
"version": "1.3.2",
"version": "1.4.0",
"license": "UPL-1.0",
"description": "SuiteCloud CLI for Node.js",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"devDependencies": {
"jest": "^27.4.7",
"@oracle/suitecloud-unit-testing": "^1.1.5"
"@oracle/suitecloud-unit-testing": "^1.1.6"
}
}
295 changes: 161 additions & 134 deletions packages/unit-testing/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/unit-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oracle/suitecloud-unit-testing",
"version": "1.1.5",
"version": "1.1.6",
"license": "UPL-1.0",
"repository": "https://github.com/oracle/netsuite-suitecloud-sdk/tree/master/packages/unit-testing",
"bugs": {
Expand Down
5 changes: 5 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.1.0

- Bug fixes and improvements
- Updated SuiteCloud SDK License

## 1.0.4

- Fix for [Log4j dependency vulnerability](https://www.oracle.com/security-alerts/alert-cve-2021-44228.html)
Expand Down
Loading

0 comments on commit 894ff7c

Please sign in to comment.