Skip to content

Commit

Permalink
Merge pull request #821 from terascope/package-updates
Browse files Browse the repository at this point in the history
update packages and asset version
  • Loading branch information
jsnoble authored Jul 31, 2023
2 parents cb47bae + 236e1c0 commit 7f6c6ae
Show file tree
Hide file tree
Showing 5 changed files with 1,448 additions and 1,232 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": "file",
"version": "2.7.0",
"version": "2.7.1",
"description": "A set of processors for working with files"
}
6 changes: 3 additions & 3 deletions asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file",
"version": "2.7.0",
"version": "2.7.1",
"description": "A set of processors for working with files",
"private": true,
"workspaces": {
Expand All @@ -14,8 +14,8 @@
"build:watch": "yarn build --watch"
},
"dependencies": {
"@terascope/file-asset-apis": "^0.9.1",
"@terascope/job-components": "^0.58.5",
"@terascope/file-asset-apis": "^0.10.1",
"@terascope/job-components": "^0.59.0",
"csvtojson": "^2.0.10",
"fs-extra": "^11.1.1",
"json2csv": "5.0.7",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-assets-bundle",
"version": "2.7.0",
"version": "2.7.1",
"description": "A set of processors for working with files",
"repository": "https://github.com/terascope/file-assets.git",
"author": "Terascope, LLC <[email protected]>",
Expand Down Expand Up @@ -28,24 +28,24 @@
"dependencies": {},
"devDependencies": {
"@terascope/eslint-config": "^0.7.1",
"@terascope/file-asset-apis": "^0.9.1",
"@terascope/job-components": "^0.58.5",
"@terascope/scripts": "^0.50.7",
"@terascope/file-asset-apis": "^0.10.1",
"@terascope/job-components": "^0.59.0",
"@terascope/scripts": "^0.53.1",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.3",
"@types/json2csv": "^5.0.3",
"@types/node": "^18.15.11",
"@types/node-gzip": "^1.1.0",
"eslint": "^8.35.0",
"eslint": "^8.45.0",
"fs-extra": "^11.1.1",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"jest": "^29.6.2",
"jest-extended": "^4.0.0",
"jest-fixtures": "^0.6.0",
"lz4-asm": "^0.4.2",
"node-gzip": "^1.1.2",
"node-notifier": "^10.0.1",
"teraslice-test-harness": "^0.29.0",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"typescript": "~4.9.5"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions packages/file-asset-apis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terascope/file-asset-apis",
"version": "0.9.1",
"version": "0.10.1",
"description": "file reader and sender apis",
"publishConfig": {
"access": "public"
Expand All @@ -23,9 +23,9 @@
"author": "Terascope, LLC <[email protected]>",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.315.0",
"@aws-sdk/node-http-handler": "^3.310.0",
"@terascope/utils": "^0.45.5",
"@aws-sdk/client-s3": "^3.378.0",
"@aws-sdk/node-http-handler": "^3.374.0",
"@terascope/utils": "^0.46.0",
"csvtojson": "^2.0.10",
"fs-extra": "^11.1.1",
"json2csv": "5.0.7",
Expand All @@ -34,12 +34,12 @@
},
"peerDependencies": {},
"devDependencies": {
"@terascope/scripts": "^0.50.7",
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"@terascope/scripts": "^0.53.1",
"@types/jest": "^29.5.3",
"jest": "^29.6.2",
"jest-extended": "^4.0.0",
"jest-fixtures": "^0.6.0",
"ts-jest": "^29.1.0"
"ts-jest": "^29.1.1"
},
"engines": {
"node": ">=14.17.0"
Expand Down
Loading

0 comments on commit 7f6c6ae

Please sign in to comment.