This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
41 additions
and
20 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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "1.0.0" | ||
"version": "0.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@optum/knack-avro", | ||
"version": "1.0.0", | ||
"version": "0.0.1", | ||
"description": "A module for encoding and decoding avro with Kafka.", | ||
"license": "Apache-2.0", | ||
"licenses": [ | ||
|
@@ -15,6 +15,9 @@ | |
"email": "[email protected]", | ||
"url": "github.com/lxghtless" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
|
@@ -28,7 +31,7 @@ | |
"kafka" | ||
], | ||
"dependencies": { | ||
"avsc": "^5.4.10", | ||
"avsc": "^5.4.12", | ||
"is-object-empty": "^2.0.1", | ||
"ramda": "^0.26.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@optum/knack-cli", | ||
"version": "1.0.0", | ||
"version": "0.0.1", | ||
"description": "A cli for working with Apache Kafka development.", | ||
"license": "Apache-2.0", | ||
"licenses": [ | ||
|
@@ -15,6 +15,9 @@ | |
"email": "[email protected]", | ||
"url": "github.com/lxghtless" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
|
@@ -59,11 +62,11 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@optum/knack-avro": "^1.0.0", | ||
"@optum/knack-consumer-client": "^1.0.0", | ||
"@optum/knack-producer": "^1.0.0", | ||
"@optum/knack-producer-client": "^1.0.0", | ||
"@optum/knack-sr": "^1.0.0", | ||
"@optum/knack-avro": "0.0.1", | ||
"@optum/knack-consumer-client": "0.0.1", | ||
"@optum/knack-producer": "0.0.1", | ||
"@optum/knack-producer-client": "0.0.1", | ||
"@optum/knack-sr": "0.0.1", | ||
"avsc": "^5.4.12", | ||
"chalk": "^2.4.2", | ||
"clean-stack": "^2.1.0", | ||
|
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": "@optum/knack-consumer-client", | ||
"version": "1.0.0", | ||
"version": "0.0.1", | ||
"description": "A module for consuming records with Apache Kafka.", | ||
"license": "Apache-2.0", | ||
"licenses": [ | ||
|
@@ -15,6 +15,9 @@ | |
"email": "[email protected]", | ||
"url": "github.com/lxghtless" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
|
@@ -29,9 +32,9 @@ | |
"kafka" | ||
], | ||
"dependencies": { | ||
"@optum/knack-avro": "^1.0.0", | ||
"@optum/knack-consumer": "^1.0.0", | ||
"@optum/knack-sr": "^1.0.0", | ||
"@optum/knack-avro": "0.0.1", | ||
"@optum/knack-consumer": "0.0.1", | ||
"@optum/knack-sr": "0.0.1", | ||
"quick-lru": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
|
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": "@optum/knack-consumer", | ||
"version": "1.0.0", | ||
"version": "0.0.1", | ||
"description": "A module for consuming messages from Apache Kafka.", | ||
"license": "Apache-2.0", | ||
"licenses": [ | ||
|
@@ -15,6 +15,9 @@ | |
"email": "[email protected]", | ||
"url": "github.com/lxghtless" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
|
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": "@optum/knack-producer-client", | ||
"version": "1.0.0", | ||
"version": "0.0.1", | ||
"description": "A module for producing records with Apache Kafka.", | ||
"license": "Apache-2.0", | ||
"licenses": [ | ||
|
@@ -15,6 +15,9 @@ | |
"email": "[email protected]", | ||
"url": "github.com/lxghtless" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
|
@@ -28,9 +31,9 @@ | |
"kafka" | ||
], | ||
"dependencies": { | ||
"@optum/knack-avro": "^1.0.0", | ||
"@optum/knack-producer": "^1.0.0", | ||
"@optum/knack-sr": "^1.0.0", | ||
"@optum/knack-avro": "0.0.1", | ||
"@optum/knack-producer": "0.0.1", | ||
"@optum/knack-sr": "0.0.1", | ||
"quick-lru": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
|
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": "@optum/knack-producer", | ||
"version": "1.0.0", | ||
"version": "0.0.1", | ||
"description": "A module for publishing to Apache Kafka.", | ||
"license": "Apache-2.0", | ||
"licenses": [ | ||
|
@@ -15,6 +15,9 @@ | |
"email": "[email protected]", | ||
"url": "github.com/lxghtless" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
|
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": "@optum/knack-sr", | ||
"version": "1.0.0", | ||
"version": "0.0.1", | ||
"description": "A module for interacting with the Kafka Schema Registry.", | ||
"license": "Apache-2.0", | ||
"licenses": [ | ||
|
@@ -15,6 +15,9 @@ | |
"email": "[email protected]", | ||
"url": "github.com/lxghtless" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
|