@sniipwebmaster/kyc-client-grpcweb 25.3.1471 → 25.4.1486
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.
|
@@ -2,18 +2,15 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* @fileoverview
|
|
4
4
|
* @enhanceable
|
|
5
|
-
* @suppress {missingRequire} reports error on implicit type usages.
|
|
6
5
|
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
7
6
|
* field starts with 'MSG_' and isn't a translatable message.
|
|
8
7
|
* @public
|
|
9
8
|
*/
|
|
10
9
|
// GENERATED CODE -- DO NOT EDIT!
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
// @ts-nocheck
|
|
13
10
|
|
|
14
11
|
var jspb = require('google-protobuf');
|
|
15
12
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
13
|
+
var global = Function('return this')();
|
|
17
14
|
|
|
18
15
|
var google_api_annotations_pb = require('./google/api/annotations_pb.js');
|
|
19
16
|
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.
|
|
3
|
+
"version": "25.4.1486",
|
|
4
4
|
"description": "kyc-client-grpcweb",
|
|
5
5
|
"author": "Sniip Development Team",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"google-protobuf": "3.
|
|
8
|
+
"google-protobuf": "3.12.4",
|
|
9
9
|
"grpc-web": "1.5.0"
|
|
10
10
|
}
|
|
11
11
|
}
|