Skip to content

Commit

Permalink
Merge pull request #69 from JupiterOne/duplicate-node-fix
Browse files Browse the repository at this point in the history
Duplicate node fix
  • Loading branch information
adam-in-ict authored May 13, 2022
2 parents f410fb0 + f5a8df8 commit 7d4fbf3
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 3 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.4] - 2022-05-13

### Fixed

- Bumped SDK version to pull in fix for issue where we would periodically see
duplicate nodes.

## [0.2.3] - 2022-05-05

### Changed
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupiterone/starbase",
"version": "0.2.3",
"version": "0.2.4",
"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.13.2",
"@jupiterone/integration-sdk-core": "^8.13.2",
"@jupiterone/integration-sdk-cli": "^8.13.6",
"@jupiterone/integration-sdk-core": "^8.13.6",
"ajv": "^8.9.0",
"js-yaml": "^4.1.0",
"lodash.snakecase": "^4.1.1",
Expand Down
51 changes: 51 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,25 @@
upath "^1.2.0"
vis "^4.21.0-EOL"

"@jupiterone/integration-sdk-cli@^8.13.6":
version "8.13.6"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-cli/-/integration-sdk-cli-8.13.6.tgz#8be49344830ea6a36320a0fbd6cf6d15c8fd217e"
integrity sha512-kVBG83VSuLgSVzIpZSI2BImPqSa0oY0NQASb8K8gzMSoK4CoHPXtSJq4lrTu/HB5ZOJIzMXtBSbYKOTIzW/6DQ==
dependencies:
"@jupiterone/integration-sdk-runtime" "^8.13.6"
chalk "^4"
commander "^5.0.0"
fs-extra "^10.1.0"
globby "^11.0.0"
js-yaml "^4.1.0"
json-diff "^0.5.4"
lodash "^4.17.19"
markdown-table "^2.0.0"
neo4j-driver "^4.3.3"
runtypes "5.1.0"
upath "^1.2.0"
vis "^4.21.0-EOL"

"@jupiterone/integration-sdk-core@^8.13.2":
version "8.13.2"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-core/-/integration-sdk-core-8.13.2.tgz#b2e03f52a4f90fe971270ff159b5fdeda7eb9b41"
Expand All @@ -655,6 +674,15 @@
lodash "^4.17.21"
uuid "^8.3.2"

"@jupiterone/integration-sdk-core@^8.13.6":
version "8.13.6"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-core/-/integration-sdk-core-8.13.6.tgz#68741ac15f21eb7a3178158bea19f17d0878a66e"
integrity sha512-NFoAxX9xGcLtiYn7HBA1ooWkxD+yAMtbo9MAkW87527SEUVgBcjTei5bRyaeVhRUiPx6Ufj13Yi0ZCPva9TXUw==
dependencies:
"@jupiterone/data-model" "^0.47.0"
lodash "^4.17.21"
uuid "^8.3.2"

"@jupiterone/integration-sdk-dev-tools@^8.11.0":
version "8.13.2"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-dev-tools/-/integration-sdk-dev-tools-8.13.2.tgz#14280d0ddccaf6d6da33803bfe245e4a2b2646ae"
Expand Down Expand Up @@ -700,6 +728,29 @@
rimraf "^3.0.2"
uuid "^7.0.3"

"@jupiterone/integration-sdk-runtime@^8.13.6":
version "8.13.6"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-runtime/-/integration-sdk-runtime-8.13.6.tgz#402021c9a68ca4d6ac2c231440fb7bb6d2e411a8"
integrity sha512-Xxle9ZTNA18T+Y42BNgJozgMnKpexg6j2YJQwaEDhfR9zDTlgYO1wB+yyiOiQ/nF406I6xiIvBNgaZ4plv+lIQ==
dependencies:
"@jupiterone/integration-sdk-core" "^8.13.6"
"@lifeomic/alpha" "^1.4.0"
"@lifeomic/attempt" "^3.0.3"
async-sema "^3.1.0"
axios "^0.21.1"
bunyan "^1.8.12"
bunyan-format "^0.2.1"
dependency-graph "^0.9.0"
dotenv "^8.2.0"
dotenv-expand "^5.1.0"
get-folder-size "^2.0.1"
globby "^11.0.0"
lodash "^4.17.15"
p-map "^4.0.0"
p-queue "^6.3.0"
rimraf "^3.0.2"
uuid "^7.0.3"

"@jupiterone/integration-sdk-testing@^8.13.2":
version "8.13.2"
resolved "https://registry.yarnpkg.com/@jupiterone/integration-sdk-testing/-/integration-sdk-testing-8.13.2.tgz#066e36f0f4bf457d6fc5f0d0bd07dbbcc9cacff4"
Expand Down

0 comments on commit 7d4fbf3

Please sign in to comment.