hyperdrive-schemas
Advanced tools
Comparing version 1.5.0 to 1.6.0
const p = require('path') | ||
const API_VERSION = 0 | ||
module.exports = { | ||
@@ -7,3 +9,4 @@ hyperdriveSchemaPath: p.join(__dirname, 'schemas', 'hyperdrive.proto'), | ||
messages: require('./lib/messages'), | ||
Stat: require('./lib/stat') | ||
Stat: require('./lib/stat'), | ||
version: API_VERSION | ||
} |
{ | ||
"name": "hyperdrive-schemas", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Protobuf schemas for Hyperdrive and its daemon.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
31307
610