Skip to content

Commit

Permalink
[NO-TICKET] - Bump data-model package
Browse files Browse the repository at this point in the history
  • Loading branch information
jzolo22 committed Dec 12, 2024
1 parent 4e7dda2 commit 438b17c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to

# Unreleased

# 15.2.1 - 2024-12-12

- Update `@jupiterone/data-model` to v0.61.15

# 15.2.0 - 2024-12-04

- runtime: Add diff object in the duplicate entity report for rawData and
Expand Down
12 changes: 6 additions & 6 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.61.13",
"@jupiterone/data-model": "0.61.15",
"@jupiterone/integration-sdk-core": "^15.2.0",
"@jupiterone/integration-sdk-runtime": "^15.2.0",
"chalk": "^4",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prepack": "npm run build:dist"
},
"dependencies": {
"@jupiterone/data-model": "0.61.13",
"@jupiterone/data-model": "0.61.15",
"@jupiterone/integration-sdk-entity-validator": "^15.2.0",
"@sinclair/typebox": "^0.32.30",
"lodash": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-sdk-entities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"generate-ts-classes": "npm run copy-schemas && rm -rf src && mkdir src && json2ts -i 'tools/copy-schemas/_schemas/*.json' -o src --cwd=tools/copy-schemas/_schemas --declareExternallyReferenced=false && ts-dedupe --duplicatesFile=src/Base.ts && npm run create-barrel"
},
"dependencies": {
"@jupiterone/data-model": "0.61.13",
"@jupiterone/data-model": "0.61.15",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit 438b17c

Please sign in to comment.