Skip to content

Commit

Permalink
Add Threat Prevention APIs #6
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-haimk authored Feb 26, 2024
2 parents 34e104f + 80007d7 commit ea7dc66
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "@chkp/harmony-endpoint-management-sdk",
"version": "1.1.33",
"description": "The official Harmony Endpoint management SDK for JavaScript echosystem",
"version": "1.1.40",
"description": "The official Harmony Endpoint management SDK for JavaScript ecosystem",
"main": "dist/index.js",
"files": [
"dist"
],
"directories": {
"lib": "dist"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings=0",
"lint-fix": "eslint . --ext .js,.jsx,.ts,.tsx --max-warnings=0 --fix",
Expand Down

0 comments on commit ea7dc66

Please sign in to comment.