-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR makes the following changes: - bump standard-assets from 1.0.0 to 1.0.1 - bump standard-asset-apis from 0.7.2 to 1.0.0 ( this should have been done when we updated to ESM) - update job-components from 1.1.0 to 1.2.0 - update utils from 0.60.0 to 1.0.0 - update ts-transforms from 0.86.1 to 1.0.3 - update scripts from 0.83.3 to 1.0.0 - update teraslice-test-harness from 1.1.0 to 1.2.0
- Loading branch information
Showing
5 changed files
with
173 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "standard", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Teraslice standard processor asset bundle" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@terascope/standard-asset-apis", | ||
"displayName": "Standard Asset Apis", | ||
"version": "0.7.2", | ||
"version": "1.0.0", | ||
"description": "A common set of tools for data processing", | ||
"homepage": "https://github.com/terascope/standard-assets", | ||
"repository": "[email protected]:terascope/standard-assets.git", | ||
|
@@ -22,7 +22,7 @@ | |
}, | ||
"dependencies": { | ||
"@sindresorhus/fnv1a": "^2.0.1", | ||
"@terascope/utils": "^0.60.0" | ||
"@terascope/utils": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.12", | ||
|
Oops, something went wrong.