@google-cloud/dlp 4.4.1 → 4.4.2

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/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@
4
4
 
5
5
  [1]: https://www.npmjs.com/package/PACKAGE NAME?activeTab=versions
6
6
 
7
+ ## [4.4.2](https://github.com/googleapis/google-cloud-node/compare/dlp-v4.4.1...dlp-v4.4.2) (2023-04-13)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **deps:** Bump `google-gax` to ^3.5.8 ([#4117](https://github.com/googleapis/google-cloud-node/issues/4117)) ([0b67d88](https://github.com/googleapis/google-cloud-node/commit/0b67d883963643ce1b4f6d2ccd3e8d37adf6e029))
13
+ * Minify JSON and JS files, and remove .map files ([#4143](https://github.com/googleapis/google-cloud-node/issues/4143)) ([170f7d5](https://github.com/googleapis/google-cloud-node/commit/170f7d57b8fd344d182a8e758867b8124722eebc))
14
+
7
15
  ## [4.4.1](https://github.com/googleapis/google-cloud-node/compare/dlp-v4.4.0...dlp-v4.4.1) (2023-02-15)
8
16
 
9
17
 
@@ -31,7 +31,7 @@ import "google/type/dayofweek.proto";
31
31
  import "google/type/timeofday.proto";
32
32
 
33
33
  option csharp_namespace = "Google.Cloud.Dlp.V2";
34
- option go_package = "google.golang.org/genproto/googleapis/privacy/dlp/v2;dlp";
34
+ option go_package = "cloud.google.com/go/dlp/apiv2/dlppb;dlppb";
35
35
  option java_multiple_files = true;
36
36
  option java_outer_classname = "DlpProto";
37
37
  option java_package = "com.google.privacy.dlp.v2";
@@ -20,7 +20,7 @@ import "google/api/resource.proto";
20
20
  import "google/protobuf/timestamp.proto";
21
21
 
22
22
  option csharp_namespace = "Google.Cloud.Dlp.V2";
23
- option go_package = "google.golang.org/genproto/googleapis/privacy/dlp/v2;dlp";
23
+ option go_package = "cloud.google.com/go/dlp/apiv2/dlppb;dlppb";
24
24
  option java_multiple_files = true;
25
25
  option java_outer_classname = "DlpStorage";
26
26
  option java_package = "com.google.privacy.dlp.v2";