@sniipwebmaster/kyc-client-grpcweb 25.4.1486 → 25.4.1523

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@
7
7
  // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
  // versions:
9
9
  // protoc-gen-grpc-web v1.5.0
10
- // protoc v3.12.4
10
+ // protoc v3.20.1
11
11
  // source: service.proto
12
12
 
13
13
 
@@ -2,15 +2,18 @@
2
2
  /**
3
3
  * @fileoverview
4
4
  * @enhanceable
5
+ * @suppress {missingRequire} reports error on implicit type usages.
5
6
  * @suppress {messageConventions} JS Compiler reports an error if a variable or
6
7
  * field starts with 'MSG_' and isn't a translatable message.
7
8
  * @public
8
9
  */
9
10
  // GENERATED CODE -- DO NOT EDIT!
11
+ /* eslint-disable */
12
+ // @ts-nocheck
10
13
 
11
14
  var jspb = require('google-protobuf');
12
15
  var goog = jspb;
13
- var global = Function('return this')();
16
+ var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
14
17
 
15
18
  var google_api_annotations_pb = require('./google/api/annotations_pb.js');
16
19
  goog.object.extend(proto, google_api_annotations_pb);
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/kyc-client-grpcweb",
3
- "version": "25.4.1486",
3
+ "version": "25.4.1523",
4
4
  "description": "kyc-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
- "google-protobuf": "3.12.4",
8
+ "google-protobuf": "3.20.1",
9
9
  "grpc-web": "1.5.0"
10
10
  }
11
11
  }