Skip to content

Commit

Permalink
Regen js protobuf
Browse files Browse the repository at this point in the history
Signed-off-by: Silas Davis <[email protected]>
  • Loading branch information
Silas Davis committed Nov 20, 2020
1 parent fd8db50 commit f7981db
Show file tree
Hide file tree
Showing 20 changed files with 689 additions and 449 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as api_pb from "./api_pb";
import * as grant_pb from "./grant_pb";
import * as reference_pb from "./reference_pb";
import * as stores_pb from "./stores_pb";
import * as grpc from "grpc";
import * as grpc from "@grpc/grpc-js";

interface IGrantService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
seal: grpc.MethodDefinition<api_pb.ReferenceAndGrantSpec, grant_pb.Grant>;
Expand Down
2 changes: 1 addition & 1 deletion hoard-js/proto/api_grpc_pb.js → js/proto/api_grpc_pb.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// GENERATED CODE -- DO NOT EDIT!

'use strict';
var grpc = require('grpc');
var grpc = require('@grpc/grpc-js');
var api_pb = require('./api_pb.js');
var grant_pb = require('./grant_pb.js');
var reference_pb = require('./reference_pb.js');
Expand Down
File renamed without changes.
Loading

0 comments on commit f7981db

Please sign in to comment.