Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies and mark GA #14

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ With the SDK, you do not have to manage log in, send keep alive requests, worry

> 💡 The Harmony Endpoint SDK supports simultaneous instances with different tenants.

---
🚧🚧🚧

**Note that the SDK package is in Early Availability (EA). Use with caution, as it may undergo changes and improvements. Feedback and contributions are highly encouraged.**

To report a bug, please go to [Report Bug](#-report-bug)

For feedback, please get in touch with us at [Check Point Software Technologies Ltd.](mailto:[email protected])

🚧🚧🚧

---

## ⬇️ SDK installation

To start using this SDK, add the SDK package to your project
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chkp/harmony-endpoint-management-sdk",
"version": "1.1.68",
"version": "1.1.85",
"description": "The official Harmony Endpoint management SDK for JavaScript ecosystem",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -55,7 +55,7 @@
"jsonwebtoken": "^9.0.2",
"node-fetch": "^2.6.6",
"time-stamp": "^2.2.0",
"unitsnet-js": "^1.0.106"
"unitsnet-js": "^2.2.4"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.7.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ __metadata:
time-stamp: ^2.2.0
ts-node: ^10.9.1
typescript: ^4.3.4
unitsnet-js: ^1.0.106
unitsnet-js: ^2.2.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -5438,10 +5438,10 @@ __metadata:
languageName: node
linkType: hard

"unitsnet-js@npm:^1.0.106":
version: 1.0.130
resolution: "unitsnet-js@npm:1.0.130"
checksum: 5fd50f1feb3c467e0d8a8abb9c829bdacd35937186be8a68c2c808f302f6c7106b746fd663e25c2588244acc499b5d911d65a0d6c8f162eb9d4adebb3ca4079c
"unitsnet-js@npm:^2.2.4":
version: 2.2.4
resolution: "unitsnet-js@npm:2.2.4"
checksum: 9f05a816629729e5c62be36114180bb2bf4782e0ddf0614709d8cf431db3a1d75f6d88df624e8a5b3d9d17d523afe0a30f50f4f97c9f2a60e17d91bb3595920e
languageName: node
linkType: hard

Expand Down