Skip to content

Commit

Permalink
Merge branch 'main' into APP-15158
Browse files Browse the repository at this point in the history
  • Loading branch information
Geovanni Pacheco authored May 17, 2024
2 parents 8aca9be + 70a59e4 commit 3e13980
Show file tree
Hide file tree
Showing 12 changed files with 400 additions and 62 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to
# Unreleased

- integration-sdk-cli: Export entity schema to graph schema
- integration-sdk-core: Add createIntegrationHelpers

# 12.7.1 - 2024-05-14

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 @@ -25,7 +25,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)
Loading

0 comments on commit 3e13980

Please sign in to comment.