-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from terascope/use-teraslice-cli
v2.1.1 use teraslice-cli to build
- Loading branch information
Showing
14 changed files
with
247 additions
and
296 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 |
---|---|---|
|
@@ -61,6 +61,7 @@ typings/ | |
.next | ||
|
||
# Ignore teraslice asset builds | ||
build/ | ||
builds/ | ||
|
||
asset/dist | ||
|
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,5 +1,5 @@ | ||
{ | ||
"name": "kafka", | ||
"description": "Kafka reader and writer support.", | ||
"version": "2.1.0" | ||
"version": "2.1.1" | ||
} |
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
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
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,6 +1,6 @@ | ||
{ | ||
"name": "kafka-asset-bundle", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A bundle of Kafka operations and processors for Teraslice", | ||
"private": true, | ||
"scripts": { | ||
|
@@ -9,6 +9,7 @@ | |
"lint:fix": "yarn lint --fix", | ||
"prepare": "yarn workspaces run build", | ||
"postinstall": "yarn --cwd ./asset --prod install", | ||
"asset:build": "yarn run build", | ||
"build": "rimraf asset/dist; tsc --project tsconfig.json --pretty", | ||
"build:watch": "yarn build --watch", | ||
"test": "jest --colors --maxWorkers=2 --detectOpenHandles --forceExit", | ||
|
@@ -21,17 +22,17 @@ | |
"author": "Terascope, LLC <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.9", | ||
"@types/jest": "^24.0.10", | ||
"@types/lodash.once": "^4.1.6", | ||
"@types/node": "^11.10.5", | ||
"@types/uuid": "^3.4.4", | ||
"bunyan": "^1.8.12", | ||
"jest": "^24.3.0", | ||
"jest": "^24.3.1", | ||
"jest-extended": "^0.11.1", | ||
"markdown-table": "^1.1.2", | ||
"markdown-toc": "^1.2.0", | ||
"rimraf": "^2.6.3", | ||
"teraslice-test-harness": "^0.5.2", | ||
"teraslice-test-harness": "^0.5.3", | ||
"ts-jest": "^24.0.0", | ||
"ts-node": "^8.0.3", | ||
"tslint": "^5.13.1", | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.