Skip to content

Commit

Permalink
Merge pull request #1069 from JupiterOne/APP-15119
Browse files Browse the repository at this point in the history
[APP-15119] - Add createIntegrationHelpers
  • Loading branch information
Geovanni Pacheco committed May 17, 2024
2 parents 21f970d + e2b9e07 commit 70a59e4
Show file tree
Hide file tree
Showing 12 changed files with 401 additions and 62 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to

# Unreleased

- integration-sdk-core: Add createIntegrationHelpers

# 12.7.1 - 2024-05-14

- Add `NO_COLLECTION_METRICS` for disabling data collection metrics
Expand Down
115 changes: 56 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/integration-sdk-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"plop": "plop --plopfile dist/src/generator/newIntegration.js"
},
"dependencies": {
"@jupiterone/data-model": "^0.55.0",
"@jupiterone/data-model": "^0.61.3",
"@jupiterone/integration-sdk-core": "^12.7.1",
"@jupiterone/integration-sdk-runtime": "^12.7.1",
"chalk": "^4",
Expand Down
4 changes: 4 additions & 0 deletions packages/integration-sdk-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ npm install @jupiterone/integration-sdk-core
yarn add @jupiterone/integration-sdk-core
```

## Docs

- [createIntegrationHelpers](docs/createIntegrationHelpers.md)

0 comments on commit 70a59e4

Please sign in to comment.