Skip to content

Commit f35523e

Browse files
authored
Merge pull request #7 from postmanlabs/feature/release-grpc-js
grpc-js: 1.14.0-postman.1
2 parents 4b57257 + 469c8c8 commit f35523e

File tree

18 files changed

+19
-19
lines changed

18 files changed

+19
-19
lines changed

packages/grpc-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@postman/grpc-js",
3-
"version": "1.11.0-postman.1",
3+
"version": "1.14.0-postman.1",
44
"description": "gRPC Library for Node - pure JS implementation",
55
"homepage": "https://grpc.io/",
66
"repository": "https://github.com/postmanlabs/grpc-node/tree/master/packages/grpc-js",
@@ -68,7 +68,7 @@
6868
"copy-protos": "node ./copy-protos"
6969
},
7070
"dependencies": {
71-
"@postman/proto-loader": "^0.7.13-postman.3",
71+
"@postman/proto-loader": "^0.8.0-postman.1",
7272
"@js-sdsl/ordered-map": "^4.4.2"
7373
},
7474
"files": [

packages/grpc-js/src/generated/google/protobuf/UninterpretedOption.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Original file: null
22

3-
import type { Long } from '@grpc/proto-loader';
3+
import type { Long } from '@postman/proto-loader';
44

55
export interface _google_protobuf_UninterpretedOption_NamePart {
66
'namePart'?: (string);

packages/grpc-js/src/generated/orca.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type * as grpc from '../index';
2-
import type { EnumTypeDefinition, MessageTypeDefinition } from '@grpc/proto-loader';
2+
import type { EnumTypeDefinition, MessageTypeDefinition } from '@postman/proto-loader';
33

44
import type { DescriptorProto as _google_protobuf_DescriptorProto, DescriptorProto__Output as _google_protobuf_DescriptorProto__Output } from './google/protobuf/DescriptorProto';
55
import type { Duration as _google_protobuf_Duration, Duration__Output as _google_protobuf_Duration__Output } from './google/protobuf/Duration';

packages/grpc-js/src/generated/validate/BytesRules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Original file: proto/protoc-gen-validate/validate/validate.proto
22

3-
import type { Long } from '@grpc/proto-loader';
3+
import type { Long } from '@postman/proto-loader';
44

55
/**
66
* BytesRules describe the constraints applied to `bytes` values

packages/grpc-js/src/generated/validate/Fixed64Rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Original file: proto/protoc-gen-validate/validate/validate.proto
22

3-
import type { Long } from '@grpc/proto-loader';
3+
import type { Long } from '@postman/proto-loader';
44

55
/**
66
* Fixed64Rules describes the constraints applied to `fixed64` values

packages/grpc-js/src/generated/validate/Int64Rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Original file: proto/protoc-gen-validate/validate/validate.proto
22

3-
import type { Long } from '@grpc/proto-loader';
3+
import type { Long } from '@postman/proto-loader';
44

55
/**
66
* Int64Rules describes the constraints applied to `int64` values

packages/grpc-js/src/generated/validate/MapRules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Original file: proto/protoc-gen-validate/validate/validate.proto
22

33
import type { FieldRules as _validate_FieldRules, FieldRules__Output as _validate_FieldRules__Output } from '../validate/FieldRules';
4-
import type { Long } from '@grpc/proto-loader';
4+
import type { Long } from '@postman/proto-loader';
55

66
/**
77
* MapRules describe the constraints applied to `map` values

packages/grpc-js/src/generated/validate/RepeatedRules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Original file: proto/protoc-gen-validate/validate/validate.proto
22

33
import type { FieldRules as _validate_FieldRules, FieldRules__Output as _validate_FieldRules__Output } from '../validate/FieldRules';
4-
import type { Long } from '@grpc/proto-loader';
4+
import type { Long } from '@postman/proto-loader';
55

66
/**
77
* RepeatedRules describe the constraints applied to `repeated` values

packages/grpc-js/src/generated/validate/SFixed64Rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Original file: proto/protoc-gen-validate/validate/validate.proto
22

3-
import type { Long } from '@grpc/proto-loader';
3+
import type { Long } from '@postman/proto-loader';
44

55
/**
66
* SFixed64Rules describes the constraints applied to `sfixed64` values

packages/grpc-js/src/generated/validate/SInt64Rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Original file: proto/protoc-gen-validate/validate/validate.proto
22

3-
import type { Long } from '@grpc/proto-loader';
3+
import type { Long } from '@postman/proto-loader';
44

55
/**
66
* SInt64Rules describes the constraints applied to `sint64` values

0 commit comments

Comments
 (0)