Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
lerna settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lxghtless committed Aug 14, 2019
1 parent 5042141 commit 5a29a95
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.0.0"
"version": "0.0.1"
}
7 changes: 5 additions & 2 deletions packages/knack-avro/package.json
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": [
Expand All @@ -15,6 +15,9 @@
"email": "[email protected]",
"url": "github.com/lxghtless"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
},
Expand All @@ -28,7 +31,7 @@
"kafka"
],
"dependencies": {
"avsc": "^5.4.10",
"avsc": "^5.4.12",
"is-object-empty": "^2.0.1",
"ramda": "^0.26.1"
},
Expand Down
15 changes: 9 additions & 6 deletions packages/knack-cli/package.json
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": [
Expand All @@ -15,6 +15,9 @@
"email": "[email protected]",
"url": "github.com/lxghtless"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
},
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 7 additions & 4 deletions packages/knack-consumer-client/package.json
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": [
Expand All @@ -15,6 +15,9 @@
"email": "[email protected]",
"url": "github.com/lxghtless"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
},
Expand All @@ -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": {
Expand Down
5 changes: 4 additions & 1 deletion packages/knack-consumer/package.json
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": [
Expand All @@ -15,6 +15,9 @@
"email": "[email protected]",
"url": "github.com/lxghtless"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
},
Expand Down
11 changes: 7 additions & 4 deletions packages/knack-producer-client/package.json
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": [
Expand All @@ -15,6 +15,9 @@
"email": "[email protected]",
"url": "github.com/lxghtless"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
},
Expand All @@ -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": {
Expand Down
5 changes: 4 additions & 1 deletion packages/knack-producer/package.json
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": [
Expand All @@ -15,6 +15,9 @@
"email": "[email protected]",
"url": "github.com/lxghtless"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/knack-sr/package.json
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": [
Expand All @@ -15,6 +15,9 @@
"email": "[email protected]",
"url": "github.com/lxghtless"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
},
Expand Down

0 comments on commit 5a29a95

Please sign in to comment.