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

Commit

Permalink
Merge pull request #6 from JupiterOne/upgrade-to-2.2.0
Browse files Browse the repository at this point in the history
Upgrade to 2.2.0
  • Loading branch information
ctdio authored Jun 29, 2020
2 parents bf8710c + d50b5a6 commit 0993bed
Show file tree
Hide file tree
Showing 2 changed files with 1,359 additions and 50 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupiterone/graph-snipe-it",
"version": "0.3.1",
"version": "0.4.1",
"description": "A graph conversion tool for https://snipeitapp.com/",
"license": "MPL-2.0",
"main": "dist/index.js",
Expand All @@ -25,14 +25,14 @@
"prepack": "yarn build"
},
"dependencies": {
"@jupiterone/integration-sdk-core": "^1.0.2",
"@lifeomic/attempt": "^3.0.0",
"base-64": "^0.1.0",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@jupiterone/integration-sdk-cli": "^1.0.2",
"@jupiterone/integration-sdk-testing": "^1.0.2",
"@jupiterone/integration-sdk-core": "^2.2.0",
"@jupiterone/integration-sdk-dev-tools": "^2.2.0",
"@jupiterone/integration-sdk-testing": "^2.2.0",
"@types/har-format": "^1.2.4",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
Expand All @@ -52,5 +52,8 @@
"ts-node": "^8.8.2",
"typescript": "^3.8.3",
"wait-for-expect": "^3.0.2"
},
"peerDependencies": {
"@jupiterone/integration-sdk-core": "^2.2.0"
}
}
Loading

0 comments on commit 0993bed

Please sign in to comment.