Skip to content

Commit 6d24bf6

Browse files
authored
Merge pull request #571 from oracle/pre-publish/22.1
pre-publish/22.1: using cli-2022.1.1.jar
2 parents dc1b908 + f85b0ec commit 6d24bf6

File tree

9 files changed

+6206
-1019
lines changed

9 files changed

+6206
-1019
lines changed

packages/node-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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.4.X | 2022.1 |
28+
| 1.5.X | 2022.1 |
2929
| 1.3.X | 2021.2 |
3030

3131
## Installation

packages/node-cli/package-lock.json

Lines changed: 415 additions & 791 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/node-cli/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-cli",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"license": "UPL-1.0",
55
"description": "SuiteCloud CLI for Node.js",
66
"keywords": [

packages/node-cli/src/templates/unittest/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
},
77
"devDependencies": {
88
"jest": "^27.4.7",
9-
"@oracle/suitecloud-unit-testing": "^1.1.6"
9+
"@oracle/suitecloud-unit-testing": "^1.2.0"
1010
}
1111
}

0 commit comments

Comments
 (0)