@lansweeper/discovery-cloud-proto 0.0.4

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.
@@ -0,0 +1 @@
1
+ export * from "./discovery_cloud_pb.d";
@@ -0,0 +1,3 @@
1
+ const discovery_cloud_grpc_pb = require("./discovery_cloud_grpc_pb");
2
+ const discovery_cloud_pb = require("./discovery_cloud_pb");
3
+ Object.assign(exports, discovery_cloud_grpc_pb, discovery_cloud_pb)
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@lansweeper/discovery-cloud-proto",
3
+ "description": "Discovery Public Cloud (Azure,AWS,GCP) proto",
4
+ "version": "0.0.4",
5
+ "main": "gen-proto/index.js",
6
+ "types": "gen-proto/index.d.ts",
7
+ "license": "MIT",
8
+ "files": [
9
+ "gen-proto",
10
+ "proto"
11
+ ],
12
+ "dependencies": {
13
+ "@grpc/grpc-js": "^1.5.1",
14
+ "google-protobuf": "^3.17.0"
15
+ },
16
+ "devDependencies": {
17
+ "@types/google-protobuf": "^3.15.5"
18
+ },
19
+ "gitHead": "9ae21cf7c8c82113612575c0d141d06ca8bfb6e5"
20
+ }