Comparing version 5.4.19 to 5.4.20
{ | ||
"name": "avsc", | ||
"version": "5.4.19", | ||
"version": "5.4.20", | ||
"description": "Avro for JavaScript", | ||
@@ -51,11 +51,10 @@ "homepage": "https://github.com/mtth/avsc", | ||
"perf": "./etc/scripts/perf etc/schemas/*", | ||
"test": "mocha", | ||
"zuul": "zuul --no-coverage -- test/*.js" | ||
"test": "mocha" | ||
}, | ||
"devDependencies": { | ||
"benchmark": "~2.1.4", | ||
"coveralls": "^3.0.4", | ||
"mocha": "^5.2.0", | ||
"nyc": "~14.1.1", | ||
"tmp": "^0.0.33" | ||
"coveralls": "^3.0.9", | ||
"mocha": "^7.1.0", | ||
"nyc": "~15.0.0", | ||
"tmp": "^0.1.0" | ||
}, | ||
@@ -62,0 +61,0 @@ "author": { |
@@ -362,3 +362,3 @@ // Note: These typings are incomplete (https://github.com/mtth/avsc/pull/134). | ||
random(): LongType; | ||
static __with(methods: object, noUnpack?: boolean): void; | ||
static __with(methods: object, noUnpack?: boolean): LongType; | ||
} | ||
@@ -365,0 +365,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
260746