Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharatkk-metron committed Jul 24, 2024
1 parent b171394 commit 3bf10c5
Show file tree
Hide file tree
Showing 3 changed files with 3,595 additions and 1,605 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"prepack": "yarn build"
},
"peerDependencies": {
"@jupiterone/integration-sdk-core": "^8.30.0"
"@jupiterone/integration-sdk-core": "^11.1.0"
},
"devDependencies": {
"@jupiterone/integration-sdk-core": "^8.30.0",
"@jupiterone/integration-sdk-dev-tools": "^8.30.0",
"@jupiterone/integration-sdk-testing": "^8.30.0",
"@types/node-fetch": "^2.5.10"
"@jupiterone/integration-sdk-core": "^11.1.0",
"@jupiterone/integration-sdk-dev-tools": "^11.1.0",
"@jupiterone/integration-sdk-testing": "^11.1.0",
"@types/node-fetch": "^2.6.11"
},
"dependencies": {
"node-fetch": "^2.6.1"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "./node_modules/@jupiterone/integration-sdk-dev-tools/config/typescript",
"compilerOptions": {
"outDir": "dist"
"outDir": "dist",
"lib": ["dom", "es2015"]
},
"exclude": ["dist"]
}
Loading

0 comments on commit 3bf10c5

Please sign in to comment.