fuigo 1.0.6 → 1.0.7

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.
@@ -4770,6 +4770,10 @@ gcloud-auth 1.3.0
4770
4770
  Source: https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/auth
4771
4771
  License: MIT
4772
4772
 
4773
+ Local modifications: Fuigo authentication transport policy injection, guarded
4774
+ dispatch and fallible HTTP client construction. Pinned source and original
4775
+ licence retained in third_party/gcloud-policy/gcloud-auth-1.3.0.
4776
+
4773
4777
  Copyright notice:
4774
4778
  Copyright (c) 2021 Naohiro Yoshida
4775
4779
 
@@ -4781,6 +4785,10 @@ gcloud-metadata 1.0.2
4781
4785
  Source: https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/metadata
4782
4786
  License: MIT
4783
4787
 
4788
+ Local modifications: shared immutable transport policy hook, guarded metadata
4789
+ dispatch and fallible HTTP client construction. Pinned source and original
4790
+ licence retained in third_party/gcloud-policy/gcloud-metadata-1.0.2.
4791
+
4784
4792
  Copyright notice:
4785
4793
  Copyright (c) 2021 Naohiro Yoshida
4786
4794
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fuigo",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Bring Fuigo into your terminal",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
@@ -40,11 +40,11 @@
40
40
  "@iarna/toml": "^3.0.0"
41
41
  },
42
42
  "optionalDependencies": {
43
- "@fuigo/darwin-arm64": "1.0.6",
44
- "@fuigo/darwin-x64": "1.0.6",
45
- "@fuigo/linux-arm64": "1.0.6",
46
- "@fuigo/linux-x64": "1.0.6",
47
- "@fuigo/win32-arm64": "1.0.6",
48
- "@fuigo/win32-x64": "1.0.6"
43
+ "@fuigo/darwin-arm64": "1.0.7",
44
+ "@fuigo/darwin-x64": "1.0.7",
45
+ "@fuigo/linux-arm64": "1.0.7",
46
+ "@fuigo/linux-x64": "1.0.7",
47
+ "@fuigo/win32-arm64": "1.0.7",
48
+ "@fuigo/win32-x64": "1.0.7"
49
49
  }
50
50
  }