Skip to content

Commit

Permalink
chore: bump js dependencies (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik authored Sep 15, 2021
1 parent 0cb5706 commit b8b23c3
Show file tree
Hide file tree
Showing 14 changed files with 470 additions and 4,904 deletions.
5,303 changes: 447 additions & 4,856 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prettierTarget": "(contrib/**/*.{js,md,json,yml})|*.md"
},
"devDependencies": {
"doctoc": "^2.0.0",
"doctoc": "^2.0.1",
"opencollective": "^1.0.3",
"ory-prettier-styles": "^1.1.2",
"prettier": "2.2.1"
Expand All @@ -22,8 +22,8 @@
"logo": "https://opencollective.com/ory/logo.txt"
},
"dependencies": {
"grpc_tools_node_protoc_ts": "^5.1.1",
"grpc-tools": "^1.10.0"
"grpc_tools_node_protoc_ts": "^5.3.2",
"grpc-tools": "^1.11.2"
},
"scripts": {
"doctoc": "doctoc README.md",
Expand Down
16 changes: 2 additions & 14 deletions proto/ory/keto/acl/v1alpha1/acl_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,16 @@ import * as jspb from "google-protobuf";
export class RelationTuple extends jspb.Message {
getNamespace(): string;
setNamespace(value: string): RelationTuple;

getObject(): string;
setObject(value: string): RelationTuple;

getRelation(): string;
setRelation(value: string): RelationTuple;


hasSubject(): boolean;
clearSubject(): void;
getSubject(): Subject | undefined;
setSubject(value?: Subject): RelationTuple;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): RelationTuple.AsObject;
static toObject(includeInstance: boolean, msg: RelationTuple): RelationTuple.AsObject;
Expand All @@ -49,13 +45,11 @@ export class Subject extends jspb.Message {
getId(): string;
setId(value: string): Subject;


hasSet(): boolean;
clearSet(): void;
getSet(): SubjectSet | undefined;
setSet(value?: SubjectSet): Subject;


getRefCase(): Subject.RefCase;

serializeBinary(): Uint8Array;
Expand All @@ -76,26 +70,20 @@ export namespace Subject {

export enum RefCase {
REF_NOT_SET = 0,

ID = 1,

SET = 2,

ID = 1,
SET = 2,
}

}

export class SubjectSet extends jspb.Message {
getNamespace(): string;
setNamespace(value: string): SubjectSet;

getObject(): string;
setObject(value: string): SubjectSet;

getRelation(): string;
setRelation(value: string): SubjectSet;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): SubjectSet.AsObject;
static toObject(includeInstance: boolean, msg: SubjectSet): SubjectSet.AsObject;
Expand Down
3 changes: 3 additions & 0 deletions proto/ory/keto/acl/v1alpha1/acl_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
Expand Down
8 changes: 0 additions & 8 deletions proto/ory/keto/acl/v1alpha1/check_service_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,20 @@ import * as ory_keto_acl_v1alpha1_acl_pb from "../../../../ory/keto/acl/v1alpha1
export class CheckRequest extends jspb.Message {
getNamespace(): string;
setNamespace(value: string): CheckRequest;

getObject(): string;
setObject(value: string): CheckRequest;

getRelation(): string;
setRelation(value: string): CheckRequest;


hasSubject(): boolean;
clearSubject(): void;
getSubject(): ory_keto_acl_v1alpha1_acl_pb.Subject | undefined;
setSubject(value?: ory_keto_acl_v1alpha1_acl_pb.Subject): CheckRequest;

getLatest(): boolean;
setLatest(value: boolean): CheckRequest;

getSnaptoken(): string;
setSnaptoken(value: string): CheckRequest;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): CheckRequest.AsObject;
static toObject(includeInstance: boolean, msg: CheckRequest): CheckRequest.AsObject;
Expand All @@ -54,11 +48,9 @@ export namespace CheckRequest {
export class CheckResponse extends jspb.Message {
getAllowed(): boolean;
setAllowed(value: boolean): CheckResponse;

getSnaptoken(): string;
setSnaptoken(value: string): CheckResponse;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): CheckResponse.AsObject;
static toObject(includeInstance: boolean, msg: CheckResponse): CheckResponse.AsObject;
Expand Down
3 changes: 3 additions & 0 deletions proto/ory/keto/acl/v1alpha1/check_service_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
Expand Down
7 changes: 0 additions & 7 deletions proto/ory/keto/acl/v1alpha1/expand_service_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ export class ExpandRequest extends jspb.Message {
clearSubject(): void;
getSubject(): ory_keto_acl_v1alpha1_acl_pb.Subject | undefined;
setSubject(value?: ory_keto_acl_v1alpha1_acl_pb.Subject): ExpandRequest;

getMaxDepth(): number;
setMaxDepth(value: number): ExpandRequest;

getSnaptoken(): string;
setSnaptoken(value: string): ExpandRequest;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): ExpandRequest.AsObject;
static toObject(includeInstance: boolean, msg: ExpandRequest): ExpandRequest.AsObject;
Expand All @@ -46,7 +43,6 @@ export class ExpandResponse extends jspb.Message {
getTree(): SubjectTree | undefined;
setTree(value?: SubjectTree): ExpandResponse;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): ExpandResponse.AsObject;
static toObject(includeInstance: boolean, msg: ExpandResponse): ExpandResponse.AsObject;
Expand All @@ -67,18 +63,15 @@ export class SubjectTree extends jspb.Message {
getNodeType(): NodeType;
setNodeType(value: NodeType): SubjectTree;


hasSubject(): boolean;
clearSubject(): void;
getSubject(): ory_keto_acl_v1alpha1_acl_pb.Subject | undefined;
setSubject(value?: ory_keto_acl_v1alpha1_acl_pb.Subject): SubjectTree;

clearChildrenList(): void;
getChildrenList(): Array<SubjectTree>;
setChildrenList(value: Array<SubjectTree>): SubjectTree;
addChildren(value?: SubjectTree, index?: number): SubjectTree;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): SubjectTree.AsObject;
static toObject(includeInstance: boolean, msg: SubjectTree): SubjectTree.AsObject;
Expand Down
3 changes: 3 additions & 0 deletions proto/ory/keto/acl/v1alpha1/expand_service_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
Expand Down
11 changes: 0 additions & 11 deletions proto/ory/keto/acl/v1alpha1/read_service_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,17 @@ export class ListRelationTuplesRequest extends jspb.Message {
getQuery(): ListRelationTuplesRequest.Query | undefined;
setQuery(value?: ListRelationTuplesRequest.Query): ListRelationTuplesRequest;


hasExpandMask(): boolean;
clearExpandMask(): void;
getExpandMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
setExpandMask(value?: google_protobuf_field_mask_pb.FieldMask): ListRelationTuplesRequest;

getSnaptoken(): string;
setSnaptoken(value: string): ListRelationTuplesRequest;

getPageSize(): number;
setPageSize(value: number): ListRelationTuplesRequest;

getPageToken(): string;
setPageToken(value: string): ListRelationTuplesRequest;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): ListRelationTuplesRequest.AsObject;
static toObject(includeInstance: boolean, msg: ListRelationTuplesRequest): ListRelationTuplesRequest.AsObject;
Expand All @@ -54,20 +49,16 @@ export namespace ListRelationTuplesRequest {
export class Query extends jspb.Message {
getNamespace(): string;
setNamespace(value: string): Query;

getObject(): string;
setObject(value: string): Query;

getRelation(): string;
setRelation(value: string): Query;


hasSubject(): boolean;
clearSubject(): void;
getSubject(): ory_keto_acl_v1alpha1_acl_pb.Subject | undefined;
setSubject(value?: ory_keto_acl_v1alpha1_acl_pb.Subject): Query;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): Query.AsObject;
static toObject(includeInstance: boolean, msg: Query): Query.AsObject;
Expand All @@ -94,11 +85,9 @@ export class ListRelationTuplesResponse extends jspb.Message {
getRelationTuplesList(): Array<ory_keto_acl_v1alpha1_acl_pb.RelationTuple>;
setRelationTuplesList(value: Array<ory_keto_acl_v1alpha1_acl_pb.RelationTuple>): ListRelationTuplesResponse;
addRelationTuples(value?: ory_keto_acl_v1alpha1_acl_pb.RelationTuple, index?: number): ory_keto_acl_v1alpha1_acl_pb.RelationTuple;

getNextPageToken(): string;
setNextPageToken(value: string): ListRelationTuplesResponse;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): ListRelationTuplesResponse.AsObject;
static toObject(includeInstance: boolean, msg: ListRelationTuplesResponse): ListRelationTuplesResponse.AsObject;
Expand Down
3 changes: 3 additions & 0 deletions proto/ory/keto/acl/v1alpha1/read_service_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
Expand Down
1 change: 0 additions & 1 deletion proto/ory/keto/acl/v1alpha1/version_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export class GetVersionResponse extends jspb.Message {
getVersion(): string;
setVersion(value: string): GetVersionResponse;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): GetVersionResponse.AsObject;
static toObject(includeInstance: boolean, msg: GetVersionResponse): GetVersionResponse.AsObject;
Expand Down
3 changes: 3 additions & 0 deletions proto/ory/keto/acl/v1alpha1/version_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
Expand Down
4 changes: 0 additions & 4 deletions proto/ory/keto/acl/v1alpha1/write_service_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export class TransactRelationTuplesRequest extends jspb.Message {
setRelationTupleDeltasList(value: Array<RelationTupleDelta>): TransactRelationTuplesRequest;
addRelationTupleDeltas(value?: RelationTupleDelta, index?: number): RelationTupleDelta;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): TransactRelationTuplesRequest.AsObject;
static toObject(includeInstance: boolean, msg: TransactRelationTuplesRequest): TransactRelationTuplesRequest.AsObject;
Expand All @@ -34,13 +33,11 @@ export class RelationTupleDelta extends jspb.Message {
getAction(): RelationTupleDelta.Action;
setAction(value: RelationTupleDelta.Action): RelationTupleDelta;


hasRelationTuple(): boolean;
clearRelationTuple(): void;
getRelationTuple(): ory_keto_acl_v1alpha1_acl_pb.RelationTuple | undefined;
setRelationTuple(value?: ory_keto_acl_v1alpha1_acl_pb.RelationTuple): RelationTupleDelta;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): RelationTupleDelta.AsObject;
static toObject(includeInstance: boolean, msg: RelationTupleDelta): RelationTupleDelta.AsObject;
Expand Down Expand Up @@ -71,7 +68,6 @@ export class TransactRelationTuplesResponse extends jspb.Message {
setSnaptokensList(value: Array<string>): TransactRelationTuplesResponse;
addSnaptokens(value: string, index?: number): string;


serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): TransactRelationTuplesResponse.AsObject;
static toObject(includeInstance: boolean, msg: TransactRelationTuplesResponse): TransactRelationTuplesResponse.AsObject;
Expand Down
3 changes: 3 additions & 0 deletions proto/ory/keto/acl/v1alpha1/write_service_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
Expand Down

0 comments on commit b8b23c3

Please sign in to comment.