Skip to content

Commit

Permalink
Bundled dependency updates (#883)
Browse files Browse the repository at this point in the history
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
busma13 authored Aug 23, 2024
1 parent 826c908 commit 2449da0
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 73 deletions.
2 changes: 1 addition & 1 deletion asset/asset.json
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"
}
10 changes: 5 additions & 5 deletions asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "standard",
"displayName": "Asset",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Teraslice standard processor asset bundle",
"repository": {
Expand All @@ -22,9 +22,9 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@terascope/job-components": "^1.1.0",
"@terascope/standard-asset-apis": "^0.7.2",
"@terascope/utils": "^0.60.0",
"@terascope/job-components": "^1.2.0",
"@terascope/standard-asset-apis": "^1.0.0",
"@terascope/utils": "^1.0.0",
"@types/chance": "^1.1.4",
"@types/express": "^4.17.19",
"chance": "^1.1.12",
Expand All @@ -34,7 +34,7 @@
"randexp": "^0.5.3",
"short-unique-id": "^5.2.0",
"timsort": "^0.3.0",
"ts-transforms": "^0.86.1",
"ts-transforms": "^1.0.3",
"tslib": "^2.6.3"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "standard-assets-bundle",
"displayName": "Standard Assets Bundle",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Teraslice standard processor asset bundle",
"type": "module",
Expand Down Expand Up @@ -30,9 +30,9 @@
},
"devDependencies": {
"@terascope/eslint-config": "^0.8.0",
"@terascope/job-components": "^1.1.0",
"@terascope/scripts": "0.83.3",
"@terascope/standard-asset-apis": "^0.7.2",
"@terascope/job-components": "^1.2.0",
"@terascope/scripts": "1.0.0",
"@terascope/standard-asset-apis": "^1.0.0",
"@types/express": "^4.17.19",
"@types/jest": "^29.5.12",
"@types/json2csv": "^5.0.7",
Expand All @@ -43,7 +43,7 @@
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"node-notifier": "^10.0.1",
"teraslice-test-harness": "^1.1.0",
"teraslice-test-harness": "^1.2.0",
"ts-jest": "^29.2.4",
"tslib": "^2.6.3",
"typescript": "~5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/standard-asset-apis/package.json
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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 2449da0

Please sign in to comment.