-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
75 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# compiled output | ||
/dist | ||
/node_modules | ||
/prebuild | ||
config.json | ||
|
||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
|
||
# OS | ||
.DS_Store | ||
|
||
# IDEs and editors | ||
/.idea | ||
.project | ||
.classpath | ||
.c9/ | ||
*.launch | ||
.settings/ | ||
*.sublime-workspace | ||
|
||
# IDE - VSCode | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
.dccache | ||
|
||
# Config | ||
.env | ||
sample.env | ||
|
||
# Build | ||
drata.pfx | ||
/scripts | ||
/cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "drata-agent", | ||
"version": "3.4.1", | ||
"version": "3.5.0", | ||
"description": "The Drata Agent is a light-weight tray-application that runs in the background, reporting important read-only data to Drata about your machine's state for compliance tracking.", | ||
"author": "Drata Inc. <[email protected]> (https://drata.com)", | ||
"private": true, | ||
|
@@ -18,6 +18,7 @@ | |
"appId": "com.drata.agent", | ||
"productName": "Drata Agent", | ||
"copyright": "© 2023 Drata Inc. All rights reserved.", | ||
"artifactName": "Drata-Agent-${os}.${ext}", | ||
"publish": [ | ||
{ | ||
"provider": "github", | ||
|
@@ -106,6 +107,9 @@ | |
] | ||
}, | ||
"win": { | ||
"signingHashAlgorithms": [ | ||
"sha256" | ||
], | ||
"extraResources": "lib/windows/bin/osqueryi.exe", | ||
"target": [ | ||
{ | ||
|
@@ -117,6 +121,9 @@ | |
], | ||
"icon": "build/icon.png" | ||
}, | ||
"nsis": { | ||
"packElevateHelper": false | ||
}, | ||
"linux": { | ||
"extraResources": "lib/linux/bin/osqueryi", | ||
"target": [ | ||
|
@@ -132,7 +139,7 @@ | |
} | ||
}, | ||
"engines": { | ||
"node": "^16.16.0" | ||
"node": "^18.16.1" | ||
}, | ||
"devDependencies": { | ||
"@drata/component-library": "^0.4.112", | ||
|
@@ -162,7 +169,7 @@ | |
"color-convert": "^2.0.1", | ||
"concurrently": "^6.0.0", | ||
"css-loader": "^6.7.2", | ||
"electron": "24.1.1", | ||
"electron": "24.8.3", | ||
"electron-builder": "^23.6.0", | ||
"electron-devtools-installer": "^3.2.0", | ||
"electron-log": "^4.3.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters