@ovotech/avro-stream
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import { Schema } from 'avsc/types'; | ||
import { Schema } from 'avsc'; | ||
import { SchemaResolver } from './types'; | ||
@@ -3,0 +3,0 @@ export declare class SchemaRegistryResolver implements SchemaResolver { |
{ | ||
"name": "@ovotech/avro-stream", | ||
"description": "Serialize/deserialize kafka-node streams with avro data, using confluent schema-registry to hold the schemas", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "dist/index.js", | ||
@@ -25,2 +25,3 @@ "source": "src/index.ts", | ||
"devDependencies": { | ||
"@ovotech/avro-logical-types": "^1.0.0", | ||
"@types/jest": "^23.3.10", | ||
@@ -43,3 +44,3 @@ "@types/node": "^10.12.12", | ||
}, | ||
"gitHead": "d96e0c2c04d6d294e8e7fac754c94533d2a281cf" | ||
"gitHead": "66dae48b0850e11d839f35115f22cdfb6ab2cad6" | ||
} |
import { idToSchema, schemaToId, toSubject } from '@ovotech/schema-registry-api'; | ||
import { Schema } from 'avsc/types'; | ||
import { Schema } from 'avsc'; | ||
import { SchemaResolver } from './types'; | ||
@@ -4,0 +4,0 @@ |
21865
0.15%14
7.69%