Skip to content

Commit

Permalink
Merge pull request #68 from JupiterOne/upload-performance-improvements
Browse files Browse the repository at this point in the history
Bumping SDK version to get Neo4j upload improvements
  • Loading branch information
adam-in-ict authored May 5, 2022
2 parents 09c5aab + ee9e7fe commit f410fb0
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 179 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to

## [Unreleased]

## [0.2.3] - 2022-05-05

### Changed

- Bumped SDK version to get access to performance improvements for Neo4j
uploads.

## [0.2.2] - 2022-04-14

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupiterone/starbase",
"version": "0.2.2",
"version": "0.2.3",
"description": "Orchestrator project for JupiterOne open source ingestion projects.",
"repository": "https://github.com/JupiterOne/starbase.git",
"author": "[email protected]",
Expand Down Expand Up @@ -35,8 +35,8 @@
"build": "tsc -p tsconfig.dist.json --declaration"
},
"dependencies": {
"@jupiterone/integration-sdk-cli": "^8.6.1",
"@jupiterone/integration-sdk-core": "^8.6.1",
"@jupiterone/integration-sdk-cli": "^8.13.2",
"@jupiterone/integration-sdk-core": "^8.13.2",
"ajv": "^8.9.0",
"js-yaml": "^4.1.0",
"lodash.snakecase": "^4.1.1",
Expand All @@ -45,7 +45,7 @@
"typescript": "^4.5.5"
},
"devDependencies": {
"@jupiterone/integration-sdk-dev-tools": "^8.6.1",
"@jupiterone/integration-sdk-dev-tools": "^8.11.0",
"@types/js-yaml": "^4.0.5",
"@types/lodash.snakecase": "^4.1.6"
},
Expand Down
Loading

0 comments on commit f410fb0

Please sign in to comment.