@lansweeper/discovery-cloud-proto 0.0.21 → 0.0.22
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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/discovery-cloud-proto",
|
|
3
3
|
"description": "Discovery Public Cloud (Azure,AWS,GCP) proto",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.22",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "edfa478a5783c3cb7425edb8531cabb527301be9"
|
|
20
20
|
}
|
|
@@ -219,6 +219,7 @@ message CloudockitTag {
|
|
|
219
219
|
google.protobuf.StringValue _key = 1;
|
|
220
220
|
google.protobuf.StringValue _value = 2;
|
|
221
221
|
}
|
|
222
|
+
|
|
222
223
|
//Event-driven serverless compute platform.
|
|
223
224
|
message GCPCloudFunction {
|
|
224
225
|
google.protobuf.StringValue _g_c_p_function_name = 1;
|